Code

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