7zip/7zip.changes
Danilo Spinella 8e29c84e2e Accepting request 941981 from home:adkorte:branches:Archiving
- update to version 21.06
  * Bug in LZMA encoder in file LzmaEnc.c was fixed:
    - LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could work
      incorrectly, if size value for output buffer is smaller than size
      required for all compressed data.
    - LzmaEnc_Encode() could work incorrectly, if callback
      ISeqOutStream::Write() doesn't write all compressed data.
    - NCompress::NLzma::CEncoder::Code() could work incorrectly,
      if callback ISequentialOutStream::Write() returns error code.
  * Bug in versions 21.00-21.05 was fixed:
    7-Zip didn't set attributes of directories during archive extracting.
- update to version 21.04
  * 7-Zip now reduces the number of working CPU threads for compression,
    if RAM size is not enough for compression with big LZMA2 dictionary.
  * 7-Zip now can create and check "file.sha256" and "file.sha1" text
    files that contain the list of file names and SHA-1 / SHA-256
    checksums in format compatible with sha1sum/sha256sum programs.
- update to version 21.03
  * The maximum dictionary size for LZMA/LZMA2 compressing was increased
    to 4 GB (3840 MiB).
  * Minor speed optimizations in LZMA/LZMA2 compressing.

OBS-URL: https://build.opensuse.org/request/show/941981
OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=3
2021-12-22 09:58:12 +00:00

38 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Tue Dec 21 21:13:09 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- update to version 21.06
* Bug in LZMA encoder in file LzmaEnc.c was fixed:
- LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could work
incorrectly, if size value for output buffer is smaller than size
required for all compressed data.
- LzmaEnc_Encode() could work incorrectly, if callback
ISeqOutStream::Write() doesn't write all compressed data.
- NCompress::NLzma::CEncoder::Code() could work incorrectly,
if callback ISequentialOutStream::Write() returns error code.
* Bug in versions 21.00-21.05 was fixed:
7-Zip didn't set attributes of directories during archive extracting.
- update to version 21.04
* 7-Zip now reduces the number of working CPU threads for compression,
if RAM size is not enough for compression with big LZMA2 dictionary.
* 7-Zip now can create and check "file.sha256" and "file.sha1" text
files that contain the list of file names and SHA-1 / SHA-256
checksums in format compatible with sha1sum/sha256sum programs.
- update to version 21.03
* The maximum dictionary size for LZMA/LZMA2 compressing was increased
to 4 GB (3840 MiB).
* Minor speed optimizations in LZMA/LZMA2 compressing.
-------------------------------------------------------------------
Tue Dec 21 00:07:36 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Remove more -W flags for the Leap 15.x build to succeed
-------------------------------------------------------------------
Tue Jul 6 14:36:25 UTC 2021 danilo.spinella@suse.com
- Create initial version
- Add remove-rar-handler.patch