summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aff2b94)
raw | patch | inline | side by side (parent: aff2b94)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 Sep 2007 20:01:24 +0000 (22:01 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 1 Sep 2007 20:01:24 +0000 (22:01 +0200) |
ChangeLog | patch | blob | history | |
contrib/PerlLib/Collectd.pm | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0fdb8c7a14fbd3d92e6360a92dc662d947f77faa..06bfb7acf82becfc7532b8f728068e73c2463ace 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2007-07-21, Version 4.1.0
+2007-09-01, Version 4.1.0
* Build system: The build system has been changed to automatically
disable all plugins, which are missing dependencies. The dependency
checking has been removed from the plugins themselves to remove
index 594c15ed3f842298c39c538fb04e651fcf232fda..83624e18a7e24c2c424b76a0fdb9fb3d6f4bee0f 100644 (file)
Exporter::export_ok_tags('all');
-bootstrap Collectd "4.0.7";
+bootstrap Collectd "4.1.0";
1;
diff --git a/version-gen.sh b/version-gen.sh
index 510a3a0232b778a30d4e04d7d21e0703e2bafa74..b22545543fdfca2b98c5dcb36ea9c2b3af8e97d8 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.0.5.git"
+DEFAULT_VERSION="4.1.0.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"