diff options
-rw-r--r-- | BUGS | 5 | ||||
-rw-r--r-- | ChangeLog | 171 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | package.def | 2 |
5 files changed, 179 insertions, 4 deletions
@@ -4,13 +4,16 @@ necessarily verified as errors. | |||
4 | 4 | ||
5 | For the 1.4.6 release: | 5 | For the 1.4.6 release: |
6 | 6 | ||
7 | 1687867 - check_http: buffer overflow vulnerability | ||
8 | 1675306 - check_dhcp: does not add mandatory 'end' option | ||
9 | 1675286 - check_ssh: -S flag not working | ||
10 | 1652471 - check_http: missing Accept header | ||
7 | 1648570 - check_dhcp error by asking 2 dhcp servers | 11 | 1648570 - check_dhcp error by asking 2 dhcp servers |
8 | 1637767 - check_ping on FreeBSD 5.4 fails | 12 | 1637767 - check_ping on FreeBSD 5.4 fails |
9 | 1614168 - not compatible with OpenSSL 0.9.8d | 13 | 1614168 - not compatible with OpenSSL 0.9.8d |
10 | 1595449 - check_procs bus error on Solaris 8,9,10 | 14 | 1595449 - check_procs bus error on Solaris 8,9,10 |
11 | 1573700 - check_swap on HP-UX incorrect | 15 | 1573700 - check_swap on HP-UX incorrect |
12 | 1573638 - check_swap SEGVs on Sol 10 | 16 | 1573638 - check_swap SEGVs on Sol 10 |
13 | 1556886 - check_ntp has memory fault when using jitter flag | ||
14 | 1541340 - check_procs won't execute on Solaris 9 x86 | 17 | 1541340 - check_procs won't execute on Solaris 9 x86 |
15 | 1523748 - check_disk should error if warn range is subset of critical | 18 | 1523748 - check_disk should error if warn range is subset of critical |
16 | 1506121 - check_http problem with protocol change in redirect | 19 | 1506121 - check_http problem with protocol change in redirect |
@@ -1,3 +1,174 @@ | |||
1 | 2007-03-29 11:25 tonvoon | ||
2 | |||
3 | * plugins/check_ntp.c: Adding help text for jitter flags | ||
4 | |||
5 | 2007-03-27 07:53 dermoth | ||
6 | |||
7 | * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 - | ||
8 | check_icmp fails after some time on FreeBSD | ||
9 | |||
10 | 2007-03-25 14:55 tonvoon | ||
11 | |||
12 | * configure.in, NEWS: Reinstate --with-nagios-user/group and new | ||
13 | --without-group-permissions ./configure options | ||
14 | |||
15 | 2007-03-22 17:54 hweiss | ||
16 | |||
17 | * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to | ||
18 | 8k in order to increase I/O performance (Stefan Meier) | ||
19 | |||
20 | 2007-03-16 12:11 gonzai | ||
21 | |||
22 | * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq ( || )' | ||
23 | constructions in check_ifoperstatus.pl. | ||
24 | |||
25 | 2007-03-12 10:51 tonvoon | ||
26 | |||
27 | * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's | ||
28 | timeout interval is only +1 if ping command has a timeout value. | ||
29 | Tests updated to check for 100% packet loss (always if ping has | ||
30 | timeout), otherwise will check for "timed out" string | ||
31 | |||
32 | 2007-03-11 02:27 tonvoon | ||
33 | |||
34 | * plugins/t/check_ping.t: Converted check_ping.t to new-style | ||
35 | testcases. Added test case for check_icmp - requires sudo access | ||
36 | |||
37 | 2007-03-11 01:57 tonvoon | ||
38 | |||
39 | * plugins/check_ping.c: Fixed some help display. Removed -L from | ||
40 | usage as deprecated option | ||
41 | |||
42 | 2007-03-08 09:09 dermoth | ||
43 | |||
44 | * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to | ||
45 | check_icmp to set the minimum required hosts for success. | ||
46 | |||
47 | 2007-03-08 06:12 dermoth | ||
48 | |||
49 | * config_test/child_test.c: Ficing C++ style comments | ||
50 | |||
51 | 2007-03-08 06:09 dermoth | ||
52 | |||
53 | * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't | ||
54 | get why those lines were originally commented out. | ||
55 | |||
56 | 2007-03-06 22:45 tonvoon | ||
57 | |||
58 | * plugins/check_http.c: Fix option handling (Nobuhiro Ban - | ||
59 | 1657280) | ||
60 | |||
61 | 2007-03-06 22:29 tonvoon | ||
62 | |||
63 | * plugins/check_smtp.c: Fixed compile errors in check_smtp.c | ||
64 | |||
65 | 2007-03-06 22:17 tonvoon | ||
66 | |||
67 | * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd | ||
68 | (Enrico Scholz - 1675279) | ||
69 | |||
70 | 2007-03-06 17:29 tonvoon | ||
71 | |||
72 | * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on | ||
73 | Solaris in preference to pst3 (problems in 64bit mode) | ||
74 | |||
75 | 2007-03-06 17:26 tonvoon | ||
76 | |||
77 | * plugins/t/check_disk.t: Test failure if a filesystem which is a | ||
78 | subset of another fails the inode check (Matthias Elbe - 1660953) | ||
79 | |||
80 | 2007-03-06 14:18 tonvoon | ||
81 | |||
82 | * NEWS, configure.in: Detect if check_mysql compile will work at | ||
83 | ./configure time, due to some Redhat systems distributing | ||
84 | mysql_config, but not the include files | ||
85 | |||
86 | 2007-03-06 11:03 tonvoon | ||
87 | |||
88 | * configure.in: Clearer message when --with-nagios-user is used for | ||
89 | ./configure | ||
90 | |||
91 | 2007-03-06 10:48 tonvoon | ||
92 | |||
93 | * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root | ||
94 | plugins installed with world executable permissions. Removed | ||
95 | references to --with-nagios-user and --with-nagios-group in | ||
96 | README | ||
97 | |||
98 | 2007-03-02 01:38 egalstad | ||
99 | |||
100 | * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf | ||
101 | |||
102 | 2007-02-24 01:03 dermoth | ||
103 | |||
104 | * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f' | ||
105 | don't remove directories) | ||
106 | |||
107 | 2007-02-14 20:56 tonvoon | ||
108 | |||
109 | * NEWS, contrib/check_sybase: check_sybase now maintained in | ||
110 | NagiosExchange | ||
111 | |||
112 | 2007-02-14 20:52 tonvoon | ||
113 | |||
114 | * plugins/check_disk.c: Fixed typo in help for -M | ||
115 | |||
116 | 2007-02-14 10:11 tonvoon | ||
117 | |||
118 | * plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re: | ||
119 | --escape flag. Fix of ./check_tcp test to webservers to make it | ||
120 | more standards compliant | ||
121 | |||
122 | 2007-02-09 14:35 tonvoon | ||
123 | |||
124 | * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed | ||
125 | MKINSTALLDIRS problem on some systems - Lars Stavholm | ||
126 | |||
127 | 2007-02-07 14:46 tonvoon | ||
128 | |||
129 | * lib/: Makefile.config-opts, parse_ini.c, | ||
130 | tests/Makefile.config-opts, tests/config-tiny.ini, | ||
131 | tests/plugin.ini, tests/test_ini.c: Added test files to test the | ||
132 | parse_ini.c routines. Requires libtap | ||
133 | |||
134 | 2007-02-07 14:06 hweiss | ||
135 | |||
136 | * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h> | ||
137 | in order to fix compilation on OpenBSD (nsturm - 1653934) | ||
138 | |||
139 | 2007-02-06 23:30 dermoth | ||
140 | |||
141 | * plugins/check_tcp.c: Correct vim typo in comment block :P | ||
142 | |||
143 | 2007-02-06 21:03 opensides | ||
144 | |||
145 | * plugins/check_disk.c, plugins/check_http.c, | ||
146 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
147 | plugins/check_mrtgtraf.c, plugins/check_overcr.c, | ||
148 | plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, | ||
149 | po/nagios-plugins.pot: | ||
150 | correcting some translation problems | ||
151 | |||
152 | 2007-02-06 19:33 seanius | ||
153 | |||
154 | * lib/: parse_ini.c, parse_ini.h: initial version of ini file | ||
155 | parsing routines in C | ||
156 | |||
157 | 2007-02-06 18:34 opensides | ||
158 | |||
159 | * po/Makevars: | ||
160 | adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: | ||
161 | |||
162 | 2007-02-05 13:51 tonvoon | ||
163 | |||
164 | * AUTHORS, doc/RELEASING: Update list of team members. More notes | ||
165 | on new releases | ||
166 | |||
167 | 2007-02-05 13:13 tonvoon | ||
168 | |||
169 | * BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6 | ||
170 | release | ||
171 | |||
1 | 2007-02-02 09:10 dermoth | 172 | 2007-02-02 09:10 dermoth |
2 | 173 | ||
3 | * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs | 174 | * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs |
@@ -1,11 +1,12 @@ | |||
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.7 ?? | 3 | 1.4.7 29th March 2007 |
4 | check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris | 4 | check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris |
5 | Fixed MKINSTALLDIRS problem in po/ | 5 | Fixed MKINSTALLDIRS problem in po/ |
6 | ./configure now detects if possible to compile check_mysql | 6 | ./configure now detects if possible to compile check_mysql |
7 | Fixed broken HELO in check_smtp | 7 | Fixed broken HELO in check_smtp |
8 | check_icmp now allows to set a minimum number of hosts required for successs (-m) | 8 | check_icmp now allows to set a minimum number of hosts required for successs (-m) |
9 | check_icmp fix for *BSD when running for long time | ||
9 | check_ping times out 1 second quicker if host is unreachable | 10 | check_ping times out 1 second quicker if host is unreachable |
10 | Root plugins installed with world executable | 11 | Root plugins installed with world executable |
11 | check_sybase from contrib now maintained in NagiosExchange | 12 | check_sybase from contrib now maintained in NagiosExchange |
diff --git a/configure.in b/configure.in index fe8f112..81033a0 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
3 | AC_PREREQ(2.59) | 3 | AC_PREREQ(2.59) |
4 | AC_INIT(nagios-plugins,1.4.6) | 4 | AC_INIT(nagios-plugins,1.4.7) |
5 | AC_CONFIG_SRCDIR(NPTest.pm) | 5 | AC_CONFIG_SRCDIR(NPTest.pm) |
6 | AC_CONFIG_FILES(gl/Makefile) | 6 | AC_CONFIG_FILES(gl/Makefile) |
7 | AC_CONFIG_AUX_DIR(build-aux) | 7 | AC_CONFIG_AUX_DIR(build-aux) |
diff --git a/package.def b/package.def index 68a9557..2bc7bff 100644 --- a/package.def +++ b/package.def | |||
@@ -1 +1 @@ | |||
PACKAGE_RELEASE="1.4.6" | PACKAGE_RELEASE="1.4.7" | ||