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

For 1.4.4 release

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 19 лет назад
Родитель
Сommit
cace0753b9
4 измененных файлов с 662 добавлено и 87 удалено
  1. 7 8
      BUGS
  2. 653 77
      ChangeLog
  3. 1 1
      configure.in
  4. 1 1
      package.def

+ 7 - 8
BUGS

@@ -1,18 +1,17 @@
 This file lists known bugs in this specific release. It lists the major bugs from the Nagios
 This file lists known bugs in this specific release. It lists the major bugs from the Nagios
 Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&atid=397597.
 Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&atid=397597.
 
 
-For the 1.4 release:
+For the 1.4.4 release:
 
 
+1578214 - check_proc crashes on Itanium2
+1573700 - check_swap on HP-UX incorrect
+1573638 - check_swap SEGVs on Sol 10
+1475899 - check_tcp segfaults with multiple -s or -e args
+1447642 - check_ping segfault on Sol 10
+1344584 - check_snmp counter64 values not handled correctly
 1291987 - urlize useragent does not work
 1291987 - urlize useragent does not work
-1291115 - Wrong compile options for openSSL
-1284352 - check_dhcp -s not compatible with helpers/relays
-1283131 - check_load gives incorrect data on AIX
-1267741 - check_ntp logic incorrect with > 1 peers
-1252285 - check_ssh reports critical for some SSH servers
 1225470 - check_swap perf data incorrect
 1225470 - check_swap perf data incorrect
 1218438 - check_radius linking to wrong header
 1218438 - check_radius linking to wrong header
-1210958 - check_nwstat incorrectly reporting free disk space
-1144727 - check_disk fails on solaris with large available space
 1108499 - check_ping with -U on Debian fails
 1108499 - check_ping with -U on Debian fails
 1094326 - check_ide_smart usage errors
 1094326 - check_ide_smart usage errors
 1090549 - check_dhcp ignores DHCP replies
 1090549 - check_dhcp ignores DHCP replies

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


+ 1 - 1
configure.in

@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION ($Revision$)
 AC_REVISION ($Revision$)
 AC_PREREQ(2.58)
 AC_PREREQ(2.58)
-AC_INIT(nagios-plugins,1.4.3)
+AC_INIT(nagios-plugins,1.4.4)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AM_INIT_AUTOMAKE([1.8.3])
 AM_INIT_AUTOMAKE([1.8.3])
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(config.h)

+ 1 - 1
package.def

@@ -1 +1 @@
-PACKAGE_RELEASE="1.4.3"
+PACKAGE_RELEASE="1.4.4"

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