summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 937fc4f)
raw | patch | inline | side by side (parent: 937fc4f)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 22 Feb 2009 18:22:01 +0000 (19:22 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 22 Feb 2009 18:22:01 +0000 (19:22 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 7f6ec05068acb7b7b5f6dc491648fffcad31e553..2c1f8d89da032512602ca263742e0f0f72336881 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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 f933764ce5d1554c6a5b023c6b1bf5cead6a19f3..0501df96f4ee0563d0cea13a780efc5c8c032a38 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.5.2.git"
+DEFAULT_VERSION="4.5.3.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"