summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ce08d6)
raw | patch | inline | side by side (parent: 9ce08d6)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 10 May 2009 15:30:30 +0000 (17:30 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 10 May 2009 15:30:30 +0000 (17:30 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index d61255b77b13777b283b9f551ab1ef43f7fa36b2..3fdf0ca99885c922396659da364e270a11c6452c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2009-05-01, Version 4.7.0
+2009-05-11, Version 4.7.0
* apache plugin: Support to query multiple servers has been added.
Thanks to Amit Gupta for the patch.
* apache plugin: Handling of lighttpd's scoreboard statistics has been
diff --git a/version-gen.sh b/version-gen.sh
index a1dcaa7281b9188f7afbb1357335fecb7f998bfc..99bcb7e63d43031397f1cca08182f61dfe8263e6 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.6.2.git"
+DEFAULT_VERSION="4.7.0.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"