[Nagiosplug-checkins] nagiosplug BUGS, 1.3, 1.4 ChangeLog, 1.12, 1.13 configure.in, 1.195, 1.196 package.def, 1.8, 1.9

Ton Voon tonvoon at users.sourceforge.net
Thu Oct 19 22:04:25 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18726

Modified Files:
	BUGS ChangeLog configure.in package.def 
Log Message:
For 1.4.4 release

Index: package.def
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/package.def,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- package.def	19 Apr 2006 03:42:34 -0000	1.8
+++ package.def	19 Oct 2006 20:04:23 -0000	1.9
@@ -1 +1 @@
-PACKAGE_RELEASE="1.4.3"
+PACKAGE_RELEASE="1.4.4"

Index: ChangeLog
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog	19 Apr 2006 03:47:46 -0000	1.12
+++ ChangeLog	19 Oct 2006 20:04:23 -0000	1.13
@@ -1,74 +1,650 @@
-2006-04-18 23:42  sghosh
+2006-10-19 20:52  tonvoon
+
+	* CHANGES: Added info re: 1.4.4 in prep for release
+
+2006-10-19 20:36  tonvoon
+
+	* THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora
+	  Core 5 (Henning Schmiedehausen)
+
+2006-10-19 20:25  tonvoon
[...8589 lines suppressed...]
 	* contrib/check_breeze.pl, contrib/check_dhcp.c,
 	  contrib/check_flexlm.pl, contrib/check_hltherm.c,
@@ -6846,7 +7422,7 @@
 	  contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
 	  plugins/config.h.in: Contrib plugin cleanup
 
-2002-02-28 01:42  egalstad
+2002-02-28 06:42  egalstad
 
 	* .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
 	  INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
@@ -6932,7 +7508,7 @@
 	  plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
 	  tools/setup, tools/tango: Initial import of existing plugin code
 
-2002-02-28 01:42  egalstad
+2002-02-28 06:42  egalstad
 
 	* .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
 	  INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,

Index: BUGS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/BUGS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUGS	19 Sep 2005 13:42:44 -0000	1.3
+++ BUGS	19 Oct 2006 20:04:23 -0000	1.4
@@ -1,18 +1,17 @@
 This file lists known bugs in this specific release. It lists the major bugs from the Nagios
 Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&atid=397597.
 
-For the 1.4 release:
+For the 1.4.4 release:
 
+1578214 - check_proc crashes on Itanium2
+1573700 - check_swap on HP-UX incorrect
+1573638 - check_swap SEGVs on Sol 10
+1475899 - check_tcp segfaults with multiple -s or -e args
+1447642 - check_ping segfault on Sol 10
+1344584 - check_snmp counter64 values not handled correctly
 1291987 - urlize useragent does not work
-1291115 - Wrong compile options for openSSL
-1284352 - check_dhcp -s not compatible with helpers/relays
-1283131 - check_load gives incorrect data on AIX
-1267741 - check_ntp logic incorrect with > 1 peers
-1252285 - check_ssh reports critical for some SSH servers
 1225470 - check_swap perf data incorrect
 1218438 - check_radius linking to wrong header
-1210958 - check_nwstat incorrectly reporting free disk space
-1144727 - check_disk fails on solaris with large available space
 1108499 - check_ping with -U on Debian fails
 1094326 - check_ide_smart usage errors
 1090549 - check_dhcp ignores DHCP replies

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- configure.in	28 Jul 2006 23:59:28 -0000	1.195
+++ configure.in	19 Oct 2006 20:04:23 -0000	1.196
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION ($Revision$)
 AC_PREREQ(2.58)
-AC_INIT(nagios-plugins,1.4.3)
+AC_INIT(nagios-plugins,1.4.4)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AM_INIT_AUTOMAKE([1.8.3])
 AM_CONFIG_HEADER(config.h)





More information about the Commits mailing list