summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bec5a6d)
raw | patch | inline | side by side (parent: bec5a6d)
author | Florian Forster <sifnfors@informatik.stud.uni-erlangen.de> | |
Tue, 22 Apr 2008 11:18:21 +0000 (13:18 +0200) | ||
committer | Florian Forster <sifnfors@informatik.stud.uni-erlangen.de> | |
Tue, 22 Apr 2008 11:18:21 +0000 (13:18 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index da00f0b001b4b7e692be77983d1404f1a276b52e..8b074b4baed620acf34f4b80a3ea57977567ca98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-04-22, Version 4.3.3
+ * build system: Improved detection of several libraries, especially if
+ they are in non-standard paths.
+ * build system: Portability fixes: Automatically define "_REENTRANT"
+ if the libc expects it.
+ * 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.
+ * sensors plugin: Fix sensor collection for some chip types.
+
2008-03-29, Version 4.3.2
* collectd: Fix configuration of the `FailureMax', `WarningMax', and
`Persist' threshold options.
diff --git a/version-gen.sh b/version-gen.sh
index 9f006e82aa820efed7f197c57f81a0ad2ceada2c..e0db73b352911655b89041cb6af290086a7a951c 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.3.2.git"
+DEFAULT_VERSION="4.3.3.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"