summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f763c93)
raw | patch | inline | side by side (parent: f763c93)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 21 Dec 2006 19:37:02 +0000 (20:37 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 21 Dec 2006 19:37:02 +0000 (20:37 +0100) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 88d150ce9d925c16e1c4f03a687a70748c4bcd71..9238f770aef2c384a8f52ea5bc9cdfb62b15b834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
diff --git a/configure.in b/configure.in
index 1e6de4962731aac53c8b9594a5cd606f8a1e1a49..805441714395921dbdaf1f26f26730ad9b1ac418 100644 (file)
--- a/configure.in
+++ b/configure.in
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)
diff --git a/debian/changelog b/debian/changelog
index 3bd5e05bf7e14f30c7e41453e0a5f352250264ac..c187e48de878f0a99a76605acb0a497948c95a91 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.