SHA256
1
0
forked from pool/xz

Accepting request 1060588 from home:dirkmueller:Factory

- update to 5.4.1:
    * liblzma:
        - Fixed the return value of lzma_microlzma_encoder() if the
          LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options
          made the function return LZMA_STREAM_END without encoding
          anything instead of returning LZMA_OPTIONS_ERROR.
    * Tests:
        - Fixed test script compatibility with ancient /bin/sh
          versions. Now the five test_compress_* tests should
          no longer fail on Solaris 10.
        - Added and refactored a few tests.
    * Translations:
        - Updated the Catalan and Esperanto translations.
        - Added Korean and Ukrainian man page translations.

OBS-URL: https://build.opensuse.org/request/show/1060588
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=125
This commit is contained in:
Danilo Spinella
2023-01-26 10:35:31 +00:00
committed by Git OBS Bridge
parent cc1e85f86c
commit 9218de6605
6 changed files with 52 additions and 29 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jan 21 09:56:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.4.1:
* liblzma:
- Fixed the return value of lzma_microlzma_encoder() if the
LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options
made the function return LZMA_STREAM_END without encoding
anything instead of returning LZMA_OPTIONS_ERROR.
* Tests:
- Fixed test script compatibility with ancient /bin/sh
versions. Now the five test_compress_* tests should
no longer fail on Solaris 10.
- Added and refactored a few tests.
* Translations:
- Updated the Catalan and Esperanto translations.
- Added Korean and Ukrainian man page translations.
-------------------------------------------------------------------
Fri Dec 30 16:04:16 UTC 2022 - Dirk Müller <dmueller@suse.com>