summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2021-04-10 13:08:01 (GMT)
committerJan Wagner <waja@cyconet.org>2021-04-10 13:08:01 (GMT)
commit71d6772be1987f1f3e7b597f7d053e7a533289b6 (patch)
treeb9027cdc8f68c4d5826cc88a2b59bae84a349dc6
parented6ab4c212bb331b03a029ce770de771f36cfcdc (diff)
downloadsite-71d6772be1987f1f3e7b597f7d053e7a533289b6.tar.gz
Adding 2.3.1 release notes
-rw-r--r--web/input/news/release-2-3-1.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/web/input/news/release-2-3-1.md b/web/input/news/release-2-3-1.md
new file mode 100644
index 0000000..160f8b6
--- /dev/null
+++ b/web/input/news/release-2-3-1.md
@@ -0,0 +1,35 @@
1title: Version 2.3.1 Released
2author: Jan Wagner
3date: 2021-04-11
4---
5
6The Monitoring Plugins Development Team is proud to announce version 2.3.1 of
7the Monitoring Plugins! This release comes with various fixes provided by more
8than ten contributors, mostly for `check_curl`. Many thanks to all of you!
9<end-of-teaser>
10
11For the list of notable changes in this release, see below.
12
13You can get the tarball from our [download page][download].
14
15## Enhancements
16* `check_curl`: Add an option to verify the peer certificate & host using the system CA's
17
18## Fixes
19* `check_icmp`: fix simple typo, conspicuosly -> conspicuously
20* `check_curl`: fixed help, usage and errors for TLS 1.3
21* `check_curl`: fixed a potential buffer overflow in url buffer
22* `check_dns`: split multiple IP addresses passed in one `-a` argument
23* `check_curl`: added string_statuscode function for printing HTTP/1.1 and HTTP/2 correctly
24* `check_curl`: fix crash if http header contains leading spaces
25* `check_curl`: display a specific human-readable error message where possible
26* `check_pgsql`: Using snprintf which honors the buffers size and guarantees null termination.
27* `check_snmp`: put the "c" (to mark a counter) after the perfdata value
28* `check_http`: Increase regexp limit
29* `check_http`: make `-C` obvious
30* `check_curl`: Increase regexp limit (to 1024 as in `check_http`)
31* `check_curl`: make `-C` obvious (from `check_http`)
32
33[download]: /download.html
34
35<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->