From f00981cfd3ea3748a843141cc95ad08628ecebb2 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Tue, 16 Feb 2010 00:31:16 -0600 Subject: [PATCH] liblzma-dev: Clarify NEWS.Debian Clarify that existing code will not yet be broken by the lzma_block_header_decode() API change. --- debian/changelog | 4 ++-- debian/liblzma-dev.NEWS | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b8f4e05..c09d8b69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ xz-utils (4.999.9beta+20100212-1) unstable; urgency=low misdetects the Hurd as Mac OS X. * debian/rules: ./configure --enable-assembler on the Hurd. * xz-utils: Simplify NEWS.Debian.gz. - * liblzma-dev: Add a NEWS file for describing API changes. + * liblzma-dev: Add a NEWS file to keep track of future API changes. * Drop unnecessary build-time conflict with autoconf2.13. * Add a blank line to the end of all NEWS files. @@ -21,7 +21,7 @@ xz-utils (4.999.9beta+20100212-1) unstable; urgency=low some cases. No such bug was observed, so describe the change instead. - -- Jonathan Nieder Mon, 15 Feb 2010 23:46:17 -0600 + -- Jonathan Nieder Tue, 16 Feb 2010 00:30:24 -0600 xz-utils (4.999.9beta+20100131-1) unstable; urgency=low diff --git a/debian/liblzma-dev.NEWS b/debian/liblzma-dev.NEWS index 8ba0d0e8..03bdd00f 100644 --- a/debian/liblzma-dev.NEWS +++ b/debian/liblzma-dev.NEWS @@ -1,9 +1,11 @@ -xz-utils (4.999.9beta+20100207-1) unstable; urgency=low +xz-utils (4.999.9beta+20100212-1) unstable; urgency=low Starting with this version, the lzma_block_header_decode() function is advertised to require its block->version parameter to be initialized. Future versions of liblzma may use an alternate version of the Block - options if the application declares it supports it. + options if the application declares it supports it. Existing applications + will continue to work for now because the only supported Block format + version is zero. - -- Jonathan Nieder Mon, 08 Feb 2010 17:57:39 -0600 + -- Jonathan Nieder Mon, 15 Feb 2010 23:59:21 -0600 -- 2.11.4.GIT