Merge branch 'master' of git://ctrl.tukaani.org/xz
[xz/debian.git] / debian / changelog
blob7b2aa8aa924337e2b0759235a48f0437706ca3ae
1 xz-utils (4.999.9beta+20100713-0.1) unstable; urgency=low
3   [ Thorsten Glaser ]
4   * Explicitly depend on autoconf (>= 2.64~) due to AC_PREREQ,
5     discovered during backporting.
7   [ Jonathan Nieder ]
8   * Upload to unstable.
9   * New upstream snapshot, taken from upstream commit a540198f.
10     - xz: The new --no-adjust option can be used to error out if there
11       is insufficient memory for the chosen compression level.
12   * Standards-Version: 3.9.0 (checked).
14  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 12 Jul 2010 15:46:43 -0500
16 xz-utils (4.999.9beta+20100602-1) experimental; urgency=low
18   * New upstream snapshot, taken from upstream commit d8b41eed.
19     - The output from "xz -v --list" and "xz -v -v --list" has been
20       improved.
21       "xz -v -v --list" can be used to obtain an estimate for the memory
22       required to decompress a file.
23     - The xz manual page has some new material, including examples.
24       Closes: #578465.
25     - liblzma: The lzma_block_compressed_size() function no longer
26       returns LZMA_DATA_ERROR for valid Blocks.
27   * debian/symbols: Bump minimal version for lzma_block_compressed_size.
28   * Correct the 4.999.9beta+20100307-1 changelog entry to describe
29     which public functions were affected.
31   * Add new xz-lzma package to allow xz to provide lzma and related
32     commands.  Conflicts: and Provides: lzma.
33   * xz-utils: Suggests: xz-lzma.
34   * xz-utils/README.Debian: Take xz-lzma into account.
36  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Jun 2010 15:53:58 -0500
38 xz-utils (4.999.9beta+20100527-1) unstable; urgency=low
40   * New upstream snapshot, taken from upstream commit a334348dc.
41     - Show both elapsed time and estimated remaining time in xz -v.
42       Thanks to Trent W. Buck for the idea.  Closes: #574583.
43     - liblzma: Remove the Subblock filter from the public API
44       (the ABI is unchanged).
45   * liblzma-dev.NEWS: Update.
46   * xz-utils: Update Czech translation.
47   * Change priority of xz-utils and liblzma2 to required and
48     xzdec to extra.
50  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 27 May 2010 16:27:04 -0500
52 xz-utils (4.999.9beta+20100307-1) unstable; urgency=low
54   * New upstream snapshot, taken from upstream commit f4b2b526.
55     - liblzma: The stream initialization functions were not correctly
56       initializing the internal allow_buffer_error flag.  As a result,
57       ever since 4.999.9beta-1 in rare circumstances when decompressing
58       LZMA files, the xz tool would produce spurious "Unexpected end
59       of input" failures (Gentoo bug 305591).
60     - The default memory usage limit on low-memory systems has been
61       increased.
62   * debian/copyright: Clarify.
64  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 09 Mar 2010 10:22:24 -0600
66 xz-utils (4.999.9beta+20100212-4) unstable; urgency=low
68   * debian/control: Build-Depends: autopoint instead of cvs.
69     Closes: #572481.
70   * debian/copyright: Clean up and include more details.
71   * debian/rules get-orig-source: Unindent comment lines.
72   * xz-utils: include Czech translation.
74  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 04 Mar 2010 10:17:15 -0600
76 xz-utils (4.999.9beta+20100212-3) unstable; urgency=low
78   * liblzma-dev: Remove unneeded .la file.
79   * xz-utils: Dynamically link the xz binary.
80   * Do not waste time installing and running doxygen on buildds that
81     are not going to build arch-all packages.
82     Build-Depends-Indep: doxygen.  Closes: #540444.
84  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 23 Feb 2010 18:23:29 -0600
86 xz-utils (4.999.9beta+20100212-2) unstable; urgency=low
88   * Split off xzdec and lzmadec commands into new xzdec package.
89     Thanks to Guillem Jover for the idea.  Closes: #571060.
90   * xz-utils.NEWS: advertise this change.
92  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 23 Feb 2010 08:09:39 -0600
94 xz-utils (4.999.9beta+20100212-1) unstable; urgency=low
96   * New upstream snapshot, taken from upstream commit eb7d51a3f.
97      - xz --force compresses symlinks without complaint now.
98      - liblzma: the optimized CRC32 implementation for x86 no longer
99        misdetects the Hurd as Mac OS X.
100   * debian/rules: ./configure --enable-assembler on the Hurd.
101   * xz-utils: Simplify NEWS.Debian.gz.
102   * liblzma-dev: Add a NEWS file to keep track of future API changes.
104   * Drop unnecessary build-time conflict with autoconf2.13.
105   * Add a blank line to the end of all NEWS files.
106     (Works around: #247356)
107   * debian/README.source: Leave out “-I -i” options.  Ignoring version
108     control cruft is the default behavior with dpkg source format 3.0.
109   * debian/changelog.upstream.sh: Pass ‘git log’ an explicit --format
110     option to avoid problems if format.pretty is set in gitconfig.
112   * Correct the 4.999.9beta+20100117-1 changelog entry.  It said:
113      + The user-specified memory usage limit was not being honored in
114        some cases.
115     No such bug was observed, so describe the change instead.
117  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 16 Feb 2010 00:30:24 -0600
119 xz-utils (4.999.9beta+20100131-1) unstable; urgency=low
121   * New upstream snapshot, taken from upstream commit f9dd797a.
122      + xz: the --list option to display information about a compressed
123        file (e.g., its uncompressed size) is now functional.  The output
124        of the xz --robot --list command still may change in future
125        versions.
126   * xz-utils: NEWS.Debian.gz: Clarify how interleaved output can
127     go wrong.
128   * debian/rules: Simplify:
129      - remove support for comma as a delimiter for $(DEB_BUILD_OPTIONS).
130      - rely on dh --parallel instead of tricky logic of our own to
131        handle parallel builds.  Build-Depends: debhelper (>= 7.4.10).
132   * Correct some typos in the 4.999.9beta+20100117-1 changelog entry.
133   * Standards-Version: 3.8.4 (checked).
134   * Update copyright file.
136  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Jan 2010 17:32:02 -0600
138 xz-utils (4.999.9beta+20100117-1) unstable; urgency=low
140   * New upstream snapshot, taken from upstream commit 07a11dad.
141      + Fix some logic errors in the internal memory usage configuration
142        API.
143      + xz will no longer compress or decompress special files in place,
144        even with --force.
145        --force still enables compression of the target of a symlink.
146      + xz will no longer read compressed data from a terminal or write
147        it to a terminal, even with --force.
148      + liblzma: many Index handling API improvements:
149         - An lzma_index includes more useful metadata that is not
150           actually from the Index.  This is particularly helpful for
151           describing multiple-stream files.
152            * lzma_index_cat() does not take a stream padding argument
153              any more; use lzma_index_stream_padding() instead.
154            * lzma_index_memusage() takes two arguments now.
155              The new lzma_index_memused() convenience function
156              calculates the total memory usage of an lzma_index.
157            * lzma_index_count() has been replaced with
158              lzma_index_block_count() and lzma_index_stream_count().
159            * The new lzma_index_stream_flags() allows storing Stream
160              Flags (e.g., checksum types) with the Index information.
161            * The new lzma_index_checks() function indicates the list of
162              checksum types in use.
163            * lzma_index_equal() has been removed.  Its semantics were
164              unclear, and something approximately equivalent can be
165              implemented by iterating over Blocks in application code.
166         - An lzma_index no longer represents a position within an Index.
167           The new lzma_index_iter type can be used for that purpose.
168            * Certain functions generate an iterator on demand now rather
169              than clobbering their lzma_index arguments.  Using a single
170              lzma_index for multiple concurrent invocations is safe now:
171               lzma_index_buffer_encode(), lzma_index_encoder()
172            * Functions that used to specify a Record by modifying an
173              lzma_index argument have been renamed and taught to write
174              an lzma_index_iter instead:
175               lzma_index_locate() -> lzma_index_iter_locate()
176               lzma_index_rewind() -> lzma_index_iter_rewind()
177               lzma_index_read() -> lzma_index_iter_next()
178            * The lzma_index_record type used by lzma_index_read() for
179              complex seeks is no more.  lzma_index_iter_next() instead
180              takes a parameter of the new lzma_index_iter_mode type.
181            * New function: lzma_index_iter_init()
182            * lzma_index_init() cannot reuse memory from an existing
183              lzma_index any more.  The signature changed accordingly.
184      + xz: support for decompressing to a sparse file
185         - Try to write a sparse file if the decompressed stream contains
186           long runs of null bytes.
187         - The new --no-sparse option disables this behavior.
188      + xz: add Czech translation.
189      + liblzma-dev: lzma_filters_copy() and lzma_filters_update() are
190        declared not to throw exceptions.
191   * liblzma: bump soname.
192   * xz-utils: Add NEWS.Debian describing the sparse file support.
193   * debian/rules: Stop explicitly disabling assembler optimizations on
194     the Hurd.  The configure script will check if a platform is
195     supported.
197   * debian/rules: Update clean target to handle comments and wildcards
198     in .gitignore.
199   * Build-Depends: perl.
201   * debian/rules: Speed up build by using autoreconf --symlink.
202   * Remove debian/dirs lists.
203   * Update copyright file and fix a small typo.
205  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Jan 2010 04:19:50 -0600
207 xz-utils (4.999.9beta+20091116-1) unstable; urgency=low
209   * New upstream snapshot, taken from upstream commit d315ca4.
210      + liblzma: add some new functions:
211         - lzma_filters_copy() to copy a filter chain;
212         - lzma_filters_update() to change compression options mid-stream;
213         - lzma_physmem() to retrieve the total quantity of installed RAM.
214      + Fix a design error in liblzma API.
215         - Stop requiring caller to maintain filter chain during
216           compression.  The library used to read it for new compression
217           options.  Callers that need to change options mid-stream should
218           use lzma_filters_update() instead.
219         - Remove 'persistent' member from struct lzma_options_lzma.
220      + xz: add --robot --info-memory options, for front-ends to use to
221        read the memory usage limit.
222   * liblzma: bump soname; add README.Debian explaining why soname
223     differs from upstream.
224   * Use source format 3.0 (quilt).
225   * Update and clarify copyright file.
227  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 16 Nov 2009 16:33:35 -0600
229 xz-utils (4.999.9beta+20091016-1) unstable; urgency=low
231   * New upstream snapshot, taken from upstream commit 78e92c1.
232   * Drop xzmore.1 patch, applied upstream.
233   * debian/rules: Disable assembler optimizations on hurd. (Closes: #553331)
234   * debian/control: Clarify binary package descriptions.  Thanks to
235     Justin B Rye and Ben Finney for the text.
236   * debian/rules get-orig-source: Use commit date (instead of last patch
237     date) to name snapshots.
239  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 01 Nov 2009 00:22:04 -0500
241 xz-utils (4.999.9beta+20091004-1) unstable; urgency=low
243   * Upload to unstable. (Closes: #543562)
244   * New upstream snapshot, taken from upstream commit ebfb2c5.
245   * Patch xzmore.1 to use dashes instead of minus signs.
246   * debian/control: Conflicts: xz-lzma. (Closes: #550249)
247   * liblzma-doc: Register Doxygen-generated docs with doc-base.
248   * debian/changelog.upstream.sh: Declare local variables.
249   * debian/changelog.upstream.sh: Cope with multiple Debian revisions per
250     upstream version.
251   * debian/rules: Use ":=" where appropriate.
252   * Add watch file.
254  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 16 Oct 2009 13:58:54 -0500
256 xz-utils (4.999.9beta+20091002-1) experimental; urgency=low
258   * New upstream snapshot, taken from upstream commit 29fd321.
259   * debian/control: Build-Depends: cvs (for autopoint).
261  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 04 Oct 2009 00:21:08 -0500
263 xz-utils (4.999.9beta-1) experimental; urgency=low
265   [ Jonathan Nieder ]
266   * New upstream release.
267      - Fix a data corruption in the compression code. (Closes: #544872)
268      - xzdiff: Fix comparing two compressed files. (Closes: #540543)
269      - Most of XZ Utils is now in the public domain. (Closes: #541391)
270      - Add doc/history.txt to the distributed tarball. (Closes: #541540)
271   * Update and clarify copyright file.
272   * Drop lzma compatibility commands for now. (Closes: #542060, #540232)
273     Add instructions to README.Debian for installing them locally.
274   * debian/control: Add information about the packaging Git repository.
275   * debian/control: Clarify package descriptions.
276   * debian/README.source: Clarify build instructions.
277   * Add debian/.gitignore listing build products.
278   * Build xz-utils with static liblzma.
279      - debian/rules: Use configure --enable-dynamic=mixed.
280   * Optimize xzdec for size, following suggestion in PACKAGERS.
281      - debian/rules: Build xzdec separately so it can be optimized for size.
282      - debian/control: Build-Depends: debhelper (>= 7.3.0).
283   * Generate upstream changelog instead of shipping placeholder.
284      - debian/README.source: Add instructions for regenerating upstream
285        changelog file.
286      - debian/changelog.upstream.sh: New script.
287      - debian/rules: Install generated changelog file.
288   * liblzma-doc: Drop documentation already shipped in
289     /usr/share/doc/xz-utils.
290   * liblzma-dev, liblzma-doc: Add short README.Debian with pointers to
291     development documentation.
292   * Drop debian/xzdec.1, since upstream ships a better man page.
293   * Run autotools at build time.
294      + debian/control:
295         - Build-Depends: autoconf, automake, libtool, gettext
296         - Build-Conflicts: autoconf2.13, automake1.4
297      + debian/rules:
298         - configure: autoreconf -fi
299         - clean: remove autotools-generated files to avoid .diff.gz
300           changes when built twice in a row.
301   * debian/rules: Add get-orig-source target.
302   * Prepare for upload to experimental.
304   [ Cristian Greco ]
305   * debian/copyright: refer to versioned GPL-3 file.
306   * debian/control: remove duplicate field ‘section’ in package xz-utils.
308  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Sep 2009 01:44:04 -0500
310 xz-utils (4.999.8beta-1) experimental; urgency=low
312   [ Jonathan Nieder ]
313   * Initial package for Debian. (Closes: #518803)
314      + debian/rules:
315         - add minimal rules file (using Debhelper 7), a control file
316           describing the binary packages, and an appropriate compat file.
317         - use configure --enable-dynamic; use up-to-date config.guess and
318           config.sub files.
319         - do not run automake and so on on autobuilders. Instead, we can
320           run them ourselves when we build the source package.
321      + debian/README.source:
322         - add informations about the packaging GIT repository.
323   * Add liblzma-doc package with Doxygen-generated API docs.
325   [ Mohammed Adnène Trojette ]
326   * Prepare for upload to experimental.
328  -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sat, 27 Jun 2009 17:26:56 +0200