diff options
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 |