summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c61b8c)
raw | patch | inline | side by side (parent: 6c61b8c)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 1 Nov 2006 21:15:52 +0000 (21:15 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 1 Nov 2006 21:15:52 +0000 (21:15 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1532 f882894a-f735-0410-b71e-b25c423dba1c
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
package.def | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index abdb9952e996dde0bb6367630d95563d5d61b5b7..93d76b7fb3570d7992a9cce5236ae6174917600d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-10-27 16:37 tonvoon
+
+ * plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases.
+ Allow anything if ends with a . as long as correct characters
+
+2006-10-26 22:32 tonvoon
+
+ * NPTest.pm: New test variables default to "none", so no changes
+ required to tinderbox satelites
+
+2006-10-26 22:10 tonvoon
+
+ * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if
+ dba_free_space has no free segments (Florian Gleixner)
+
+2006-10-26 22:02 tonvoon
+
+ * plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed
+ regression where hostnames with hyphens were rejected (1581402 -
+ Holger Weiss)
+
+2006-10-26 21:56 tonvoon
+
+ * contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary
+ tarball
+
+2006-10-26 21:51 tonvoon
+
+ * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C
+ style comments (1583467 - Markus Baertschi)
+
+2006-10-24 22:54 opensides
+
+ * plugins-root/check_icmp.c:
+ more fixes and removal of certain sentences not needed
+
+2006-10-24 22:48 opensides
+
+ * plugins/check_nt.c, plugins-root/check_icmp.c:
+ last localization fixes for core plugins in c
+
+2006-10-24 22:01 opensides
+
+ * plugins/check_nt.c:
+ next round of localization fixes
+
+2006-10-24 10:48 tonvoon
+
+ * plugins-root/: Makefile.am, check_icmp.c: Fixed compile on
+ non-glibc platforms
+
+2006-10-24 09:34 tonvoon
+
+ * plugins/check_http.c: Restored accidently regressed fix
+
+2006-10-23 22:47 opensides
+
+ * plugins/check_http.c:
+ localization fixes
+
+2006-10-23 01:02 opensides
+
+ * plugins-root/check_icmp.c:
+ first pass a making check icmp respecting nagiosplugins rules
+
+2006-10-22 23:34 opensides
+
+ * plugins/check_nt.c:
+ latest localization fixes for tonight ;-)
+
+2006-10-22 23:24 opensides
+
+ * plugins/check_ldap.c:
+ localization fixes
+
+2006-10-22 23:14 opensides
+
+ * plugins-root/check_icmp.c:
+ putting default template for copyright and explanations
+
+2006-10-22 23:07 opensides
+
+ * plugins-root/check_icmp.c:
+ revert mistake when commiting fixes
+
+2006-10-22 23:03 opensides
+
+ * plugins/check_apt.c, plugins/check_procs.c,
+ plugins-root/check_icmp.c:
+ more localization fixes
+
+2006-10-20 08:53 tonvoon
+
+ * plugins/check_snmp.c: Reverting back accidently regressed code
+
+2006-10-20 08:39 opensides
+
+ * plugins/check_mrtg.c:
+ more localization fixes
+
+2006-10-20 07:24 opensides
+
+ * plugins/check_apt.c, plugins-root/check_dhcp.c:
+ localization updates
+
+2006-10-20 00:56 opensides
+
+ * plugins/check_snmp.c:
+ adding missing check_snmp
+
+2006-10-20 00:53 opensides
+
+ * plugins/: check_radius.c, check_real.c, check_smtp.c,
+ check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
+ check_ups.c, check_users.c, negate.c, urlize.c:
+ another round of localization cleaning
+
+2006-10-19 21:04 tonvoon
+
+ * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release
+
2006-10-19 20:52 tonvoon
* CHANGES: Added info re: 1.4.4 in prep for release
diff --git a/configure.in b/configure.in
index 6816bcf3f356d596b9eb5d0f8434ea1aa2331c26..0dd8551925cca73a030da179b001ddb2187b2864 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
AC_REVISION ($Revision$)
AC_PREREQ(2.58)
-AC_INIT(nagios-plugins,1.4.4)
+AC_INIT(nagios-plugins,1.4.5)
AC_CONFIG_SRCDIR(NPTest.pm)
AM_INIT_AUTOMAKE([1.8.3])
AM_CONFIG_HEADER(config.h)
diff --git a/package.def b/package.def
index ee4a023dc145bf9f986ccde9ba7f6409aa2fedf6..44eef745800bd8abad3cdf30a7987f2e28fef731 100644 (file)
--- a/package.def
+++ b/package.def
-PACKAGE_RELEASE="1.4.4"
+PACKAGE_RELEASE="1.4.5"