Code

Bumped version to 3.10.4; Updated ChangeLog. collectd-3.10.4
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 21 Dec 2006 19:37:02 +0000 (20:37 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 21 Dec 2006 19:37:02 +0000 (20:37 +0100)
ChangeLog
configure.in
debian/changelog

index 88d150ce9d925c16e1c4f03a687a70748c4bcd71..9238f770aef2c384a8f52ea5bc9cdfb62b15b834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-21, Version 3.10.4
+       * Max Kellermann has identified a bug in the server routine: When
+         opening a socket fails the daemon will (re)try opening the socket in
+         an endless loop, ultimately leading to a `EMFILE' error.
+
 2006-11-04, Version 3.10.3
        * Lubos Stanek has identified a bug in the ntpd-plugin: When the
          ntpd's reply was sent in more than one packet, the buffer size was
index 1e6de4962731aac53c8b9594a5cd606f8a1e1a49..805441714395921dbdaf1f26f26730ad9b1ac418 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.10.3)
+AC_INIT(collectd, 3.10.4)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 3bd5e05bf7e14f30c7e41453e0a5f352250264ac..c187e48de878f0a99a76605acb0a497948c95a91 100644 (file)
@@ -1,3 +1,9 @@
+collectd (3.10.4-0octo1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Thu, 21 Dec 2006 20:36:37 +0100
+
 collectd (3.10.3-0octo1) unstable; urgency=low
 
   * New upstream release.