summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2021-04-10 12:04:52 (GMT)
committerJan Wagner <waja@cyconet.org>2021-04-10 12:04:52 (GMT)
commitb8673d3967a7cfbaccded686ebfbe734350ded63 (patch)
treee0bd1bfa591aa85a7cdd4247d6f3afeba257d900
parentf29a0ca5ce96c72365f0e9122f4c5a0e9c416d0f (diff)
downloadmonitoring-plugins-b8673d3.tar.gz
Draft NEWS
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f9f2da6..202e960 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,25 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.3.1 10 April 2021
4 ENHANCEMENTS
5 check_curl: Add an option to verify the peer certificate & host using the system CA's
6
7 FIXES
8 check_icmp: fix simple typo, conspicuosly -> conspicuously
9 check_curl: fixed help, usage and errors for TLS 1.3
10 check_curl: fixed a potential buffer overflow in url buffer
11 check_dns: split multiple IP addresses passed in one -a argument
12 check_curl: added string_statuscode function for printing HTTP/1.1 and HTTP/2 correctly
13 check_curl: fix crash if http header contains leading spaces
14 check_curl: display a specific human-readable error message where possible
15 check_pgsql: Using snprintf which honors the buffers size and guarantees null termination.
16 check_snmp: put the "c" (to mark a counter) after the perfdata value
17 check_http: Increase regexp limit
18 check_http: make -C obvious
19 check_curl: Increase regexp limit (to 1024 as in check_http)
20 check_curl: make -C obvious (from check_http)
21 check_curl: backported --show-body/-B to print body (from check_http)
22
32.3 10th December 2020 232.3 10th December 2020
4 ENHANCEMENTS 24 ENHANCEMENTS
5 check_dns: allow 'expected address' (-a) to be specified in CIDR notation 25 check_dns: allow 'expected address' (-a) to be specified in CIDR notation