Code

tinderbox_build: Add --enable-libtap configure option
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index ecabde32e5e427bae0ec8dd04a3a731db2f989e1..b37fe700b59ba7bf244ef29fb5c75ffca4b3c01a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 This file documents the major additions and syntax changes between releases.
 
 1.4.14 ...
+       check_http has options to specify the HTTP method (#2155152)
        check_users thresholds were not working excatly as documented (>= rather than >)
        Updated tinderbox_build script to point to new tinderbox server
        check_ifoperstatus -n flag now works as expected (sf.net #1569488)
@@ -9,6 +10,15 @@ This file documents the major additions and syntax changes between releases.
        Extra-opts (C plugins) now allows both '#' and ';' for comments (like N::P)
        Extra-opts (C plugins) does not allow trailing comments anymore (like N::P)
        Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap
+       Fixed segfault in extra-opts under some circumstance when reading multiple sections
+       Fix long options parsing in check_disk, check_dns, check_mrtg, check_mrtgtraf and check_tcp
+       Add missing long options for check_nt (for use with extra-opts)
+       check_icmp now reports min and max round trip time perfdata (Steve Rader)
+       Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159)
+       check_disk: make autofs mount paths specified with -p before we determing the mount list (Erik Welch)
+       Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265)
+       Re-bundled libtap as a built-in library (--enable-libtap): detects system library as pre-1.4.13 and does not install the built-in library anymore
+       Fixed check_mrtg returning UNKNOWN instead of OK (bug #2378068)
 
 1.4.13 25th Sept 2008
        Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)