debian/control: Follow current policy for Priority field
[xz/debian.git] / debian / changelog
blob58db300686ed8409c05fd20c8a7d73531a73cb5e
1 xz-utils (5.2.4-0.1) unstable; urgency=low
3   * New upstream release.  Closes: #851615.
4   * Drop patches; all were applied or otherwise fixed upstream.
5   * Update copyright file.
6   * debian/control:
7     - Use a stable repo.or.cz URL for packaging repo.
8       Closes: #826382.  Thanks to Rolf Leggewie.
9     - Use https for upstream homepage URL.
10     - No longer Build-Depends: freebsd-glue on kfreebsd.
11   * get-orig-source: Use https for upstream Git repository.
12   * liblzma:
13     - Remove compatibility tricks that permit sharing a process with
14       liblzma.so.2.  This means liblzma.a no longer depends on libdl
15       at run time.
16       Closes: #919950.  Thanks to Josh Triplett.
17     - Breaks: liblzma2 versions without symbol versioning.
18     - Priority: optional.
19   * xz-utils:
20     - Lower priority of xz-utils to standard.  Closes: #685203.
21     - README.Debian: Remove notes about differences from upstream.
23  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 27 Jan 2019 15:02:13 -0800
25 xz-utils (5.2.2-1.3) unstable; urgency=medium
27   * Non-maintainer upload.
28   * Force a constant /bin/sh for installed scripts. This helps the build
29     be reproducible; /bin/sh on Debian is always POSIX. (Closes: #806331)
31  -- Ximin Luo <infinity0@debian.org>  Wed, 28 Jun 2017 18:39:19 +0200
33 xz-utils (5.2.2-1.2) unstable; urgency=medium
35   * Non-maintainer upload.
36   * link against libfreebsd-glue on kfreebsd-* (Closes: #840063)
38  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sat, 08 Oct 2016 15:11:19 +0200
40 xz-utils (5.2.2-1.1) unstable; urgency=medium
42   * Non-maintainer upload.
43   * switch to git-dpm for packaging (closes: #540405)
44   * New Upstream (closes: #731634)
45    - no more "xzless error in line 49" (closes: #693537)
46    - xzgrep -h works (closes: #780268)
47   * update symbol file
48   * enable threads for the "normal build"
50  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Mon, 26 Sep 2016 20:45:45 +0200
52 xz-utils (5.1.1alpha+20120614-2.1) unstable; urgency=medium
54   [ Helmut Grohne ]
55   * Non-maintainer upload.
57   [ Colin Watson ]
58   * Remove build-dependency on perl; we use no non-trivial Perl modules so
59     the Essential perl-base is perfectly adequate, and an unadorned
60     build-dependency on perl is problematic for cross-building.
61     Closes: #697328.
63  -- Helmut Grohne <helmut@subdivi.de>  Thu, 18 Jun 2015 20:27:23 +0200
65 xz-utils (5.1.1alpha+20120614-2) unstable; urgency=low
67   * Apply fixes from 5.1.2alpha.  Closes: #685220.
68     - liblzma: report a LZMA_DATA_ERROR when range encoded data starts
69       with a nonzero byte.  This is a sanity check to catch malformed
70       files that no known encoders produce.
71     - xz -v -v --list: Support for decompressing blocks with
72       zero-length uncompressed data was added in xz 5.0.2, not 5.0.3.
73     - xz.1: "xz --robot -v -v --list" gained a "minimum xz version to
74       decompress" field.
75   * xz-utils/README.Debian: Document differences from upstream.
76     Closes: #685217.
78  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 10 Sep 2012 14:35:33 -0700
80 xz-utils (5.1.1alpha+20120614-1) unstable; urgency=low
82   * New snapshot, taken from upstream commit f1675f76.
83     - liblzma: BCJ filters would return a spurious LZMA_BUF_ERROR
84       result in certain circumstances.  As a result, the xz tool
85       could produce inappropriate "Compressed data is corrupt" or
86       "Unexpected end of input" failures (reported in XZ Embedded as
87       Fedora bug 735408).
88     - "xz -v -v --list" prints the minimal XZ Utils version needed
89       to decompress a stream.
90     - "xz --robot -v --list" formats filenames more plainly.
91     - xzgrep does not fail unconditionally when the decompressor
92       dies with SIGPIPE due to unconsumed output any more.  This
93       makes the exit status from commands such as "xzgrep -q" and
94       "xzgrep -l" more predictable and convenient for scripts.
95     - examples/xz_pipe_decomp.c did not check correctly for
96       truncated input.
97     - There is a new set of sample programs.  The old ones have
98       been renamed to examples_old but are still maintained.
99   * liblzma:
100     - If dlopen() indicates that liblzma.so.2 is loaded, check fewer
101       reserved fields in the stream argument to the lzma_code()
102       function.  This prevents out-of-bounds reads when liblzma5
103       functions are called by code built against liblzma2 (see
104       <http://sourceware.org/PR12977>).
105     - Remove the lzma_code@Base compatibility symbol.
106       Closes: #649522.  Thanks to Eduard Bloch.
107     - Install run-time library to /lib so it can be used before /usr
108       is mounted.  Closes: #672120.
109     - Configure with --disable-threads for now to avoid needlessly
110       linking to libpthread and librt.
111   * liblzma-dev:
112     - Install an appropriate library for static linking instead of
113       the decompression-only version used to build xzdec.
114       Closes: #673001.  Thanks to Anton Tolchanov.
115     - Use the liblzma2-compatible version of lzma_code() in the
116       static library.
117     - Multi-Arch: same.  Thanks to Riku Voipio.
118     - Install new examples and revised old examples to
119       /usr/share/doc/liblzma-dev.
120   * xz-utils:
121     - Use update-alternatives to provide lzma, unlzma, lzcat, and
122       the rest of the lz* scripts without conflicting with the lzma
123       package.
124     - Conflicts: lzma versions before before 9.22-1, when it started
125       providing lzma, unlzma, and lzcat through the alternatives
126       system.
127     - Conflicts: and Replaces: xz-lzma.
128     - README.Debian: Update instructions on configuring the package
129       to provide lzma compatibility commands.
130   * Remove xz-lzma package.
131   * Use dpkg-buildflags to retrieve compiler flags, including
132     hardening options.  Build-Depends: dpkg-dev (>= 1.16.1).
133     Closes: #653739.
134   * debian/rules:
135     - build-arch: Simplify by using a double-colon rule instead of a
136       dependency on a dummy noop target.
137     - build-indep: Assume doxygen is available, instead of trying to
138       get by by assuming the caller meant to invoke build-arch when
139       it is missing.  Build-Depends: dpkg-dev (>= 1.16.2).
140     - Rearrange for clarity.
141   * debian/symbols: Bump the minimal version for lzma_code(),
142     lzma_raw_buffer_decode(), and lzma_raw_buffer_encode().
143   * Use machine-readable copyright-format 1.0.
144   * Update copyright file.
145   * Standards-Version: 3.9.3 (checked).
146   * debian/changelog.upstream.sh: Use ‘git rev-list | git diff-tree’
147     instead of ‘git log’ to avoid depending on the build system’s
148     configuration.
150  -- Jonathan Nieder <jrnieder@gmail.com>  Sat, 16 Jun 2012 15:03:17 -0500
152 xz-utils (5.1.1alpha+20110809-3) unstable; urgency=low
154   * liblzma: Match upstream ABI.
155     - Remove the lzma_chunk_size() function.
156     - A few ABI tweaks to reserved space in structures.
157     - Enable ELF symbol versioning.
158     - Bump soname to 5.
159     - Continue to leave out threading support, since the relevant
160       interfaces in liblzma are not yet stable.
161   * xz-utils/README.Debian: Remove note on ABI differences.
162   * Remove liblzma/README.Debian.
163   * liblzma: Introduce a lzma_code@Base compatibility symbol to ensure
164     programs linked against unversioned symbols from liblzma2 can
165     share a process image with liblzma5 without breaking.
166   * debian/symbols: XZ_5.0 symbols come from liblzma5.  Build-Depends:
167     dpkg-dev (>= 1.15.6); thanks to Jakub Wilk for a reminder.
168   * debian/symbols: The lzma_code@Base symbol is not guaranteed to
169     continue to exist in the future, so tell dpkg-shlibdeps to produce
170     an error if some package manages to use it.
172  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 20 Oct 2011 21:31:31 -0500
174 xz-utils (5.1.1alpha+20110809-2) unstable; urgency=low
176   * debian/rules build-arch: Do not trigger an infinite "make"
177     recursion loop when DEB_BUILD_OPTIONS=nocheck.  Closes: #638071.
178     Thanks to Thorsten Glaser.
180  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 16 Aug 2011 18:11:47 -0500
182 xz-utils (5.1.1alpha+20110809-1) unstable; urgency=low
184   * New snapshot, taken from upstream commit 5c5b225.
185     - liblzma:
186       - lzma_stream_encoder() leaked memory.
187       - The LZMA2 decoder rejected streams that decompress to a
188         zero-length string.
189       - lzma_easy_buffer_encode() and lzma_stream_buffer_encode()
190         used to write such streams when asked to compress a 0-length
191         buffer.
192       - lzma_index_init() would segfault on allocation failure.
193       - liblzma: Various functions check their arguments (especially
194         choice of integrity check) better, making it harder to create
195         a corrupt .xz file instead of receiving an error.
196     - xz and scripts:
197       - "xz -v -v --list" would read and try to free() uninitialized
198         memory, continuing past the end of an on-stack array, when
199         asked to describe certain corrupted XZ files.
200       - xz -S.suf now refuses to compress a file whose name already
201         ends with the suffix “.suf”.
202       - xz --force can be used to compress setuid, setgid, sticky,
203         and multiply linked files.
204       - xz uses posix_fadvise() to speed up sequential input.
205       - xz --block-size forces a full flush periodically during
206         compression, for better random-access reading support and to
207         make simple parallelism possible in the future.
208       - unxz: The new --single-stream option discards trailing
209         garbage after the end of the first stream.
210       - xzdiff can read gzip- and bzip2-compressed files.
211       - xzdiff and xzgrep can read lzop-compressed files.
212       - xzegrep and xzfgrep perform extended regex and fixed-string
213         matches, respectively.  (The previous behavior was to always
214         use basic regexes.)
215       - xzgrep -l (= --files-with-match) works.
216       - The Czech “xz --help” output uses a more correct term for
217         files with holes.  Thanks to Petr Hubený.  Closes: #605762.
218       - xz: New Polish and French translations.
219     - The Doxygen-generated documentation uses short, relative paths
220       to name source files.  Closes: #572273.
221   * Update copyright file.
222   * Remove example programs from debian/examples.  They are included
223     in the upstream source package now.
224   * Move liblzma to an architecture-specific directory, so the
225     native library and foreign-architecture versions can be installed
226     simultaneously.
227     - liblzma2: Pre-Depends: multiarch-support.
228     - Use debhelper compatibility level 9.  This requires passing
229       the dh sequence name before other options when invoking dh in
230       debian/rules.  Build-Depends: debhelper (>= 8.1.3).
231     - liblzma2, liblzma-dev: Install files under /usr/lib/<triplet>
232       instead of /usr/lib.
233     - Thanks to Steve Langasek for explaining the process on the
234       Debian wiki.
235   * Standards-Version: 3.9.2 (checked).
236   * debian/control: liblzma2 is Multi-Arch: same, while xz-utils
237     and xzdec are Multi-Arch: foreign.  Closes: #637883.  Thanks to
238     Riku Voipio.
239   * debian/symbols: Bump the minimal version for LZMA2 encoder
240     functions that reject more bad arguments and skip empty blocks.
241   * debian/rules: ./configure --disable-symbol-versions for now.
242   * debian/rules: Provide build-arch and build-indep targets that
243     only build the code and the API documentation, respectively.
244     Thanks to Roger Leigh for suggesting it through lintian.
245     Build-Depends: debhelper (>= 8.9.0).
246   * debian/rules: Treat DEB_BUILD_OPTIONS=nocheck as a request not to
247     run build-time tests.  Thanks to Thorsten Glaser for a reminder.
248     Closes: #627209.
250  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 16 Aug 2011 00:40:31 -0500
252 xz-utils (5.0.0-2) unstable; urgency=low
254   * Upload to unstable.
255   * liblzma2, liblzma-dev, xz-lzma: Install release notes.
256   * debian/symbols: Bump the minimal versions for lzma_index_encoder,
257     lzma_index_decoder to the version in which they gained LZMA_FINISH
258     support.
259   * xz-utils/README.Debian: Document differences from upstream ABI.
260   * debian/changelog.upstream.sh: Avoid empty changelog entries when
261     multiple Debian revisions match an upstream tag.
263  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 11 Nov 2010 13:45:20 -0600
265 xz-utils (5.0.0-1) experimental; urgency=low
267   * Upload to experimental.
268   * New stable upstream release.  Closes: #592298.
269     - xz avoids SA_RESTART.  This should not have a visible effect
270       because xz already blocked signals during operations that
271       would be difficult to resume after interruption.
272     - liblzma: The coders returned by lzma_index_encoder() and
273       lzma_index_decoder() support an LZMA_FINISH action, with
274       identical semantics to LZMA_RUN.
275     - The printable (PDF and PS) versions of the manual are easier
276       to read.
277     - Many documentation and build system cleanups.
278   * liblzma: Back out upstream ABI tweaks.
279   * liblzma/README.Debian: Document ABI differences from upstream.
280   * Copy sample code not included in the release tarball from
281     the development upstream repository to debian/examples.
282   * debian/rules clean: Remove some files not included in the
283     release tarball.
284   * copyright: List new INSTALL.generic license.
285   * debian/rules clean: Take new build-aux scripts into account.
286   * debian/rules:  Adapt for upstream build system changes.
287     Closes: #540443.
288   * xz-utils, xzdec: Install release notes.
290  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 25 Oct 2010 05:45:18 -0500
292 xz-utils (4.999.9beta+20100927-1) experimental; urgency=low
294   * New snapshot, taken from upstream commit cec0ddc.
295     - liblzma: The meaning of --extreme has been tweaked to address
296       cases in which it made the compression ratio worse.  Some files
297       might benefit slightly less from --extreme.
298     - xz: Table columns are not misaligned any more in messages with
299       multi-byte characters (e.g., file sizes with LANG=fi_FI.UTF-8).
300     - xz: New German and Italian translations.
301     - Various documentation, message, and translation updates.
302   * Update copyright file.
303   * debian/rules get-orig-source: Update upstream Git URL.
304   * xz-utils/README.Debian: Advertise XZ_DEFAULTS.
306  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 27 Sep 2010 16:22:22 -0500
308 xz-utils (4.999.9beta+20100903-1) experimental; urgency=low
310   * New snapshot, taken from upstream commit 373ee26.
311     - liblzma: The settings for compression levels 0 through 5
312       (used by xz -0/.../-5) have been tweaked.  This affects the
313       speed, compression ratio, and memory usage at compression and
314       decompression time.
315     - Does not search so hard for a match when a low "nice match
316       length" setting is specified without a depth.
317     - xz: The -1/.../-9 preset options override any previously
318       specified filters, rather than vice versa.  To mix presets
319       with filter options, use the --lzma2=preset=n option.
320     - xz: Warns about --memlimit-compress settings that result in
321       compression settings changing even if no explicit -1/.../-9,
322       --lzma1, or --lzma2 option was used.
323     - "xz -v -v --compress" now prints an estimate of the memory
324       required to decompress a file.
325   * debian/copyright: Update upstream Git URL.
326   * debian/changelog.upstream.sh: Permit terser changelog lines.
327   * Standards-Version: 3.9.1 (checked).
329  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 03 Sep 2010 17:05:20 -0500
331 xz-utils (4.999.9beta+20100810-1) unstable; urgency=low
333   * New upstream snapshot, taken from upstream commit d5653ba8a.
334     - xz: The memory usage limiter is now disabled by default.
335     - xz: Support for an XZ_DEFAULTS environment variable was added.
336       It contains user-specific default settings, such as memory usage
337       limits, and can be overridden by the command line and XZ_OPT.
338     - xz: The new --memlimit-compress and --memlimit-decompress
339       options allow the memory usage limit to be set separately for
340       compression and decompression.  A new --memlimit alias has been
341       added for the existing --memory option.
342     - xz: The --info-memory option (with or without --robot) now prints
343       how much RAM is installed in addition to the compression and
344       decompression memory limits.
345   * liblzma-doc: Simplify package description.
346   * debian/control: Build-Depends: autopoint | gettext (<< 0.18-1),
347     autopoint | cvs instead of autopoint, to help with backporting.
348     Thanks to Thorsten Glaser for a report.
350  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 10 Aug 2010 20:27:14 -0500
352 xz-utils (4.999.9beta+20100713-1) unstable; urgency=low
354   [ Thorsten Glaser ]
355   * Explicitly depend on autoconf (>= 2.64~) due to AC_PREREQ,
356     discovered during backporting.
358   [ Jonathan Nieder ]
359   * Upload to unstable.
360   * New upstream snapshot, taken from upstream commit a540198f.
361     - xz: The new --no-adjust option can be used to error out if there
362       is insufficient memory for the chosen compression level.
363   * liblzma-dev: Install examples to /usr/share/doc/liblzma-dev.
364   * Update copyright file.
366   * Drop unpack-time conflicts in favor of configuration-time
367     conflicts (Replaces + Breaks):
368      - xz-utils: against old xz-lzma (for lzmainfo).
369      - xzdec: against old xz-lzma (for lzmadec).
370      - xz-lzma: against lzip 1.7 (for lzdiff and lzgrep).
371   * Standards-Version: 3.9.0.
373   * debian/autogen.sh: Don’t regenerate upstream changelog when it is
374     not out of date.
375   * debian/rules get-orig-source: Use gzip --no-name --rsyncable.
377  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 15 Jul 2010 01:53:37 -0500
379 xz-utils (4.999.9beta+20100602-1) experimental; urgency=low
381   * New upstream snapshot, taken from upstream commit d8b41eed.
382     - The output from "xz -v --list" and "xz -v -v --list" has been
383       improved.
384       "xz -v -v --list" can be used to obtain an estimate for the memory
385       required to decompress a file.
386     - The xz manual page has some new material, including examples.
387       Closes: #578465.
388     - liblzma: The lzma_block_compressed_size() function no longer
389       returns LZMA_DATA_ERROR for valid Blocks.
390   * debian/symbols: Bump minimal version for lzma_block_compressed_size.
391   * Correct the 4.999.9beta+20100307-1 changelog entry to describe
392     which public functions were affected.
394   * Add new xz-lzma package to allow xz to provide lzma and related
395     commands.  Conflicts: and Provides: lzma.
396   * xz-utils: Suggests: xz-lzma.
397   * xz-utils/README.Debian: Take xz-lzma into account.
399  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 04 Jun 2010 15:53:58 -0500
401 xz-utils (4.999.9beta+20100527-1) unstable; urgency=low
403   * New upstream snapshot, taken from upstream commit a334348dc.
404     - Show both elapsed time and estimated remaining time in xz -v.
405       Thanks to Trent W. Buck for the idea.  Closes: #574583.
406     - liblzma: Remove the Subblock filter from the public API
407       (the ABI is unchanged).
408   * liblzma-dev.NEWS: Update.
409   * xz-utils: Update Czech translation.
410   * Change priority of xz-utils and liblzma2 to required and
411     xzdec to extra.
413  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 27 May 2010 16:27:04 -0500
415 xz-utils (4.999.9beta+20100307-1) unstable; urgency=low
417   * New upstream snapshot, taken from upstream commit f4b2b526.
418     - liblzma: The stream initialization functions were not correctly
419       initializing the internal allow_buffer_error flag.  As a result,
420       ever since 4.999.9beta-1 in rare circumstances when decompressing
421       LZMA files, the xz tool would produce spurious "Unexpected end
422       of input" failures (Gentoo bug 305591).
423     - The default memory usage limit on low-memory systems has been
424       increased.
425   * debian/copyright: Clarify.
427  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 09 Mar 2010 10:22:24 -0600
429 xz-utils (4.999.9beta+20100212-4) unstable; urgency=low
431   * debian/control: Build-Depends: autopoint instead of cvs.
432     Closes: #572481.
433   * debian/copyright: Clean up and include more details.
434   * debian/rules get-orig-source: Unindent comment lines.
435   * xz-utils: include Czech translation.
437  -- Jonathan Nieder <jrnieder@gmail.com>  Thu, 04 Mar 2010 10:17:15 -0600
439 xz-utils (4.999.9beta+20100212-3) unstable; urgency=low
441   * liblzma-dev: Remove unneeded .la file.
442   * xz-utils: Dynamically link the xz binary.
443   * Do not waste time installing and running doxygen on buildds that
444     are not going to build arch-all packages.
445     Build-Depends-Indep: doxygen.  Closes: #540444.
447  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 23 Feb 2010 18:23:29 -0600
449 xz-utils (4.999.9beta+20100212-2) unstable; urgency=low
451   * Split off xzdec and lzmadec commands into new xzdec package.
452     Thanks to Guillem Jover for the idea.  Closes: #571060.
453   * xz-utils.NEWS: advertise this change.
455  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 23 Feb 2010 08:09:39 -0600
457 xz-utils (4.999.9beta+20100212-1) unstable; urgency=low
459   * New upstream snapshot, taken from upstream commit eb7d51a3f.
460      - xz --force compresses symlinks without complaint now.
461      - liblzma: the optimized CRC32 implementation for x86 no longer
462        misdetects the Hurd as Mac OS X.
463   * debian/rules: ./configure --enable-assembler on the Hurd.
464   * xz-utils: Simplify NEWS.Debian.gz.
465   * liblzma-dev: Add a NEWS file to keep track of future API changes.
467   * Drop unnecessary build-time conflict with autoconf2.13.
468   * Add a blank line to the end of all NEWS files.
469     (Works around: #247356)
470   * debian/README.source: Leave out “-I -i” options.  Ignoring version
471     control cruft is the default behavior with dpkg source format 3.0.
472   * debian/changelog.upstream.sh: Pass ‘git log’ an explicit --format
473     option to avoid problems if format.pretty is set in gitconfig.
475   * Correct the 4.999.9beta+20100117-1 changelog entry.  It said:
476      + The user-specified memory usage limit was not being honored in
477        some cases.
478     No such bug was observed, so describe the change instead.
480  -- Jonathan Nieder <jrnieder@gmail.com>  Tue, 16 Feb 2010 00:30:24 -0600
482 xz-utils (4.999.9beta+20100131-1) unstable; urgency=low
484   * New upstream snapshot, taken from upstream commit f9dd797a.
485      + xz: the --list option to display information about a compressed
486        file (e.g., its uncompressed size) is now functional.  The output
487        of the xz --robot --list command still may change in future
488        versions.
489   * xz-utils: NEWS.Debian.gz: Clarify how interleaved output can
490     go wrong.
491   * debian/rules: Simplify:
492      - remove support for comma as a delimiter for $(DEB_BUILD_OPTIONS).
493      - rely on dh --parallel instead of tricky logic of our own to
494        handle parallel builds.  Build-Depends: debhelper (>= 7.4.10).
495   * Correct some typos in the 4.999.9beta+20100117-1 changelog entry.
496   * Standards-Version: 3.8.4 (checked).
497   * Update copyright file.
499  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 31 Jan 2010 17:32:02 -0600
501 xz-utils (4.999.9beta+20100117-1) unstable; urgency=low
503   * New upstream snapshot, taken from upstream commit 07a11dad.
504      + Fix some logic errors in the internal memory usage configuration
505        API.
506      + xz will no longer compress or decompress special files in place,
507        even with --force.
508        --force still enables compression of the target of a symlink.
509      + xz will no longer read compressed data from a terminal or write
510        it to a terminal, even with --force.
511      + liblzma: many Index handling API improvements:
512         - An lzma_index includes more useful metadata that is not
513           actually from the Index.  This is particularly helpful for
514           describing multiple-stream files.
515            * lzma_index_cat() does not take a stream padding argument
516              any more; use lzma_index_stream_padding() instead.
517            * lzma_index_memusage() takes two arguments now.
518              The new lzma_index_memused() convenience function
519              calculates the total memory usage of an lzma_index.
520            * lzma_index_count() has been replaced with
521              lzma_index_block_count() and lzma_index_stream_count().
522            * The new lzma_index_stream_flags() allows storing Stream
523              Flags (e.g., checksum types) with the Index information.
524            * The new lzma_index_checks() function indicates the list of
525              checksum types in use.
526            * lzma_index_equal() has been removed.  Its semantics were
527              unclear, and something approximately equivalent can be
528              implemented by iterating over Blocks in application code.
529         - An lzma_index no longer represents a position within an Index.
530           The new lzma_index_iter type can be used for that purpose.
531            * Certain functions generate an iterator on demand now rather
532              than clobbering their lzma_index arguments.  Using a single
533              lzma_index for multiple concurrent invocations is safe now:
534               lzma_index_buffer_encode(), lzma_index_encoder()
535            * Functions that used to specify a Record by modifying an
536              lzma_index argument have been renamed and taught to write
537              an lzma_index_iter instead:
538               lzma_index_locate() -> lzma_index_iter_locate()
539               lzma_index_rewind() -> lzma_index_iter_rewind()
540               lzma_index_read() -> lzma_index_iter_next()
541            * The lzma_index_record type used by lzma_index_read() for
542              complex seeks is no more.  lzma_index_iter_next() instead
543              takes a parameter of the new lzma_index_iter_mode type.
544            * New function: lzma_index_iter_init()
545            * lzma_index_init() cannot reuse memory from an existing
546              lzma_index any more.  The signature changed accordingly.
547      + xz: support for decompressing to a sparse file
548         - Try to write a sparse file if the decompressed stream contains
549           long runs of null bytes.
550         - The new --no-sparse option disables this behavior.
551      + xz: add Czech translation.
552      + liblzma-dev: lzma_filters_copy() and lzma_filters_update() are
553        declared not to throw exceptions.
554   * liblzma: bump soname.
555   * xz-utils: Add NEWS.Debian describing the sparse file support.
556   * debian/rules: Stop explicitly disabling assembler optimizations on
557     the Hurd.  The configure script will check if a platform is
558     supported.
560   * debian/rules: Update clean target to handle comments and wildcards
561     in .gitignore.
562   * Build-Depends: perl.
564   * debian/rules: Speed up build by using autoreconf --symlink.
565   * Remove debian/dirs lists.
566   * Update copyright file and fix a small typo.
568  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 18 Jan 2010 04:19:50 -0600
570 xz-utils (4.999.9beta+20091116-1) unstable; urgency=low
572   * New upstream snapshot, taken from upstream commit d315ca4.
573      + liblzma: add some new functions:
574         - lzma_filters_copy() to copy a filter chain;
575         - lzma_filters_update() to change compression options mid-stream;
576         - lzma_physmem() to retrieve the total quantity of installed RAM.
577      + Fix a design error in liblzma API.
578         - Stop requiring caller to maintain filter chain during
579           compression.  The library used to read it for new compression
580           options.  Callers that need to change options mid-stream should
581           use lzma_filters_update() instead.
582         - Remove 'persistent' member from struct lzma_options_lzma.
583      + xz: add --robot --info-memory options, for front-ends to use to
584        read the memory usage limit.
585   * liblzma: bump soname; add README.Debian explaining why soname
586     differs from upstream.
587   * Use source format 3.0 (quilt).
588   * Update and clarify copyright file.
590  -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 16 Nov 2009 16:33:35 -0600
592 xz-utils (4.999.9beta+20091016-1) unstable; urgency=low
594   * New upstream snapshot, taken from upstream commit 78e92c1.
595   * Drop xzmore.1 patch, applied upstream.
596   * debian/rules: Disable assembler optimizations on hurd. (Closes: #553331)
597   * debian/control: Clarify binary package descriptions.  Thanks to
598     Justin B Rye and Ben Finney for the text.
599   * debian/rules get-orig-source: Use commit date (instead of last patch
600     date) to name snapshots.
602  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 01 Nov 2009 00:22:04 -0500
604 xz-utils (4.999.9beta+20091004-1) unstable; urgency=low
606   * Upload to unstable. (Closes: #543562)
607   * New upstream snapshot, taken from upstream commit ebfb2c5.
608   * Patch xzmore.1 to use dashes instead of minus signs.
609   * debian/control: Conflicts: xz-lzma. (Closes: #550249)
610   * liblzma-doc: Register Doxygen-generated docs with doc-base.
611   * debian/changelog.upstream.sh: Declare local variables.
612   * debian/changelog.upstream.sh: Cope with multiple Debian revisions per
613     upstream version.
614   * debian/rules: Use ":=" where appropriate.
615   * Add watch file.
617  -- Jonathan Nieder <jrnieder@gmail.com>  Fri, 16 Oct 2009 13:58:54 -0500
619 xz-utils (4.999.9beta+20091002-1) experimental; urgency=low
621   * New upstream snapshot, taken from upstream commit 29fd321.
622   * debian/control: Build-Depends: cvs (for autopoint).
624  -- Jonathan Nieder <jrnieder@gmail.com>  Sun, 04 Oct 2009 00:21:08 -0500
626 xz-utils (4.999.9beta-1) experimental; urgency=low
628   [ Jonathan Nieder ]
629   * New upstream release.
630      - Fix a data corruption in the compression code. (Closes: #544872)
631      - xzdiff: Fix comparing two compressed files. (Closes: #540543)
632      - Most of XZ Utils is now in the public domain. (Closes: #541391)
633      - Add doc/history.txt to the distributed tarball. (Closes: #541540)
634   * Update and clarify copyright file.
635   * Drop lzma compatibility commands for now. (Closes: #542060, #540232)
636     Add instructions to README.Debian for installing them locally.
637   * debian/control: Add information about the packaging Git repository.
638   * debian/control: Clarify package descriptions.
639   * debian/README.source: Clarify build instructions.
640   * Add debian/.gitignore listing build products.
641   * Build xz-utils with static liblzma.
642      - debian/rules: Use configure --enable-dynamic=mixed.
643   * Optimize xzdec for size, following suggestion in PACKAGERS.
644      - debian/rules: Build xzdec separately so it can be optimized for size.
645      - debian/control: Build-Depends: debhelper (>= 7.3.0).
646   * Generate upstream changelog instead of shipping placeholder.
647      - debian/README.source: Add instructions for regenerating upstream
648        changelog file.
649      - debian/changelog.upstream.sh: New script.
650      - debian/rules: Install generated changelog file.
651   * liblzma-doc: Drop documentation already shipped in
652     /usr/share/doc/xz-utils.
653   * liblzma-dev, liblzma-doc: Add short README.Debian with pointers to
654     development documentation.
655   * Drop debian/xzdec.1, since upstream ships a better man page.
656   * Run autotools at build time.
657      + debian/control:
658         - Build-Depends: autoconf, automake, libtool, gettext
659         - Build-Conflicts: autoconf2.13, automake1.4
660      + debian/rules:
661         - configure: autoreconf -fi
662         - clean: remove autotools-generated files to avoid .diff.gz
663           changes when built twice in a row.
664   * debian/rules: Add get-orig-source target.
665   * Prepare for upload to experimental.
667   [ Cristian Greco ]
668   * debian/copyright: refer to versioned GPL-3 file.
669   * debian/control: remove duplicate field ‘section’ in package xz-utils.
671  -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 30 Sep 2009 01:44:04 -0500
673 xz-utils (4.999.8beta-1) experimental; urgency=low
675   [ Jonathan Nieder ]
676   * Initial package for Debian. (Closes: #518803)
677      + debian/rules:
678         - add minimal rules file (using Debhelper 7), a control file
679           describing the binary packages, and an appropriate compat file.
680         - use configure --enable-dynamic; use up-to-date config.guess and
681           config.sub files.
682         - do not run automake and so on on autobuilders. Instead, we can
683           run them ourselves when we build the source package.
684      + debian/README.source:
685         - add informations about the packaging GIT repository.
686   * Add liblzma-doc package with Doxygen-generated API docs.
688   [ Mohammed Adnène Trojette ]
689   * Prepare for upload to experimental.
691  -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sat, 27 Jun 2009 17:26:56 +0200