From 9b80c3781f09b3803f32188a97456f4fa41aa2fa Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 31 Aug 2008 15:11:15 +0200 Subject: [PATCH] Bumped version to 4.3.3; Updated ChangeLog. --- ChangeLog | 18 ++++++++++++++++++ version-gen.sh | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8b074b4b..47e359de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-08-30, Version 4.3.4 + * Build system: Improved detection of and linking with the statgrab + library. + * collectd: Portability fixes, especially to determine endianess more + reliable. + * Various plugins: Fix format strings. + * network plugin: A fix in the initialization function solves problems + under Solaris. + * disk plugin: A fix for giving disks under Linux 2.4 the right names + again has been applied. + * wireless plugin: A work-around for broken wireless drivers has been + added. + * nginx plugin: A thread-unsafe function has been replaced. + * vserver plugin: A thread-unsafe function has been replaced. + * memory plugin: A typo in the libstatgrab code has been fixed. + * memcached plugin: Fix a too short timeout and a related file + descriptor leak. + 2008-04-22, Version 4.3.3 * build system: Improved detection of several libraries, especially if they are in non-standard paths. diff --git a/version-gen.sh b/version-gen.sh index e0db73b3..865a0756 100755 --- a/version-gen.sh +++ b/version-gen.sh @@ -1,6 +1,6 @@ #!/bin/sh -DEFAULT_VERSION="4.3.3.git" +DEFAULT_VERSION="4.3.4.git" VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )" -- 2.11.0