Code

Bumped version to 4.4.3; Updated ChangeLog. collectd-4.4.3
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 1 Sep 2008 11:37:27 +0000 (13:37 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 1 Sep 2008 11:37:27 +0000 (13:37 +0200)
ChangeLog
version-gen.sh

index 29e2223a6fa8cfccab22604e26cfcc041d1258bc..6a1ec5e7e9a832fe0ca60f8cc343773ea9918621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-01, Version 4.4.3
+       * collectd: Fix a memory leak in the threshold checking code.
+       * memcached plugin: Fix a too short timeout and a related file
+         descriptor leak.
+       * memory plugin: A typo in the libstatgrab code has been fixed.
+       * snmp plugin: Fix a possible memory leak.
+
 2008-07-15, Version 4.4.2
        * build system: Use pkg-config to detect the upsclient library.
        * collectd: Try even harder to determine the endianess of the
index 0049f7deac8b95c0ff62859dd406619afbdaed6f..a9157cdef03cfdf52ac19cc75956ae387c17c019 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEFAULT_VERSION="4.4.2.git"
+DEFAULT_VERSION="4.4.3.git"
 
 VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"