What's Changed
- add a fuzzer that compresses the gzip header by @folkertdev in #384
- distribute
zlib.handzconf.hby @folkertdev in #385 - fix valgrind issue in test by @folkertdev in #387
- Export crc32_combine64 and adler32_combine64 for 32bit architectures by @jakos-sec in #386
- Correct naming of zlib-sys to libz-sys by @erikjee in #390
- expose the 64-bit versions of some gz functions by @folkertdev in #388
- extract
SymBufby @folkertdev in #391 - libz-rs-sys-cdylib: include LICENSE by @j-vanderstoep in #394
- clippy fixes for 1.88.0 by @folkertdev in #395
- fix valgrind install command by @folkertdev in #398
- Strengthen the lint directives related to unsafe code by @brian-pane in #396
- Export crc32_z and adler32_z by @jakos-sec in #399
- Declare BitReader::refill unsafe and document safety prerequisites by @brian-pane in #397
- expose the allocators as statics by @folkertdev in #402
- clippy by @folkertdev in #405
- Ci cleanup by @folkertdev in #406
- work around avx512vl miscompilation by @folkertdev in #408
- export
get_crc_tableby @folkertdev in #409
New Contributors
- @jakos-sec made their first contribution in #386
Full Changelog: v0.5.1...v0.5.2