Skip to content

2.8.0

@nmoinvaz nmoinvaz tagged this 25 Nov 02:00
Fixed harmless interger overflow in BZip2.
Moved common includes to mz.h. #345
Removed creating dummy inttypes.h #345
Renamed USE_AES to USE_WZAES and HAVE_AES to HAVE_WZAES.
Only apply optimizations if using Release build type.
Better checks for large file support and fseeko (taken from zlib).
Auto-detect support for liblzma config options.
Fixed libcompression compilation and reading end of deflate stream.
Separated out read/write close into their own functions.
Print command line args in minizip example.
Added check for negative offsets in stream seeking.
Added support for C89 compilation.
Fixed directories returning size of 4096 on linux.
Fixed posix stream not seeking to end of file in append mode.
Fixed default compression method in zip writer.
Fixed append mode for disk splitting.
Fixed check for decompression support when using raw.
Fixed bug not appending slash on to the end of filename in zip for dirs.
Fixed reading pkcrypt stream when uncompressed size is 0.
Fixed crash when copying hmac context in openssl.
Fixed winzip aes encryption not working with windows crypto api. #348
Fixed zipcd not working correctly.
Fixed various compiler warnings with various configurations.
Assets 2
Loading