summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2024-02-17 19:43:52 -0800
committerXin LI <delphij@FreeBSD.org>2024-02-17 19:43:52 -0800
commitf4695a30267c5d31987c7bc3eda906f55a8761be (patch)
tree7a0132f74b8152a3c8cab5cdaaac42234181d5b5 /ChangeLog
parent900147a461df11f88acb3072821806cca8e574c9 (diff)
Vendor import of zlib 1.3.1.vendor/zlib/1.3.1vendor/zlib
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8707988ac18c..b801a1031ec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
ChangeLog file for zlib
+Changes in 1.3.1 (22 Jan 2024)
+- Reject overflows of zip header fields in minizip
+- Fix bug in inflateSync() for data held in bit buffer
+- Add LIT_MEM define to use more memory for a small deflate speedup
+- Fix decision on the emission of Zip64 end records in minizip
+- Add bounds checking to ERR_MSG() macro, used by zError()
+- Neutralize zip file traversal attacks in miniunz
+- Fix a bug in ZLIB_DEBUG compiles in check_match()
+- Various portability and appearance improvements
+
Changes in 1.3 (18 Aug 2023)
- Remove K&R function definitions and zlib2ansi
- Fix bug in deflateBound() for level 0 and memLevel 9