summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f110d9)
raw | patch | inline | side by side (parent: 0f110d9)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 29 May 2007 20:51:49 +0000 (22:51 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 29 May 2007 20:51:49 +0000 (22:51 +0200) |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index e704b25496e44ac39b2312e5ce5c98409ea45e13..d6c87c603f18ff0ede931ac11d595f2a2d9ed3f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2007-05-29, Version 3.11.5
+ * configure: Added `AC_SYS_LARGEFILE' for LFS.
+ * ntpd plugin: Fix a potential buffer overflow.
+ * processes plugin: Fix a bug when run under Linux 2.4. All processes
+ were accounted as `zombies'.
+
2007-04-10, Version 3.11.4
* dns plugin: Change the order of includes to make the plugin compile
under FreeBSD.
diff --git a/configure.in b/configure.in
index 9fe842ace930bce4225e955becc3fe56976ab3f1..c0bc5167cbf566e7a736340253a91bbe516512be 100644 (file)
--- a/configure.in
+++ b/configure.in
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.11.4)
+AC_INIT(collectd, 3.11.5)
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 8d04e16c0df60f3ec684905f8ee5861210f033cd..14e450b30587dab2dd32853f11e3f1b2dede5651 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+collectd (3.11.5-0octo1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Florian Forster <octo@leeloo.home.verplant.org> Tue, 29 May 2007 22:50:59 +0200
+
collectd (3.11.4-0octo1) unstable; urgency=low
* New upstream release.