diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-05 21:36:43 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-05 21:36:43 (GMT) |
commit | dac9d73736570d175ce40a0cc5151e6b0ee3d3d0 (patch) | |
tree | 2d6ab5e4b99b4692d621bb264bdf80afcc04011b /NEWS | |
parent | a688e9338a64cd7469ef1241e34341a5a9d04bbb (diff) | |
download | monitoring-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
14 | 1.4.13 25th Sept 2008 | 15 | 1.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) |