Просмотр исходного кода

Preparation for 1.4.11

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1873 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 18 лет назад
Родитель
Сommit
bc236609d5
5 измененных файлов с 434 добавлено и 209 удалено
  1. 1 1
      BUGS
  2. 430 205
      ChangeLog
  3. 1 1
      NEWS
  4. 1 1
      configure.in
  5. 1 1
      package.def

+ 1 - 1
BUGS

@@ -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

Разница между файлами не показана из-за своего большого размера
+ 430 - 205
ChangeLog


+ 1 - 1
NEWS

@@ -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 - 1
configure.in

@@ -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.def

@@ -1 +1 @@
-PACKAGE_RELEASE="1.4.10"
+PACKAGE_RELEASE="1.4.11"

Некоторые файлы не были показаны из-за большого количества измененных файлов