build debian version 0.2
authorarnold
Wed, 04 Jul 2012 09:08:28 +0200
changeset 2 8766cde065c5
parent 1 58f05fab9512
child 3 b591e111b468
build debian version 0.2
check_scan.pl
debian/changelog
--- a/check_scan.pl	Wed Jul 04 09:04:28 2012 +0200
+++ b/check_scan.pl	Wed Jul 04 09:08:28 2012 +0200
@@ -41,7 +41,7 @@
 
 my $ME      = basename $0;
 my $NAME    = "SCAN";
-my $VERSION = "0.1";
+my $VERSION = "0.2";
 
 my %opt = (
     host       => "localhost",
@@ -167,7 +167,7 @@
 
 =head1 VERSION
 
-This man page is current for version 0.1 of B<check_scan>.
+This man page is current for version 0.2 of B<check_scan>.
 
 =head1 AUTHOR
 
--- a/debian/changelog	Wed Jul 04 09:04:28 2012 +0200
+++ b/debian/changelog	Wed Jul 04 09:08:28 2012 +0200
@@ -1,3 +1,9 @@
+nagios-plugin-scan (0.2) stable; urgency=low
+
+  * now creates only a warning for open ports
+
+ -- Christian Arnold <arnold@schlittermann.de>  Wed, 04 Jul 2012 09:06:10 +0200
+
 nagios-plugin-scan (0.1) stable; urgency=low
 
   * Initial Release.