diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-15 09:40:56 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-15 09:40:56 (GMT) |
commit | 546410a5f94cd796ff6b7ba531dca8f0d1971471 (patch) | |
tree | 31925ae2407d8bfdfc17a796f4befa2b3a645f4a /NEWS | |
parent | c51b6eea0e80048690a9f48b74d2caebead08a2f (diff) | |
download | monitoring-plugins-546410a5f94cd796ff6b7ba531dca8f0d1971471.tar.gz |
Add AC_SYS_LARGEFILE to configure.in (check_disk should now work with large file systems (2TB+) on all archs that supports it)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1906 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ This file documents the major additions and syntax changes between releases. | |||
5 | New check_icmp -s option to specify the source IP address | 5 | New check_icmp -s option to specify the source IP address |
6 | check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) | 6 | check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs) |
7 | Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300) | 7 | Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300) |
8 | check_disk should now work with large file systems (2TB+) on all archs that supports it | ||
8 | 9 | ||
9 | 1.4.11 13th December 2007 | 10 | 1.4.11 13th December 2007 |
10 | Fixed check_http regression in 1.4.10 where following redirects to | 11 | Fixed check_http regression in 1.4.10 where following redirects to |