summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6acb19b)
raw | patch | inline | side by side (parent: 6acb19b)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 1 Sep 2008 11:37:27 +0000 (13:37 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 1 Sep 2008 11:37:27 +0000 (13:37 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 29e2223a6fa8cfccab22604e26cfcc041d1258bc..6a1ec5e7e9a832fe0ca60f8cc343773ea9918621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/version-gen.sh b/version-gen.sh
index 0049f7deac8b95c0ff62859dd406619afbdaed6f..a9157cdef03cfdf52ac19cc75956ae387c17c019 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.4.2.git"
+DEFAULT_VERSION="4.4.3.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"