summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90e12ab)
raw | patch | inline | side by side (parent: 90e12ab)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 19 Jul 2006 16:50:21 +0000 (18:50 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 19 Jul 2006 16:50:21 +0000 (18:50 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 1ca081753f09b34ead6f4cbab1f698aca87bf987..3c6fa2976f7d3d8504d75e73b7c084dc52436541 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-07-19, Version 3.10.1
+ * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
+ the apcups cannot be reached, unconnected sockets will pile up and
+ eventually lead to `Too many open files' errors.
+
2006-07-09, Version 3.10.0
* The `disk' plugin has been ported to Darwin.
* The `battery' plugin should work on many Apple computers now.
diff --git a/configure.in b/configure.in
index 75ad33f465e7aadfc8e0c5207bb48273e82c5b53..f187cf38dd92e0d77c8df86a60897d47520fef80 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.10.0)
+AC_INIT(collectd, 3.10.1)
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 27650924e0f1184c4d467defa6247de5c7501dee..28b2e5e3b4ccef6568eb8c2ac1d2e969f0c1abff 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.10.1-0octo1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Florian Forster <octo@verplant.org> Wed, 19 Jul 2006 18:49:16 +0200
+
collectd (3.10.0-1) unstable; urgency=low
* New upstream version