Branches for Lucid

Name Status Last Modified Last Commit
lp:ubuntu/lucid/xz-utils 1 Development 2009-11-16 16:33:35 UTC
5. * New upstream snapshot, taken from u...

Author: Jonathan Nieder
Revision Date: 2009-11-16 16:33:35 UTC

* New upstream snapshot, taken from upstream commit d315ca4.
   + liblzma: add some new functions:
      - lzma_filters_copy() to copy a filter chain;
      - lzma_filters_update() to change compression options mid-stream;
      - lzma_physmem() to retrieve the total quantity of installed RAM.
   + Fix a design error in liblzma API.
      - Stop requiring caller to maintain filter chain during
        compression. The library used to read it for new compression
        options. Callers that need to change options mid-stream should
        use lzma_filters_update() instead.
      - Remove 'persistent' member from struct lzma_options_lzma.
   + xz: add --robot --info-memory options, for front-ends to use to
     read the memory usage limit.
* liblzma: bump soname; add README.Debian explaining why soname
  differs from upstream.
* Use source format 3.0 (quilt).
* Update and clarify copyright file.

11 of 1 result