--- 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
--- 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 <foerste@schlittermann.de> 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 <foerste@schlittermann.de> Mon, 04 Mar 2013 16:48:28 +0100
+
nagios-plugin-rsnapshot (2.4) stable; urgency=low
* fixed logrotate problem