summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f39147)
raw | patch | inline | side by side (parent: 3f39147)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 18 Mar 2009 10:07:30 +0000 (11:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 18 Mar 2009 10:07:30 +0000 (11:07 +0100) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 10a4cc13183acb9204b3e2fc838ba7102d392410..924d40457d6bb816346c3d9e07bc2d576d5ef956 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2009-03-18, Version 4.6.2
+ * collectd: Some Solaris utility code has been improved.
+ * filter subsystem: Allow `Chains' without default targets.
+ * liboping: A patch to comply with strict aliasing rules has been
+ added.
+ * timediff match: Fix a typo: The match was registered with a wrong
+ name which prevented this match to be used as documented. Thanks to
+ Bruno Prémont for finding this problem.
+ * bind plugin: Fix collection of the cached RR sets. The number of RR
+ sets currently in the cache was collected as a counter value, which
+ is nonsense. Thanks to Bruno Prémont for implementing this.
+ * dns plugin: Don't pass NULL to `pcap_open_live': Some systems,
+ primarily BSDs, don't take it well and crash.
+ * oracle plugin: Portability to 64 bit systems has been improved.
+ * postgresql plugin: The default configuration has been improved.
+ * rrdtool plugin: Fix a possible race condition: If the network plugin
+ is brought and dispatches a value before the rrdtool plugin is
+ initialized, the daemon may crash.
+
2009-02-22, Version 4.6.1
* collectd: Many documentation fixes.
* Collectd::Unixsock: Error handling has been improved.
diff --git a/version-gen.sh b/version-gen.sh
index 69e4f9a16636b216e8eead2a41a96a070e1d09c4..a1dcaa7281b9188f7afbb1357335fecb7f998bfc 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.6.1.git"
+DEFAULT_VERSION="4.6.2.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"