aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-02-17 02:31:51 -0800
committerMark Adler <git@madler.net>2026-02-17 04:47:06 -0800
commit9e35567064baded660f61732b247ef5abc809014 (patch)
tree79b5a06f88838dd54f90f821e8650254abfedb7e /ChangeLog
parent890953a4e40bfb96fdfed161b1a7a8fcc1216790 (diff)
downloadzlib-9e35567064baded660f61732b247ef5abc809014.tar.gz
zlib-9e35567064baded660f61732b247ef5abc809014.tar.bz2
zlib-9e35567064baded660f61732b247ef5abc809014.zip
Version 1.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0571d81b..312753ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,31 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.3.2 (17 Feb 2026)
5- Continued rewrite of CMake build [Vollstrecker]
6- Various portability improvements
7- Various github workflow additions and improvements
8- Check for negative lengths in crc32_combine functions
9- Copy only the initialized window contents in inflateCopy
10- Prevent the use of insecure functions without an explicit request
11- Add compressBound_z and deflateBound_z functions for large values
12- Use atomics to build inflate fixed tables once
13- Add definition of ZLIB_INSECURE to build tests with c89 and c94
14- Add --undefined option to ./configure for UBSan checker
15- Copy only the initialized deflate state in deflateCopy
16- Zero inflate state on allocation
17- Remove untgz from contrib
18- Add _z versions of the compress and uncompress functions
19- Vectorize the CRC-32 calculation on the s390x
20- Set bit 11 of the zip header flags in minizip if UTF-8
21- Update OS/400 support
22- Add a test to configure to check for a working compiler
23- Check for invalid NULL pointer inputs to zlib operations
24- Add --mandir to ./configure to specify manual directory
25- Add LICENSE.Info-Zip to contrib/minizip
26- Remove vstudio projects in lieu of cmake-generated projects
27- Replace strcpy() with memcpy() in contrib/minizip
28
4Changes in 1.3.1.2 (8 Dec 2025) 29Changes in 1.3.1.2 (8 Dec 2025)
5- Improve portability to RISC OS 30- Improve portability to RISC OS
6- Permit compiling contrib/minizip/unzip.c with decryption 31- Permit compiling contrib/minizip/unzip.c with decryption