John C. Frickson 9 лет назад
Родитель
Сommit
8fd2ebfe7d
3 измененных файлов с 8 добавлено и 6 удалено
  1. 6 4
      NEWS
  2. 1 1
      NP-VERSION-GEN
  3. 1 1
      configure.ac

+ 6 - 4
NEWS

@@ -1,6 +1,11 @@
 This file documents the major additions and syntax changes between releases.
 
-2.x.x xxxx-xx-xx
+2.2.0 2017-01-19
+	ENHANCEMENTS
+	check_flexlm: if `-F <license file>` is not specified, will use `LM_LICENSE_FILE` environment var
+	check_load: Added per cpu load average message
+	check_smtp: add -L flag to support LMTP (LHLO instead of HELO/EHLO)
+
 	FIXES
 	check_http: -e breaks -f
 	check_mrtg: Add state to status output
@@ -9,13 +14,10 @@ This file documents the major additions and syntax changes between releases.
 	check_dns: Segfaulting with timeout > 26 sec
 	check_disk: missing -lrt on Solaris
 	check_http: segmentation fault
-	check_flexlm: if `-F <license file>` is not specified, will use `LM_LICENSE_FILE` environment var
 	check_http: help text update for virtual hosts
 	check_snmp: Thresholds were being shown twice
-	check_load: Added per cpu load average message
 	check_hpjd: some jd 610 cards have a false flag that printer is offline
 	check_http: Handle reference redirect like //www.site.org/test
-	check_smtp: add -L flag to support LMTP (LHLO instead of HELO/EHLO)
 	check_disk: alerts issued too soon
 	fix: Allocator sizeof operand mismatch
 	fix: Dead assignment

+ 1 - 1
NP-VERSION-GEN

@@ -6,7 +6,7 @@
 SRC_ROOT=`dirname $0`
 
 NPVF=NP-VERSION-FILE
-DEF_VER=2.1.4.git
+DEF_VER=2.2.0.git
 
 LF='
 '

+ 1 - 1
configure.ac

@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(nagios-plugins,2.1.4)
+AC_INIT(nagios-plugins,2.2.0)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_FILES([gl/Makefile
 	nagios-plugins.spec])