@@ -1,5 +1,5 @@
This file documents the major additions and syntax changes between releases.
-2.4.11 2024-08-02
+2.4.11 2024-08-01
FIXES
check_dig: Fixed issue where exact matching broke backwards compatability, and added new option to enforce exact matching (#777)
check_swap: Allow the plugin to run without warning/critical thresholds (#747)
@@ -6,7 +6,7 @@
SRC_ROOT=`dirname $0`
NPVF=NP-VERSION-FILE
-DEF_VER=2.4.10.git
+DEF_VER=2.4.11.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.4.10)
+AC_INIT(nagios-plugins,2.4.11)
AC_CONFIG_SRCDIR(NPTest.pm)
AC_CONFIG_FILES([gl/Makefile
nagios-plugins.spec])