summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb80fbe)
raw | patch | inline | side by side (parent: bb80fbe)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 23 Jul 2008 19:42:53 +0000 (21:42 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 23 Jul 2008 19:42:53 +0000 (21:42 +0200) |
debian/changelog | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index c4d7ffe422de04a7132fb948d367858dd6ad72a3..5196d95ee0f07d487d514cfaf736a08a39b27473 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
-- Sebastian Harl <sh@tokkee.org> Sun, 15 Jun 2008 14:09:47 +0200
+rrdtool (1.2.28-1) unstable; urgency=low
+
+ [ Sebastian Harl ]
+ * New upstream release.
+ - Fixes a buffer overflow in librrd's error handling (Closes: #450578).
+ * debian/control:
+ - Updated standards-version to 3.8.0 - no changes.
+ - No longer conflict / replace librrd0 and librrd0-dev - librrd0 is no
+ longer available since Etch.
+ - Added libc6-dev | libc-dev to librrd2-dev's dependencies.
+ * debian/patches:
+ - Added backported upstream patch bts428780-validate-row-count to validate
+ the RRA row count in rrdcreate (Closes: #428780).
+ * debian/librrd2.symbols:
+ - Added the private symbol "rra_random_row@Base 1.2.28-1".
+ * debian/rules:
+ - Install "NEWS" and "CHANGES" into all packages.
+
+ [ Bernd Zeimetz ]
+ * debian/rules:
+ - Adding an option to point configure to the right path to tcl. This is
+ not needed for Lenny, but we also add it here to make coming backports
+ more simple.
+ * debian/patches/implicit-decl-fix:
+ - Patching the implicit declaration in rrd_update.c in a nicer way.
+
+ -- Sebastian Harl <sh@tokkee.org> Wed, 23 Jul 2008 21:01:04 +0200
+
rrdtool (1.2.27-2) unstable; urgency=low
* Renamed global definition of LDFLAGS to LINKER_FLAGS in debian/rules to