Explorar o código

Prep for 2.1.1 release

abrist %!s(int64=10) %!d(string=hai) anos
pai
achega
d14ee9564f
Modificáronse 3 ficheiros con 6 adicións e 2 borrados
  1. 4 0
      NEWS
  2. 1 1
      NP-VERSION-GEN
  3. 1 1
      configure.ac

+ 4 - 0
NEWS

@@ -1,5 +1,9 @@
 This file documents the major additions and syntax changes between releases.
 
+2.1.1 31th July 2015
+	FIXES
+	lib/utils_cmd.c - Reverted to fix check_procs segfault (abrist)
+
 2.1.0 30th July 2015
 	SECURITY FIXES
 	ssl_utils.c - Disable SSLv3 & SSLv2 autonegotiation by default to limit poodle and other weak cipher attacks (sreinhardt) 

+ 1 - 1
NP-VERSION-GEN

@@ -6,7 +6,7 @@
 SRC_ROOT=`dirname $0`
 
 NPVF=NP-VERSION-FILE
-DEF_VER=2.1.0.git
+DEF_VER=2.1.1.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.0)
+AC_INIT(nagios-plugins,2.1.1)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_FILES([gl/Makefile 
 	nagios-plugins.spec])