# HG changeset patch # User Matthias Förste # Date 1362417689 -3600 # Node ID a2a32d619fa15b9d9b0c2af1ca3ae74c5a7483d5 # Parent 851044a4cc98466eeeab765ec9429b7be6084b51 version bump diff -r 851044a4cc98 -r a2a32d619fa1 check_rsnapshot.pl --- a/check_rsnapshot.pl Mon Mar 04 18:20:58 2013 +0100 +++ b/check_rsnapshot.pl Mon Mar 04 18:21:29 2013 +0100 @@ -39,7 +39,7 @@ sub version($$); my $ME = basename $0; -my $VERSION = "2.5"; +my $VERSION = "2.6"; my %opt = ( binary => "/usr/bin/rsnapshot", @@ -226,7 +226,7 @@ =head1 VERSION -This man page is current for version 2.5 of check_rsnapshot. +This man page is current for version 2.6 of check_rsnapshot. =head1 AUTHORS diff -r 851044a4cc98 -r a2a32d619fa1 debian/changelog --- a/debian/changelog Mon Mar 04 18:20:58 2013 +0100 +++ b/debian/changelog Mon Mar 04 18:21:29 2013 +0100 @@ -1,3 +1,20 @@ +nagios-plugin-rsnapshot (2.6) oldstable stable; urgency=low + + * support checking of multiple logfiles; renamed "--seconds" to "--maxage"; + changed semantics for "--seconds"/"--maxage" + * author/maintainer/copyright update + + +Build-Depends: libdate-manip-perl (perl syntax check in Makefile fails + otherwise) + + -- Matthias Förste Mon, 04 Mar 2013 17:00:23 +0100 + +nagios-plugin-rsnapshot (2.5) oldstable stable; urgency=low + + [this version conflicts with an uncommitted release] + + -- Matthias Förste Mon, 04 Mar 2013 16:48:28 +0100 + nagios-plugin-rsnapshot (2.4) stable; urgency=low * fixed logrotate problem