X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ChangeLog;h=e8f73b5cb7de1a553d23b3ae99e58bc2a63a9900;hb=refs%2Fheads%2Fcollectd-4.10;hp=21c046b77794284114fac42748bd802f7f981411;hpb=9ee128f57ebf5b983263076982d4a6ff9418eaf8;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 21c046b7..e8f73b5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +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.