Prepare debian/changelog for upload
[xz/debian.git] / debian / liblzma-dev.NEWS
blobda790a0498647679cdeb083c6b551502dce579f1
1 xz-utils (4.999.9beta+20100527-1) unstable; urgency=low
3   Starting with this version, the declarations needed to use the Subblock
4   filter are not present in the liblzma headers.  liblzma never supported
5   the Subblock filter, so compiled applications should not be affected by
6   this change.
8   The lzma_restrict macro has been removed from the liblzma headers.  This
9   only affects the declarations contained there; the semantics are still the
10   same.
12  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 27 May 2010 15:52:28 -0500
14 xz-utils (4.999.9beta+20100212-1) unstable; urgency=low
15   
16   Starting with this version, the lzma_block_header_decode() function
17   is advertised to require its block->version parameter to be initialized.
18   Future versions of liblzma may use an alternate version of the Block
19   options if the application declares it supports it.  Existing applications
20   will continue to work for now because the only supported Block format
21   version is zero.
23  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 15 Feb 2010 23:59:21 -0600