summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d90a7e)
raw | patch | inline | side by side (parent: 9d90a7e)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 31 Aug 2008 13:11:15 +0000 (15:11 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 31 Aug 2008 13:11:15 +0000 (15:11 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 8b074b4baed620acf34f4b80a3ea57977567ca98..47e359de0e90ec310b28a44769cb241d5cbd4f09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-08-30, Version 4.3.4
+ * Build system: Improved detection of and linking with the statgrab
+ library.
+ * collectd: Portability fixes, especially to determine endianess more
+ reliable.
+ * Various plugins: Fix format strings.
+ * network plugin: A fix in the initialization function solves problems
+ under Solaris.
+ * disk plugin: A fix for giving disks under Linux 2.4 the right names
+ again has been applied.
+ * wireless plugin: A work-around for broken wireless drivers has been
+ added.
+ * nginx plugin: A thread-unsafe function has been replaced.
+ * vserver plugin: A thread-unsafe function has been replaced.
+ * memory plugin: A typo in the libstatgrab code has been fixed.
+ * memcached plugin: Fix a too short timeout and a related file
+ descriptor leak.
+
2008-04-22, Version 4.3.3
* build system: Improved detection of several libraries, especially if
they are in non-standard paths.
diff --git a/version-gen.sh b/version-gen.sh
index e0db73b352911655b89041cb6af290086a7a951c..865a0756ca8a953d10891bd59d2521f480a70862 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.3.3.git"
+DEFAULT_VERSION="4.3.4.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"