Code

Include test for check_procs, using input file
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index a58c4cecb8e2664532dcb88b835777aa5251e402..57bf838904d7785e29ad295377f17c11393b2977 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,20 @@ This file documents the major additions and syntax changes between releases.
 
 1.4.12 or 1.5 ??
        Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren)
-       check_tcp now returns UNKNOWN with invalid hostname
        New check_icmp -s option to specify the source IP address
        check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs)
-       Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300)
+       Fix segfault in check_ntp_time and (deprecated) check_ntp (Bug #1862300)
+       check_disk should now work with large file systems (2TB+) on all archs that supports it
+       Fixed check_disk disk usage calculation when using --group=NAME (related to bug #1348746)
+       Fix help text of check_ntp* (Bug #1880095)
+       Fix bugs and flaws in best offset server selection of check_ntp_time and (deprecated) check_ntp
+       check_ntp_peer now checks for the LI_ALARM flag
+       Sync to latest Gnulib (includes new floorf function)
+       check_pgsql now successfully builds with postgres lib v8.3 (Bug #1878972)  
+       check_procs now accepts --ereg-argument-array for a regular expression match to the argument array
+       Reverted back to using pst3 for Solaris systems. Fixed issues re: -m64 needed to compile on 64bit systems
+       If applicable, Gettext linked dynamically instead of statically
+       check_dig can now pass arguments dig by using -A/--dig-arguments (#1874041/#1889453)
 
 1.4.11 13th December 2007
        Fixed check_http regression in 1.4.10 where following redirects to
@@ -29,7 +39,7 @@ This file documents the major additions and syntax changes between releases.
        VPATH problem fixed for compiling plugins-root
 
 1.4.10 28th September 2007
-       Fix check_http buffer overflow vulnerability when following HTTP redirects
+       Fix check_http buffer overflow vulnerability when following HTTP redirects (CVE-2007-5198)
        check_http now explicitly asks HTTP/1.1 servers to close the connection
          after completion of the response
        Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect)