[Nagiosplug-checkins] nagiosplug BUGS, 1.6, 1.7 NEWS, 1.19, 1.20 AUTHORS, 1.57, 1.58 configure.in, 1.212, 1.213 package.def, 1.12, 1.13 ChangeLog, 1.16, 1.17

Ton Voon tonvoon at users.sourceforge.net
Wed Apr 11 14:08:08 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs16:/tmp/cvs-serv27830

Modified Files:
	BUGS NEWS AUTHORS configure.in package.def ChangeLog 
Log Message:
1.4.8 release


Index: package.def
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/package.def,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- package.def	29 Mar 2007 10:32:01 -0000	1.12
+++ package.def	11 Apr 2007 12:08:05 -0000	1.13
@@ -1 +1 @@
-PACKAGE_RELEASE="1.4.7"
+PACKAGE_RELEASE="1.4.8"

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- configure.in	30 Mar 2007 14:08:26 -0000	1.212
+++ configure.in	11 Apr 2007 12:08:05 -0000	1.213
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION ($Revision$)
 AC_PREREQ(2.59)
-AC_INIT(nagios-plugins,1.4.7)
+AC_INIT(nagios-plugins,1.4.8)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_FILES(gl/Makefile)
 AC_CONFIG_AUX_DIR(build-aux)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ChangeLog	29 Mar 2007 10:32:02 -0000	1.16
+++ ChangeLog	11 Apr 2007 12:08:06 -0000	1.17
@@ -1,3 +1,143 @@
+2007-04-10 08:17  dermoth
+
+	* po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some
+	  check_ntp translations
+
+2007-04-10 08:17  dermoth
+
+	* plugins/check_ntp.c: - Fix possibility of printing scientific
+	  numbers in perfdata - Use fperfdata function for perfdata
+	  formatting - Make the printing part a bit more flexible (similar
+	  to check_disk)
+
+2007-04-10 06:58  dermoth
+
+	* po/: de.po, fr.po, nagios-plugins.pot: Hopefully this is correct.
+	  Need to make more changes so I'm commiting these.
+
+2007-04-04 21:08  dermoth
+
+	* plugins/check_ntp.c: Fix for getting dispersion instead of jitter
+	  on older servers (like xntpd on Solaris).
+
+2007-04-03 18:19  hweiss
+
+	* plugins/check_ntp.c: Fix the synchronization source selection on
+	  big-endian systems.
+
+2007-04-03 02:31  dermoth
+
+	* plugins/check_ntp.c: Temporary fix for jitter calculation
+
+2007-04-02 13:39  hweiss
+
+	* plugins/check_ntp.c: Don't rely on the assumption that the size
+	  of a READSTAT response is a multiple of
+	  sizeof(ntp_assoc_status_pair).
+
+2007-04-02 10:28  tonvoon
+
+	* lib/tests/Makefile.am: Add libgnu.a as regex functions required
+
+2007-04-02 08:32  dermoth
+
+	* plugins/check_ntp.c: Fix byte order in verbose logging
+
+2007-04-02 07:00  dermoth
+
+	* plugins/check_ntp.c: Seems like we don't get any jitter
+	  sometimes. While this needs to be fixed we should at least handle
+	  it gracefully.
+
+2007-04-01 15:21  psychotrahe
+
+	* plugins/t/check_http.t: check_http.t: - added internet_access
+	  variable to skip tests where internet access is required.
+		 - added host_tcp_http2 variable for a webserver serving
+	  the string 'nagios' in index		      - no tests are
+	  skipped if the new vars are not defined (existing installations)
+
+2007-04-01 12:17  psychotrahe
+
+	* lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is
+	  a device (np_set_best_match())
+
+2007-03-31 19:49  hweiss
+
+	* NEWS: Various check_ntp fixes
+
+2007-03-31 19:48  hweiss
+
+	* plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a
+	  realloc(3) error check in jitter_request().
+
+2007-03-31 18:35  hweiss
+
+	* plugins/check_ntp.c: Add a warning to the verbose output if
+	  jitter_request() found no synchronization source.
+
+2007-03-31 18:29  hweiss
+
+	* plugins/check_ntp.c: Avoid division by zero.
+
+2007-03-31 18:25  hweiss
+
+	* plugins/check_ntp.c: Remove the '-O' option, as it's ignored.
+
+2007-03-30 16:45  tonvoon
+
+	* m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of
+	  ACX_HELP_STRING
+
+2007-03-30 15:08  tonvoon
+
+	* NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for
+	  mysql_init - add dependent libraries. mysql detection separated
+	  into external m4 file
+
+2007-03-30 10:00  psychotrahe
+
+	* lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for
+	  check_disk's -r, -R, -C and -g
+
+2007-03-30 09:56  psychotrahe
+
+	* plugins/check_disk.c: check_disk: minor fix for -C if bestmatch
+	  != -p
+
+2007-03-30 09:53  psychotrahe
+
+	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
+	  check_disk: added regex functionality -r and -R. see np-devel
+	  mail (2007-02-10)
+
+2007-03-30 09:52  psychotrahe
+
+	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
+	  check_disk: added grouping functionality. see np-devel mail
+	  (2007-02-10)
+
+2007-03-30 09:48  psychotrahe
+
+	* lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
+	  check_disk -C is more flexible now. See np-devel post
+	  (2007-02-10)
+
+2007-03-29 18:58  hweiss
+
+	* THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix
+	  Frank - 1690697)
+
+2007-03-29 18:34  hweiss
+
+	* plugins-root/Makefile.am: Set the "read" and "execute" bits only
+	  for "user" and "group" in order to not overwrite
+	  "--without-world-permissions" for the root plugins.
+
+2007-03-29 11:32  tonvoon
+
+	* BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release
+
 2007-03-29 11:25  tonvoon
 
 	* plugins/check_ntp.c: Adding help text for jitter flags
@@ -29,10 +169,16 @@
 	  Tests updated to check for 100% packet loss (always if ping has
 	  timeout), otherwise will check for "timed out" string
 
+2007-03-11 06:51  dermoth
+
+	* plugins-root/t/check_icmp.t: Add tests for new check_icmp switch
+	  -m
+
 2007-03-11 02:27  tonvoon
 
-	* plugins/t/check_ping.t: Converted check_ping.t to new-style
-	  testcases. Added test case for check_icmp - requires sudo access
+	* plugins/t/check_ping.t, plugins-root/t/check_icmp.t: Converted
+	  check_ping.t to new-style testcases. Added test case for
+	  check_icmp - requires sudo access
 
 2007-03-11 01:57  tonvoon
 

Index: BUGS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/BUGS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUGS	29 Mar 2007 10:32:01 -0000	1.6
+++ BUGS	11 Apr 2007 12:08:04 -0000	1.7
@@ -2,7 +2,7 @@
 at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
 necessarily verified as errors.
 
-For the 1.4.6 release:
+For the 1.4.8 release:
 
 1687867 - check_http: buffer overflow vulnerability
 1675306 - check_dhcp: does not add mandatory 'end' option

Index: AUTHORS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/AUTHORS,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- AUTHORS	5 Feb 2007 13:51:53 -0000	1.57
+++ AUTHORS	11 Apr 2007 12:08:05 -0000	1.58
@@ -4,6 +4,7 @@
 Peter Bray
 Gavin Carr
 Karl DeBisschop
+Matthias Eble
 Ethan Galstad
 Sean Finney
 Subhendu Ghosh

Index: NEWS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/NEWS,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- NEWS	31 Mar 2007 18:49:48 -0000	1.19
+++ NEWS	11 Apr 2007 12:08:04 -0000	1.20
@@ -1,6 +1,6 @@
 This file documents the major additions and syntax changes between releases.
 
-1.4.8 ??
+1.4.8 11th April 2007
 	Respects --without-world-permissions for setuid plugins
 	check_disk extra options for regex matching of filesystems and grouping of filesystems
 	for collective thresholds





More information about the Commits mailing list