Bumped version to 3.10.3; Updated ChangeLog. collectd-3.10.3
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 4 Nov 2006 12:49:07 +0000 (13:49 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 4 Nov 2006 12:49:07 +0000 (13:49 +0100)
AUTHORS
ChangeLog
configure.in
debian/changelog

diff --git a/AUTHORS b/AUTHORS
index 7fbc743..178cf5c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,6 +41,10 @@ contributed:
 The `log' mode has been written by:
   Christophe Kalt <collectd at klb.taranis.org>
 
+Much time and effort to find a nasty bug in the ntpd-plugin has been
+contributed by:
+  Lubos Stanek <lubek at users.sourceforge.net>
+
 collectd is available at:
   <http://collectd.org/>
 
index e3cec85..88d150c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
+         calculated incorrectly, resulting in the reading of uninitialized or
+         freed memory.
+
 2006-11-01, Version 3.10.2
        * The sample config file has been improved.
        * Errors in the manpages have been corrected.
index bae5489..1e6de49 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(collectd, 3.10.2)
+AC_INIT(collectd, 3.10.3)
 AC_CONFIG_SRCDIR(src/collectd.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
index 168ec40..3bd5e05 100644 (file)
@@ -1,8 +1,8 @@
-collectd (3.10.2-0octo1) unstable; urgency=low
+collectd (3.10.3-0octo1) unstable; urgency=low
 
   * New upstream release.
 
- -- Florian Forster <octo@leeloo.home.verplant.org>  Wed,  1 Nov 2006 16:16:49 +0100
+ -- Florian Forster <octo@leeloo.home.verplant.org>  Sat,  4 Nov 2006 13:46:49 +0100
 
 collectd (3.10.1-4) unstable; urgency=low