SHA256
8
0
forked from pool/minizip-ng
Files
minizip-ng/minizip-ng.changes

103 lines
3.9 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Sat Feb 8 21:06:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 4.0.8:
* Fixed disk spanning failures in CI
* Group compatibilities per origin
* Split compat layer into different source files
* Variable 'total_in' set but not used
* fix incorrect dos date conversion
* Expose zlib constants for backwards compat
* FIx typo in `mz_zip_file.md`
* missing mz_dos_date defines in unzip.h
* align ZEXPORT definitions
* Fix and improve fuzzers
* ignore number_entry_cd
* fix: don't replace slashes on UNIX
* Fix Windows Timestamps for Alternate Data Streams
- update to 4.0.7:
* Added definition for zipOpenNewFileInZip64 for backwards
compat #787
* Upgrade to GoogleTest Framework v1.13.0.
* Rename minizip_cmd project to minizip_cli.
* Rename cli instead of lib for VS conflicts to prevent linker
error. #778
- update to 4.0.6:
* Switch to using zlib-ng stable.
* Update liblzma repository to GitHub.
* Fixed listing empty zip file. #756
-------------------------------------------------------------------
Wed Oct 23 08:11:09 UTC 2024 - ming li <mli@suse.com>
- Update to release 4.0.5
* Add empty directories to zip file.
* Use hexadecimal prefix for MZ_VERSION_BUILD.
* Fix bz2 library name
* Use correct version needed to extract for BZIP2.
* Remove left over signing code from v3.
-------------------------------------------------------------------
Fri Jan 19 12:22:57 UTC 2024 - Hans-Peter Jansen <hpj@urpla.net>
- Remove TODO.multibuild, Factory build chokes on it
-------------------------------------------------------------------
Thu Jan 18 12:09:15 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Fix the soname of the non-compat package
-------------------------------------------------------------------
Thu Jan 18 11:12:38 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Enable signing mode again. Passes testsuite now.
-------------------------------------------------------------------
Thu Jan 18 11:11:20 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Prepare building both the compat mode and the non compat API
To activate this rename TODO.multibuild to _multibuild.
-------------------------------------------------------------------
Thu Jan 18 11:07:40 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Update to release 4.0.4
- Fix unzLocateFile 3rd parameter by @tuliom in #746
- Silence MZ_COMPAT_VERSION warnings by @brad0 in #751
- Silence -Wunused-but-set-variable warnings by @brad0 in #752
- Remove DOS line endings by @brad0 in #753
- Changes from 4.0.3
- Fix for filenames of the form "x/../y" by @pmqs in #742
- Check for zero length path in mz_path_has_slash by @pmqs in
#741
- Match default compression level value in compress streams #726
- Use ZSTD compression level defaults. #726
- Fixed possible memory leak if realloc fails.
- Changes from 4.0.2
- Support compression levels >= 10 and use zstd's internal
default level. by @mkasick in #730
- Fix lzma compression level #731 by @gix in #732
- Get mz_dir_make to test for an empty path by @pmqs in #738
- Silence warnings about BSD_SOURCE being deprecated.
- Fixed implicit conversion precision warnings by @NickBrighten
in #728
- Fix pkgconfig file for private dependencies by @autoantwort in
#729
-------------------------------------------------------------------
Sat Sep 2 13:58:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.0.1
* Added optional support for AES CBC mode to mz_crypt_aes.
* Support AAD in AES-GCM
-------------------------------------------------------------------
Mon Aug 28 21:15:49 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
- Place includes under /usr/include/minizip-ng
-------------------------------------------------------------------
Mon Aug 28 11:09:37 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
- Version 3.0.10: initial build