mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Prep for 1.4.10
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1801 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
faf593d23a
commit
0063fb1abf
5 changed files with 5932 additions and 4485 deletions
9
BUGS
9
BUGS
|
|
@ -6,20 +6,17 @@ For the 1.4.9 release:
|
|||
|
||||
1724055 - check_dns: does not sort address data
|
||||
1681516 - output too verbose for various checks
|
||||
1637767 - check_ping on FreeBSD 5.4 fails
|
||||
1595449 - check_procs bus error on Solaris 8,9,10
|
||||
1541340 - check_procs won't execute on Solaris 9 x86
|
||||
1670261 - check_snmp might require snmpget with LD_LIBRARY_PATH
|
||||
1569488 - check_ifoperstatus.pl: -n option does't work (help required!)
|
||||
1523748 - check_disk should error if warn range is subset of critical
|
||||
1498923 - check_ldap build error on Solaris 9
|
||||
1480574 - check_disk missing -lm on Solaris
|
||||
1478287 - check_dns fails with CNAMEs
|
||||
1469468 - signal handler in popen.c is broken
|
||||
1466426 - check_ldaps doesn't default to port 636
|
||||
1447642 - check_ping segfault on Sol 10
|
||||
1381604 - Perlsec breaks any perl plugin with perl 5.8.x
|
||||
1373801 - check_ping timeout on Mandrake 10.1
|
||||
1370031 - check_disk_smb requires DNS agree with NetBIOS names
|
||||
1291987 - urlize useragent does not work
|
||||
1250982 - check_postgresql: configure test for -lcrypto on OpenBSD
|
||||
1225470 - check_swap perf data incorrect
|
||||
1108499 - check_ping with -U on Debian fails
|
||||
1090549 - check_dhcp ignores DHCP replies
|
||||
|
|
|
|||
2
NEWS
2
NEWS
|
|
@ -1,6 +1,6 @@
|
|||
This file documents the major additions and syntax changes between releases.
|
||||
|
||||
1.4.10 or 1.5 ??
|
||||
1.4.10 28th September 2007
|
||||
Fix check_http buffer overflow vulnerability when following HTTP redirects
|
||||
check_http now explicitly asks HTTP/1.1 servers to close the connection
|
||||
after completion of the response
|
||||
|
|
|
|||
|
|
@ -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.9)
|
||||
AC_INIT(nagios-plugins,1.4.10)
|
||||
AC_CONFIG_SRCDIR(NPTest.pm)
|
||||
AC_CONFIG_FILES(gl/Makefile)
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
PACKAGE_RELEASE="1.4.9"
|
||||
PACKAGE_RELEASE="1.4.10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue