What's Changed
- Replace strcpy with more secure strncpy by @prot0man in https://github.com/kuba--/zip/pull/331
- Fix to enable deletion of files in stream memory zips. by @prot0man in https://github.com/kuba--/zip/pull/332
- Update README.md with an example that uses the stream API to extract an in-memory archive by @bytesiz3d in https://github.com/kuba--/zip/pull/336
- Open archive from C stream (FILE *) by @kuba-- in https://github.com/kuba--/zip/pull/338
- Keep original entry name (if open in reading mode) by @kuba-- in https://github.com/kuba--/zip/pull/341
- Include lua by @gynt in https://github.com/kuba--/zip/pull/343
- Try to fix #123 by @kuba-- in https://github.com/kuba--/zip/pull/344
New Contributors
- @prot0man made their first contribution in https://github.com/kuba--/zip/pull/331
- @bytesiz3d made their first contribution in https://github.com/kuba--/zip/pull/336
- @gynt made their first contribution in https://github.com/kuba--/zip/pull/343
Full Changelog: v0.3.1...v0.3.2