madlohe před 4 roky
rodič
revize
1b9bc4a078
3 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 3 2
      NEWS
  2. 1 1
      NP-VERSION-GEN
  3. 1 1
      configure.ac

+ 3 - 2
NEWS

@@ -1,13 +1,14 @@
 This file documents the major additions and syntax changes between releases.
 This file documents the major additions and syntax changes between releases.
 
 
 2.4.0 2021-11-18
 2.4.0 2021-11-18
-ENHANCEMENTS
+	ENHANCEMENTS
 	check_http: Add -o option (Append page body as performance data) (#615) (Tobias Leich)
 	check_http: Add -o option (Append page body as performance data) (#615) (Tobias Leich)
 	check_icmp: Add -f and -F perfdata options (#567)
 	check_icmp: Add -f and -F perfdata options (#567)
 	check_ifstatus: Add -d option (exclude interfaces by description regexp) (#548) (Alexandre Anriot)
 	check_ifstatus: Add -d option (exclude interfaces by description regexp) (#548) (Alexandre Anriot)
 	check_smtp: Add support for SMTP over TLS (#565) (Franz Schwartau)
 	check_smtp: Add support for SMTP over TLS (#565) (Franz Schwartau)
 	check_snmp: Add -M to multiply results by a given factor (#559) (Scott Baker)
 	check_snmp: Add -M to multiply results by a given factor (#559) (Scott Baker)
-FIXES
+	
+	FIXES
 	lib: _np_state_calculate_location_prefix() should return non-void when running under suid (Kris Shannon)
 	lib: _np_state_calculate_location_prefix() should return non-void when running under suid (Kris Shannon)
 	pst3.c: Fix build issue on Solaris (#537)
 	pst3.c: Fix build issue on Solaris (#537)
 	check_by_ssh: Fix return code when ssh or the shell itself fails (#618) (Guillaume Rousse)
 	check_by_ssh: Fix return code when ssh or the shell itself fails (#618) (Guillaume Rousse)

+ 1 - 1
NP-VERSION-GEN

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

+ 1 - 1
configure.ac

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