Code

No longer conflict / replace librrd0 and librrd0-dev.
[pkg-rrdtool.git] / debian / changelog
index 01193cc97e6b5826da7c265dcb43cfe8e808b6a3..1721888ec46f86b52f0fd7367d480e4b961000a5 100644 (file)
@@ -1,3 +1,44 @@
+rrdtool (1.3.0-1) experimental; urgency=low
+
+  * New upstream release.
+    - Fixes a buffer overflow in librrd's error handling (Closes: #450578).
+    - Validate RRA row count in rrdcreate (Closes: #428780).
+  * debian/patches:
+    - Updated patches to apply on 1.3.0.
+    - "implicit-decl-fix" partly applied upstream
+    - "typos" removed, has been applied upstream
+  * debian/control:
+    - Replaced librrd2 / librrd2-dev with librrd4 / librrd-dev.
+    - Removed SONAME version from the -dev package.
+    - Added "ttf-dejavu | ttf-bitstream-vera" recommendation to librrd4 -
+      upstream no longer ships DejaVuSansMono-Roman.ttf.
+    - Replaced "libart-2.0-dev" with "libcairo2-dev, libpango1.0-dev" in the
+      build dependencies and librrd-dev's dependencies following the switch
+      made by upstream.
+    - Added "libxml2-dev" to the build dependencies.
+    - Updated standards-version to 3.8.0 - no changes.
+    - No longer conflict / replace librrd0 and librrd0-dev - librrd0 is no
+      longer available since Etch.
+  * debian/librrd4.symbols:
+    - Added symbols file for the new SONAME version number replacing
+      librrd2.symbols.
+  * debian/rules:
+    - Install "NEWS" and "CHANGES" into all packages.
+    - No longer set TCL_INC_DIR manually - has been fixed upstream.
+
+ -- Sebastian Harl <sh@tokkee.org>  Sat, 14 Jun 2008 23:30:34 +0200
+
+rrdtool (1.2.27-3) UNRELEASED; urgency=low
+
+  * 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.
+
+ -- Bernd Zeimetz <bzed@debian.org>  Sun, 20 Apr 2008 02:09:20 +0200
+
 rrdtool (1.2.27-2) unstable; urgency=low
 
   * Renamed global definition of LDFLAGS to LINKER_FLAGS in debian/rules to