Code

Helper script to upload tarballs to SF and create md5sum
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index 42eb761e560e570528e36cd6ba846981862518e7..438ab675d21780ed418393a4d4e34f62342f891d 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)
@@ -8,6 +9,12 @@ This file documents the major additions and syntax changes between releases.
        check_ups now sends a LOGOUT string (debian bug #387001)
        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)
 
 1.4.13 25th Sept 2008
        Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)