@@ -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)
@@ -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,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])