summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa65415)
raw | patch | inline | side by side (parent: fa65415)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 Jul 2008 14:29:39 +0000 (16:29 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 Jul 2008 14:29:39 +0000 (16:29 +0200) |
ChangeLog | patch | blob | history | |
version-gen.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0f0f2571f0d6cb5c3d17af11679e221e11264de7..fb89d6b7f20c4d0170df68751ccb7a86e0bd2d63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2008-07-15, Version 4.4.2
+ * build system: Use pkg-config to detect the upsclient library.
+ * collectd: Try even harder to determine the endianess of the
+ architecture collectd is being built on.
+ * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
+ of disks.
+ * dns plugin: Fix compilation errors with BIND versions 19991001
+ through 19991005.
+ * network plugin: Bugfix in the init routine: The init function
+ cleared a buffer regardless of its contents. This could lead to lost
+ values under Solaris.
+ * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
+ * wireless plugin: Work around incorrect noise and power values
+ returned by some broken drivers.
+
2008-06-03, Version 4.4.1
* collectd: Fix the `DataSource' option within `Type' blocks. Thanks
to kyrone for reporting this.
diff --git a/version-gen.sh b/version-gen.sh
index 755e1168026f3cedca6953ad0cf498e468d97f9e..0049f7deac8b95c0ff62859dd406619afbdaed6f 100755 (executable)
--- a/version-gen.sh
+++ b/version-gen.sh
#!/bin/sh
-DEFAULT_VERSION="4.4.1.git"
+DEFAULT_VERSION="4.4.2.git"
VERSION="$( git describe 2> /dev/null | sed -e 's/^collectd-//' )"