What's Changed
- Fix incorrect order of argument to calloc by @AHSauge in https://github.com/kuba--/zip/pull/345
- Fix permissions to work with unzip by @7c00 in https://github.com/kuba--/zip/pull/350
- Support zip archives not starting at zero offset by @LemonBoy in https://github.com/kuba--/zip/pull/346
- suppress implicit function declaration errors by @Cryolitia in https://github.com/kuba--/zip/pull/352
- Added zip_entry_noallocreadwithoffset by @JCash in https://github.com/kuba--/zip/pull/359
- Patch miniz.h to guard against infinite loop bug by @iibclothier in https://github.com/kuba--/zip/pull/364
New Contributors
- @AHSauge made their first contribution in https://github.com/kuba--/zip/pull/345
- @7c00 made their first contribution in https://github.com/kuba--/zip/pull/350
- @LemonBoy made their first contribution in https://github.com/kuba--/zip/pull/346
- @Cryolitia made their first contribution in https://github.com/kuba--/zip/pull/352
- @JCash made their first contribution in https://github.com/kuba--/zip/pull/359
- @iibclothier made their first contribution in https://github.com/kuba--/zip/pull/364
Full Changelog: v0.3.2...v0.3.3