summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a9ea62..b469f05 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ This file documents the major additions and syntax changes between releases.
12 to force TLSv1.1 and TLSv1.2 connections, respectively 12 to force TLSv1.1 and TLSv1.2 connections, respectively
13 The check_http -S/--ssl option now allows for specifying the desired 13 The check_http -S/--ssl option now allows for specifying the desired
14 protocol with a "+" suffix to also accept newer versions 14 protocol with a "+" suffix to also accept newer versions
15 check_users: add support for range thresholds (John C. Frickson)
16 check_snmp: add ipv6 support (abrist)
17 check_http: report certificate expire date in UTC (pirtoo / ylfingr)
15 18
16 FIXES 19 FIXES
17 Let check_real terminate lines with CRLF when talking to the server, as 20 Let check_real terminate lines with CRLF when talking to the server, as
@@ -19,6 +22,7 @@ This file documents the major additions and syntax changes between releases.
19 Fix check_procs on HP-UX 22 Fix check_procs on HP-UX
20 check_smtp's -e/--expect option can now be combined with -S/--starttls 23 check_smtp's -e/--expect option can now be combined with -S/--starttls
21 Fix incorrect performance data thresholds emitted by check_ups 24 Fix incorrect performance data thresholds emitted by check_ups
25 check_http: fix host header port handling (odenbach)
22 26
23 WARNINGS 27 WARNINGS
24 The format of the performance data emitted by check_mrtgtraf has been 28 The format of the performance data emitted by check_mrtgtraf has been