Go to file
Stephan Kulow cc1e85f86c Accepting request 1045839 from home:dirkmueller:Factory
- update to 5.4.0:
    This bumps the minor version of liblzma because new features were
    added. The API and ABI are still backward compatible with liblzma
    5.2.x and 5.0.x.
    Summary of new features added in the 5.3.x development releases:
    * liblzma:
        - Added threaded .xz decompressor lzma_stream_decoder_mt().
          It can use multiple threads with .xz files that have multiple
          Blocks with size information in Block Headers. The threaded
          encoder in xz has always created such files.
          Single-threaded encoder cannot store the size information in
          Block Headers even if one used LZMA_FULL_FLUSH to create
          multiple Blocks, so this threaded decoder cannot use multiple
          threads with such files.
          If there are multiple Streams (concatenated .xz files), one
          Stream will be decompressed completely before starting the
          next Stream.
        - A new decoder flag LZMA_FAIL_FAST was added. It makes the
          threaded decompressor report errors soon instead of first
          flushing all pending data before the error location.
        - New Filter IDs:
            * LZMA_FILTER_ARM64 is for ARM64 binaries.
            * LZMA_FILTER_LZMA1EXT is for raw LZMA1 streams that don't
              necessarily use the end marker.
        - Added lzma_str_to_filters(), lzma_str_from_filters(), and
          lzma_str_list_filters() to convert a preset or a filter chain
          string to a lzma_filter[] and vice versa. These should make
          it easier to write applications that allow users to specify
          custom compression options.
        - Added lzma_filters_free() which can be convenient for freeing

OBS-URL: https://build.opensuse.org/request/show/1045839
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=123
2023-01-02 09:11:26 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=1 2009-02-10 04:05:14 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=1 2009-02-10 04:05:14 +00:00
baselibs.conf - Use gzipped archive to prevent a build cycle on older targets 2013-11-25 12:18:05 +00:00
xz-5.4.0.tar.gz Accepting request 1045839 from home:dirkmueller:Factory 2023-01-02 09:11:26 +00:00
xz-5.4.0.tar.gz.sig Accepting request 1045839 from home:dirkmueller:Factory 2023-01-02 09:11:26 +00:00
xz.changes Accepting request 1045839 from home:dirkmueller:Factory 2023-01-02 09:11:26 +00:00
xz.keyring - Use gzipped archive to prevent a build cycle on older targets 2013-11-25 12:18:05 +00:00
xz.spec Accepting request 1045839 from home:dirkmueller:Factory 2023-01-02 09:11:26 +00:00
xznew fix minor typo 2015-11-10 15:05:35 +00:00
xznew.1 Accepting request 343469 from home:frispete:tools 2015-11-10 14:52:35 +00:00