summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ec776a)
raw | patch | inline | side by side (parent: 0ec776a)
author | Florian Forster <octo@collectd.org> | |
Sun, 7 Apr 2013 18:45:10 +0000 (20:45 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 7 Apr 2013 18:45:10 +0000 (20:45 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 21c046b77794284114fac42748bd802f7f981411..e8f73b5cb7de1a553d23b3ae99e58bc2a63a9900 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2013-04-07, Version 4.10.9
+ * Build system: A bad interaction between the Java detection code and
+ libltdl has been fixed. Thanks to Dave Cottlehuber for his patch.
+ * apache, ascent, bind, curl, curl_json, curl_xml, nginx and
+ write_http plugins: Portability fixes, protection from infinite
+ redirect loops, improved error handling and incorrect dereferences
+ have been fixed. Most of these are related to the cURL library.
+ Thanks to Dan Fandrich for his patches.
+ * logfile plugin: Flush the output file handle. This works around
+ caching when logging to STDOUT and redirecting into a file. Thanks
+ to Nathan Huff for the patch.
+ * network plugin: Build issues under FreeBSD and initialization have
+ been fixed. Thanks to Ed Schouten for his patch.
+ * mysql plugin: Fix a memory leak in the error handling. Thanks to
+ Tomas Doran for his patch.
+ * thermal plugin: The initialization of dispatched value lists has
+ been fixed. Thanks to Markus Knetschke for his patch.
+ * unixsock plugin: Parsing of options with an underscore, e.g.
+ "plugin_instance" has been fixed. Thanks to Tommie Gannert for his
+ patch.
+
2012-11-11, Version 4.10.8
* collectd: Create new directories with mode 0777 and let umask remove
unwanted permission bits.
diff --git a/version-gen.sh b/version-gen.sh
index 0e0d8d452edd23b617b94120bab31af7b0f9bb33..0b75fc2e954c6e5efe3e39e4832ab3bd23b94312 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/usr/bin/env bash
-DEFAULT_VERSION="4.10.8.git"
+DEFAULT_VERSION="4.10.9.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"