summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog121
-rw-r--r--configure.in2
-rw-r--r--package.def2
3 files changed, 123 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index abdb995..93d76b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
12006-10-27 16:37 tonvoon
2
3 * plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases.
4 Allow anything if ends with a . as long as correct characters
5
62006-10-26 22:32 tonvoon
7
8 * NPTest.pm: New test variables default to "none", so no changes
9 required to tinderbox satelites
10
112006-10-26 22:10 tonvoon
12
13 * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if
14 dba_free_space has no free segments (Florian Gleixner)
15
162006-10-26 22:02 tonvoon
17
18 * plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed
19 regression where hostnames with hyphens were rejected (1581402 -
20 Holger Weiss)
21
222006-10-26 21:56 tonvoon
23
24 * contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary
25 tarball
26
272006-10-26 21:51 tonvoon
28
29 * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C
30 style comments (1583467 - Markus Baertschi)
31
322006-10-24 22:54 opensides
33
34 * plugins-root/check_icmp.c:
35 more fixes and removal of certain sentences not needed
36
372006-10-24 22:48 opensides
38
39 * plugins/check_nt.c, plugins-root/check_icmp.c:
40 last localization fixes for core plugins in c
41
422006-10-24 22:01 opensides
43
44 * plugins/check_nt.c:
45 next round of localization fixes
46
472006-10-24 10:48 tonvoon
48
49 * plugins-root/: Makefile.am, check_icmp.c: Fixed compile on
50 non-glibc platforms
51
522006-10-24 09:34 tonvoon
53
54 * plugins/check_http.c: Restored accidently regressed fix
55
562006-10-23 22:47 opensides
57
58 * plugins/check_http.c:
59 localization fixes
60
612006-10-23 01:02 opensides
62
63 * plugins-root/check_icmp.c:
64 first pass a making check icmp respecting nagiosplugins rules
65
662006-10-22 23:34 opensides
67
68 * plugins/check_nt.c:
69 latest localization fixes for tonight ;-)
70
712006-10-22 23:24 opensides
72
73 * plugins/check_ldap.c:
74 localization fixes
75
762006-10-22 23:14 opensides
77
78 * plugins-root/check_icmp.c:
79 putting default template for copyright and explanations
80
812006-10-22 23:07 opensides
82
83 * plugins-root/check_icmp.c:
84 revert mistake when commiting fixes
85
862006-10-22 23:03 opensides
87
88 * plugins/check_apt.c, plugins/check_procs.c,
89 plugins-root/check_icmp.c:
90 more localization fixes
91
922006-10-20 08:53 tonvoon
93
94 * plugins/check_snmp.c: Reverting back accidently regressed code
95
962006-10-20 08:39 opensides
97
98 * plugins/check_mrtg.c:
99 more localization fixes
100
1012006-10-20 07:24 opensides
102
103 * plugins/check_apt.c, plugins-root/check_dhcp.c:
104 localization updates
105
1062006-10-20 00:56 opensides
107
108 * plugins/check_snmp.c:
109 adding missing check_snmp
110
1112006-10-20 00:53 opensides
112
113 * plugins/: check_radius.c, check_real.c, check_smtp.c,
114 check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
115 check_ups.c, check_users.c, negate.c, urlize.c:
116 another round of localization cleaning
117
1182006-10-19 21:04 tonvoon
119
120 * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release
121
12006-10-19 20:52 tonvoon 1222006-10-19 20:52 tonvoon
2 123
3 * CHANGES: Added info re: 1.4.4 in prep for release 124 * CHANGES: Added info re: 1.4.4 in prep for release
diff --git a/configure.in b/configure.in
index 6816bcf..0dd8551 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION ($Revision$) 2AC_REVISION ($Revision$)
3AC_PREREQ(2.58) 3AC_PREREQ(2.58)
4AC_INIT(nagios-plugins,1.4.4) 4AC_INIT(nagios-plugins,1.4.5)
5AC_CONFIG_SRCDIR(NPTest.pm) 5AC_CONFIG_SRCDIR(NPTest.pm)
6AM_INIT_AUTOMAKE([1.8.3]) 6AM_INIT_AUTOMAKE([1.8.3])
7AM_CONFIG_HEADER(config.h) 7AM_CONFIG_HEADER(config.h)
diff --git a/package.def b/package.def
index ee4a023..44eef74 100644
--- a/package.def
+++ b/package.def
@@ -1 +1 @@
PACKAGE_RELEASE="1.4.4" PACKAGE_RELEASE="1.4.5"