For 1.4.4 release

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2006-10-19 20:04:23 +00:00
parent d58ba4f869
commit cace0753b9
4 changed files with 1960 additions and 1385 deletions

15
BUGS
View file

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

3326
ChangeLog

File diff suppressed because it is too large Load diff

View file

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

View file

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