summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-05 16:22:03 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-05 16:22:03 (GMT)
commit6a1e1b95ae626de0f483e092048cd816ac7ef132 (patch)
tree2473266d3ca938275046e5412c518a8e9f3c85ed
parent3011838fe9796f24ad3d197057890042b527ef9d (diff)
downloadmonitoring-plugins-6a1e1b95ae626de0f483e092048cd816ac7ef132.tar.gz
Missing NEWS item
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2070 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecabde3..7c630c5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ This file documents the major additions and syntax changes between releases.
9 Extra-opts (C plugins) now allows both '#' and ';' for comments (like N::P) 9 Extra-opts (C plugins) now allows both '#' and ';' for comments (like N::P)
10 Extra-opts (C plugins) does not allow trailing comments anymore (like N::P) 10 Extra-opts (C plugins) does not allow trailing comments anymore (like N::P)
11 Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap 11 Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap
12 Fixed segfault in extra-opts under some circumstance when reading multiple sections
12 13
131.4.13 25th Sept 2008 141.4.13 25th Sept 2008
14 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) 15 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)