diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-12-07 20:10:08 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-12-07 20:10:08 (GMT) |
commit | 2724eb00de0f685615cdf9f0e492ef3dbe323433 (patch) | |
tree | e0cfbd348431f8742bb930416041288293c7c15e /NEWS | |
parent | bc4842ab7d0a378a98ee6d37e42bb928c51f9e41 (diff) | |
parent | 21e57d31d9ab0f9f8db09b10c9c5cad26f54764c (diff) | |
download | monitoring-plugins-2724eb00de0f685615cdf9f0e492ef3dbe323433.tar.gz |
Merge branch 'pr/1454'
* pr/1454:
NEWS: Mention check_dhcp fix
properly remove MSG_PEEK in check_dhcp.c. Fixes #1450.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | 2.3 [...] | ||
4 | FIXES | ||
5 | Fix regression where check_dhcp was rereading response in a tight loop | ||
6 | |||
3 | 2.2 29th November 2016 | 7 | 2.2 29th November 2016 |
4 | ENHANCEMENTS | 8 | ENHANCEMENTS |
5 | The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" | 9 | The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" |