Code

Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455)
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index e6df5797af8bfa5d7835c69c6c5f383a984c127b..443389ab407c420769e667b64d36214432a2f234 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
 This file documents the major additions and syntax changes between releases.
 
 1.4.15 ...
+       ENHANCEMENTS
+       FIXES
        Fix check_ircd binding to wrong interface (#668778)
+       Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925)
+       check_icmp now increment the sequence counter in each packet
+       Fix usage of repeated -o options in check_snmp
+       Try to detect arguments passed via --with-ping[6]-command and set options accordingly (#2908236)
+       Fix memory leak in check_http for large pages (Jimmy Bergman - #2957455)
+       WARNINGS
+       Updated developer documentation to say that performance labels should not have an equals sign or
+       single quote in the label
 
 1.4.14 16th September 2009
        check_http has options to specify the HTTP method (#2155152)