Code

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 7fbc7430e1041048ac4abdf820b99c6890ef525d..178cf5c9a2acde65455435813abf5cc11b97ee07 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 e3cec8580f8a9bf84053668fc9c3e44d97ded732..88d150ce9d925c16e1c4f03a687a70748c4bcd71 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 bae54892bc611f6d2253f7b68d67d41654bcd71d..1e6de4962731aac53c8b9594a5cd606f8a1e1a49 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 168ec407f7318f26a126603738ca2dca60cbf803..3bd5e05bf7e14f30c7e41453e0a5f352250264ac 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