diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-30 14:08:27 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-30 14:08:27 (GMT) |
commit | a6b538664e7ab3d3ee5f26e3c48d444df91daa35 (patch) | |
tree | 10d5ef6f1ff037bfb7249cffea5204d2d7c90007 /NEWS | |
parent | 950f99c62a942f665bde95b9d606279ffa7804d7 (diff) | |
download | monitoring-plugins-a6b538664e7ab3d3ee5f26e3c48d444df91daa35.tar.gz |
Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql detection
separated into external m4 file
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1661 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | 1.4.8 ?? | ||
4 | Respects --without-world-permissions for setuid plugins | ||
5 | check_disk extra options for regex matching of filesystems and grouping of filesystems | ||
6 | for collective thresholds | ||
7 | Better configure test for mysqlclient availability | ||
8 | |||
3 | 1.4.7 29th March 2007 | 9 | 1.4.7 29th March 2007 |
4 | check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris | 10 | check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris |
5 | Fixed MKINSTALLDIRS problem in po/ | 11 | Fixed MKINSTALLDIRS problem in po/ |