summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27adc32)
raw | patch | inline | side by side (parent: 27adc32)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 30 Mar 2007 20:09:38 +0000 (22:09 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 30 Mar 2007 20:09:38 +0000 (22:09 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ef413585ddd1ec7a273981da9afe2fd7bc176f1e..b97383b2979e7ad0699c59a7871f9b48a7d5d084 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-03-30, Version 3.11.3
+ * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
+ of the unused `COLLECT_KSTAT'.
+
2007-02-11, Version 3.11.2
* plugin: Catch NULL-pointer and try to fix them. Otherwise the
NULL-pointer may have been passed to `printf' which causes a
diff --git a/configure.in b/configure.in
index 99d7b8d44ffdd0c7bc310ec02c34d87ecab13ab7..4e241b496755f913e5a93ef9ab8bf600443336a9 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.2)
+AC_INIT(collectd, 3.11.3)
AC_CONFIG_SRCDIR(src/collectd.c)
AC_CONFIG_HEADERS(src/config.h)
AM_INIT_AUTOMAKE(dist-bzip2)
diff --git a/debian/changelog b/debian/changelog
index 7fe14f055f4c2481d7b4d4dbc8f166ccb0cf5cee..fead67273594b0bf5a9826f8bca9f6fc77c86258 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.11.3-0octo1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Florian octo Forster <octo@alice.lan.home.verplant.org> Fri, 30 Mar 2007 22:08:40 +0200
+
collectd (3.11.0-0octo1) unstable; urgency=low
* New upstream release.