summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-05 21:36:43 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-05 21:36:43 (GMT)
commitdac9d73736570d175ce40a0cc5151e6b0ee3d3d0 (patch)
tree2d6ab5e4b99b4692d621bb264bdf80afcc04011b /NEWS
parenta688e9338a64cd7469ef1241e34341a5a9d04bbb (diff)
downloadmonitoring-plugins-dac9d73736570d175ce40a0cc5151e6b0ee3d3d0.tar.gz
Fix check_tcp longoptions handling
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2072 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c630c5..2686cd8 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ This file documents the major additions and syntax changes between releases.
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 Fixed segfault in extra-opts under some circumstance when reading multiple sections
13 Fix long options parsing in check_tcp
13 14
141.4.13 25th Sept 2008 151.4.13 25th Sept 2008
15 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) 16 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)