aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2021-04-10 14:04:52 +0200
committerGravatar Sven Nierlein <sven@nierlein.org> 2022-10-07 15:08:36 +0200
commit6f022ace5242b07840782d24e163cd05950b4add (patch)
tree01dbc3257a3811b538e7c59241a52a2aeaf8ebd4 /NEWS
parent1ec6b162cb4e9fb96dcc45319b62fc7e2b3c8726 (diff)
downloadmonitoring-plugins-6f022ace5242b07840782d24e163cd05950b4add.tar.gz
Draft NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3790e8a0..b1b8b7de 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,26 @@ This file documents the major additions and syntax changes between releases.
FIXES
+2.3.1 10 April 2021
+ ENHANCEMENTS
+ check_curl: Add an option to verify the peer certificate & host using the system CA's
+
+ FIXES
+ check_icmp: fix simple typo, conspicuosly -> conspicuously
+ check_curl: fixed help, usage and errors for TLS 1.3
+ check_curl: fixed a potential buffer overflow in url buffer
+ check_dns: split multiple IP addresses passed in one -a argument
+ check_curl: added string_statuscode function for printing HTTP/1.1 and HTTP/2 correctly
+ check_curl: fix crash if http header contains leading spaces
+ check_curl: display a specific human-readable error message where possible
+ check_pgsql: Using snprintf which honors the buffers size and guarantees null termination.
+ check_snmp: put the "c" (to mark a counter) after the perfdata value
+ check_http: Increase regexp limit
+ check_http: make -C obvious
+ check_curl: Increase regexp limit (to 1024 as in check_http)
+ check_curl: make -C obvious (from check_http)
+ check_curl: backported --show-body/-B to print body (from check_http)
+
2.3 10th December 2020
ENHANCEMENTS
check_dns: allow 'expected address' (-a) to be specified in CIDR notation