diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-02 09:54:55 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-12-02 09:54:55 (GMT) |
commit | ff542df44c26170afbe63a1da712264c91114e0c (patch) | |
tree | 81dd62e8885f3b3aba0824efe38abc0ffef1b7cb /NEWS | |
parent | aa1844e49b33eaf057778c828afecb095b1a2226 (diff) | |
parent | 063bc4e71d168e59437068fc386c9c3e9e25f4c6 (diff) | |
download | monitoring-plugins-ff542df44c26170afbe63a1da712264c91114e0c.tar.gz |
Merge branch 'maint'
* maint:
NEWS: Modify list of changes for 2.1.1 release
Prepare release
THANKS.in: Add new authors
NEWS: Updating all the fixes
check_tcp: fix help description regarding escape option
check_ntp: Nul-terminate jitter data
Revert "plugins/check_ntp.c - Verify struct from response"
check_real: fix null termination
check_ntp: fix null termination
check_apt: fix memset
Conflicts:
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,14 @@ This file documents the major additions and syntax changes between releases. | |||
17 | changed to comply with the development guidelines | 17 | changed to comply with the development guidelines |
18 | check_ssh not returns CRITICAL for protocal/version errors | 18 | check_ssh not returns CRITICAL for protocal/version errors |
19 | 19 | ||
20 | 2.1.1 2nd December 2014 | ||
21 | FIXES | ||
22 | Fix check_ntp's jitter checking | ||
23 | Fix check_ntp's handling of invalid server responses | ||
24 | Fix check_apt's handling of invalid regular expressions | ||
25 | Fix check_real's server response processing | ||
26 | Fix backslash escaping in check_tcp's --help output | ||
27 | |||
20 | 2.1 15th October 2014 | 28 | 2.1 15th October 2014 |
21 | ENHANCEMENTS | 29 | ENHANCEMENTS |
22 | New check_hpjd -p option for port specification (abrist) | 30 | New check_hpjd -p option for port specification (abrist) |