git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1873 f882894a-f735-0410-b71e-b25c423dba1c
@@ -2,7 +2,7 @@ This file lists the major bugs from the Nagios Plugins page on Sourceforge
at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
necessarily verified as errors.
-For the 1.4.9 release:
+For the 1.4.11 release:
1724055 - check_dns: does not sort address data
1681516 - output too verbose for various checks
@@ -1,6 +1,6 @@
This file documents the major additions and syntax changes between releases.
-1.4.11 or 1.5 ??
+1.4.11 13th December 2007
Fix check_http regression in 1.4.10 where following redirects to
relative URLs on virtual hosts failed if both "-H" and "-I" were used
check_ntp now return UNKNOWN instead of WARNING if jitter is unavailable (jitter=-1.000000)
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_REVISION ($Revision$)
AC_PREREQ(2.59)
-AC_INIT(nagios-plugins,1.4.10)
+AC_INIT(nagios-plugins,1.4.11)
AC_CONFIG_SRCDIR(NPTest.pm)
AC_CONFIG_FILES(gl/Makefile)
AC_CONFIG_AUX_DIR(build-aux)
@@ -1 +1 @@
-PACKAGE_RELEASE="1.4.10"
+PACKAGE_RELEASE="1.4.11"