summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0dbacda)
raw | patch | inline | side by side (parent: 0dbacda)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 4 Nov 2006 12:49:07 +0000 (13:49 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 4 Nov 2006 12:49:07 +0000 (13:49 +0100) |
AUTHORS | patch | blob | history | |
ChangeLog | patch | blob | history | |
configure.in | patch | blob | history | |
debian/changelog | patch | blob | history |
index 7fbc7430e1041048ac4abdf820b99c6890ef525d..178cf5c9a2acde65455435813abf5cc11b97ee07 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
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/>
diff --git a/ChangeLog b/ChangeLog
index e3cec8580f8a9bf84053668fc9c3e44d97ded732..88d150ce9d925c16e1c4f03a687a70748c4bcd71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.
diff --git a/configure.in b/configure.in
index bae54892bc611f6d2253f7b68d67d41654bcd71d..1e6de4962731aac53c8b9594a5cd606f8a1e1a49 100644 (file)
--- a/configure.in
+++ b/configure.in
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)
diff --git a/debian/changelog b/debian/changelog
index 168ec407f7318f26a126603738ca2dca60cbf803..3bd5e05bf7e14f30c7e41453e0a5f352250264ac 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
-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