summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72fefab)
raw | patch | inline | side by side (parent: 72fefab)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 18 Dec 2009 08:50:36 +0000 (09:50 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 18 Dec 2009 08:50:36 +0000 (09:50 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index cc0e6515b31388a01c40a55a35ac97698a75faea..0b7daea670143b7aec7c4958d1544ba3fb324b98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-12-18, Version 4.8.2
+ * Build system, java plugin: Don't use “find -L” to search for Java
+ headers, because it's a GNU extension.
+ * Build system: Support for parallel builds has been improved. Thanks
+ Sebastian Harl and Stefan Völkel for looking into this.
+ * collectd: Print error messages to STDERR if no log plugin has been
+ loaded.
+ * genericjmx plugin: Close and re-open the connection upon I/O-errors.
+ * gmond plugin: Fix typos which caused syntax errors.
+ * memory plugin: Handling of >4 Gbyte of memory has been fixed.
+ * network plugin: The license has been changed to LGPL 2.1.
+ * oracle plugin: Reconnect to the database if the connection dies.
+ * rrdcached plugin: Work-around for a bug in RRDtool 1.4rc2 has been
+ added.
+ * snmp plugin: Handling of negative values has been fixed. Strings
+ containing control characters are now interpreted as hex-strings.
+ * unixsock plugin: A memory leak in the LISTVAL command has been
+ fixed. Thanks to Ben Knight for his patch.
+
2009-10-04, Version 4.8.1
* Build system: Issues when building the iptables plugin have been
fixed.
diff --git a/version-gen.sh b/version-gen.sh
index e0114d0422a0a94c0ac071628e314e09221dbac3..f1a2fc29440c19879ba721919ad72ee20f925f90 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.8.1.git"
+DEFAULT_VERSION="4.8.2.git"
VERSION="`git describe 2> /dev/null | sed -e 's/^collectd-//'`"