소스 검색

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 년 전
부모
커밋
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"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.