Przeglądaj źródła

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 lat temu
rodzic
commit
cace0753b9
4 zmienionych plików z 662 dodań i 87 usunięć
  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
 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
-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
 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
 1094326 - check_ide_smart usage errors
 1090549 - check_dhcp ignores DHCP replies

Plik diff jest za duży
+ 653 - 77
ChangeLog


+ 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.58)
-AC_INIT(nagios-plugins,1.4.3)
+AC_INIT(nagios-plugins,1.4.4)
 AC_CONFIG_SRCDIR(NPTest.pm)
 AM_INIT_AUTOMAKE([1.8.3])
 AM_CONFIG_HEADER(config.h)

+ 1 - 1
package.def

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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików