From 31f88944c913f029264d8a5c82e484678d7a7621 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 22 Feb 2009 19:22:01 +0100 Subject: [PATCH] Bumped version to 4.5.3; Updated ChangeLog. --- ChangeLog | 12 ++++++++++++ version-gen.sh | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f6ec050..2c1f8d89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-02-22, Version 4.5.3 + * build system: The check for libupsclient even when `pkg-config' is + not available. + * collectd: Fix error handling in the global cache. + * Collectd::Unixsock: Error handling has been improved. + * ascent plugin: Fix a memory leak. Thanks to Bruno Prémont for his + patch. + * ipmi plugin: Fix an off-by-one error which could cause segmentation + faults. Thanks to Peter Holik for his patch. + * tcpconns plugin: An endianness problem has been fixed in the *BSD + code. Thanks to "thated" for reporting this. + 2009-01-02, Version 4.5.2 * build system: Check for `mysql.h' and `mysql/mysql.h', since the file may be in both locations, especially when the database was diff --git a/version-gen.sh b/version-gen.sh index f933764c..0501df96 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.5.2.git" +DEFAULT_VERSION="4.5.3.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )" -- 2.11.0