summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f99d65c)
raw | patch | inline | side by side (parent: f99d65c)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 10 Apr 2007 15:19:09 +0000 (17:19 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 10 Apr 2007 15:19:09 +0000 (17:19 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index b97383b2979e7ad0699c59a7871f9b48a7d5d084..e704b25496e44ac39b2312e5ce5c98409ea45e13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-04-10, Version 3.11.4
+ * dns plugin: Change the order of includes to make the plugin compile
+ under FreeBSD.
+
2007-03-30, Version 3.11.3
* configure: Have the configure-script define `HAVE_LIBKSTAT' instead
of the unused `COLLECT_KSTAT'.
diff --git a/configure.in b/configure.in
index 51270d118cb52d64055e15c4ee71494db2422c8b..0f6d3c092174cb5a320f80602e93c7c6d7f833f2 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.3)
+AC_INIT(collectd, 3.11.4)
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 fead67273594b0bf5a9826f8bca9f6fc77c86258..8d04e16c0df60f3ec684905f8ee5861210f033cd 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.11.4-0octo1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org> Tue, 10 Apr 2007 17:18:11 +0200
+
collectd (3.11.3-0octo1) unstable; urgency=low
* New upstream release.