diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ This file documents the major additions and syntax changes between releases. | |||
11 | Extra-opts (C plugins) does not allow trailing comments anymore (like N::P) | 11 | Extra-opts (C plugins) does not allow trailing comments anymore (like N::P) |
12 | Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap | 12 | Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap |
13 | Fixed segfault in extra-opts under some circumstance when reading multiple sections | 13 | Fixed segfault in extra-opts under some circumstance when reading multiple sections |
14 | Fix long options parsing in check_disk, check_dns, check_mrtg, check_mrtgtraf and check_tcp. | 14 | Fix long options parsing in check_disk, check_dns, check_mrtg, check_mrtgtraf and check_tcp |
15 | Add missing long options for check_nt (for use with extra-opts) | ||
15 | check_icmp now reports min and max round trip time perfdata (Steve Rader) | 16 | check_icmp now reports min and max round trip time perfdata (Steve Rader) |
16 | Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) | 17 | Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) |
17 | 18 | ||