summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8672bfa)
raw | patch | inline | side by side (parent: 8672bfa)
author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Tue, 22 Apr 2008 08:28:20 +0000 (10:28 +0200) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Tue, 22 Apr 2008 10:35:45 +0000 (12:35 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 6f10fac65f445632ecc137f438595ca4e510a6f7..2cbac4a619ee2824d2905abc145a2a66cbb86a66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-04-22, Version 4.2.7
+ * build system: Improved detection of several libraries, especially if
+ they are in non-standard paths.
+ * collectd: Error and warning messages have been improved.
+ * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
+ using them.
+ * apache plugin: Allocate new memory when reading a webpage instead of
+ using a buffer of static size.
+ * exec plugin: Close (almost) all filedescriptors before exec(2)ing
+ the program.
+ * hddtemp plugin: Error and warning messages have been improved.
+
2008-03-29, Version 4.2.6
* collectd: Improved error messages when parsing the configuration.
* sensors plugin: Fix temperature collection with libsensors4.
diff --git a/version-gen.sh b/version-gen.sh
index 61763ac5e3d04fbe6e36e8a6d5f98fdfdb48ae4d..e2edec0df976a2e08ac3b3a3e313f101fec5ad59 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.2.6.git"
+DEFAULT_VERSION="4.2.7.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"