diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
tree | 16b86ef85c591c244523c98c71508be7908d1189 /ChangeLog | |
parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
download | zlib-master.tar.gz zlib-master.tar.bz2 zlib-master.zip |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,8 +1,15 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.3.0.1 (xx Aug 2023) | 4 | Changes in 1.3.1 (22 Jan 2024) |
5 | - | 5 | - Reject overflows of zip header fields in minizip |
6 | - Fix bug in inflateSync() for data held in bit buffer | ||
7 | - Add LIT_MEM define to use more memory for a small deflate speedup | ||
8 | - Fix decision on the emission of Zip64 end records in minizip | ||
9 | - Add bounds checking to ERR_MSG() macro, used by zError() | ||
10 | - Neutralize zip file traversal attacks in miniunz | ||
11 | - Fix a bug in ZLIB_DEBUG compiles in check_match() | ||
12 | - Various portability and appearance improvements | ||
6 | 13 | ||
7 | Changes in 1.3 (18 Aug 2023) | 14 | Changes in 1.3 (18 Aug 2023) |
8 | - Remove K&R function definitions and zlib2ansi | 15 | - Remove K&R function definitions and zlib2ansi |