From 4182119245d05673c2df0b6c10bf6858d1a69ad6 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 1 Dec 2014 10:01:35 +0100 Subject: NEWS: Updating all the fixes --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 16d66e3c..04786204 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ This file documents the major additions and syntax changes between releases. +2.1.1 2nd December 2014 + FIXES + Fix check_apt memset + Fix check_real null termination + Fix check_tcp help description escaping + Fix check_ntp jitter response processing + 2.1 15th October 2014 ENHANCEMENTS New check_hpjd -p option for port specification (abrist) -- cgit v1.2.3 From 063bc4e71d168e59437068fc386c9c3e9e25f4c6 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 2 Dec 2014 00:42:28 +0100 Subject: NEWS: Modify list of changes for 2.1.1 release Make the list of changes slightly more descriptive. --- NEWS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 04786204..c999e515 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ This file documents the major additions and syntax changes between releases. 2.1.1 2nd December 2014 - FIXES - Fix check_apt memset - Fix check_real null termination - Fix check_tcp help description escaping - Fix check_ntp jitter response processing + FIXES + Fix check_ntp's jitter checking + Fix check_ntp's handling of invalid server responses + Fix check_apt's handling of invalid regular expressions + Fix check_real's server response processing + Fix backslash escaping in check_tcp's --help output 2.1 15th October 2014 ENHANCEMENTS -- cgit v1.2.3