mirror of
https://github.com/pmai/Deflate.git
synced 2025-12-21 21:14:29 +01:00
Update NEWS with more changes
This commit is contained in:
3
NEWS
3
NEWS
@ -5,11 +5,14 @@ Release 1.0.4
|
|||||||
distance entries, based on a PR from @se-mz.
|
distance entries, based on a PR from @se-mz.
|
||||||
* Detect invalid distance codes 30/31, for symmetrical treatment of
|
* Detect invalid distance codes 30/31, for symmetrical treatment of
|
||||||
invalid length and distance codes.
|
invalid length and distance codes.
|
||||||
|
* Initialize sliding window buffer to all 0 to avoid data leakage for
|
||||||
|
backreferences outside of the already written stream.
|
||||||
* Revamp gzip header decoding to allow for checking of optional FHCRC
|
* Revamp gzip header decoding to allow for checking of optional FHCRC
|
||||||
CRC16 header checksum when checksum checking is enabled.
|
CRC16 header checksum when checksum checking is enabled.
|
||||||
* Improve optimize declarations, especially for LispWorks performance.
|
* Improve optimize declarations, especially for LispWorks performance.
|
||||||
* Remove no longer needed muffle annotations for SBCL.
|
* Remove no longer needed muffle annotations for SBCL.
|
||||||
* Remove non-endorsement clause from license, making it pure MIT.
|
* Remove non-endorsement clause from license, making it pure MIT.
|
||||||
|
* Add testsuite to distribution
|
||||||
|
|
||||||
Release 1.0.3
|
Release 1.0.3
|
||||||
=============
|
=============
|
||||||
|
|||||||
Reference in New Issue
Block a user