Code

Added -A/--dig-arguments to check_dig (#1889453/#1874041)
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index 35c9d32d200eb4e43a71255a74356f5df55125da..57bf838904d7785e29ad295377f17c11393b2977 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@ This file documents the major additions and syntax changes between releases.
        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
@@ -33,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)