aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog27
1 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f83ab0..0571d81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,31 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.3.1.1 (xx Jan 2024) 4Changes in 1.3.1.2 (8 Dec 2025)
5- 5- Improve portability to RISC OS
6- Permit compiling contrib/minizip/unzip.c with decryption
7- Enable build of shared library on AIX
8- Make deflateBound() more conservative and handle Z_STREAM_END
9- Add zipAlreadyThere() to minizip zip.c to help avoid duplicates
10- Make z_off_t 64 bits by default
11- Add deflateUsed() function to get the used bits in the last byte
12- Avoid out-of-bounds pointer arithmetic in inflateCopy()
13- Add Haiku to configure for proper LDSHARED settings
14- Add Bazel targets
15- Complete rewrite of CMake build [Vollstrecker]
16- Clarify the use of errnum in gzerror()
17- Note that gzseek() requests are deferred until the next operation
18- Note the use of gzungetc() to run a deferred seek while reading
19- Fix bug in inflatePrime() for 16-bit ints
20- Add a "G" option to force gzip, disabling transparency in gzread()
21- Improve the discrimination between trailing garbage and bad gzip
22- Allow gzflush() to write empty gzip members
23- Remove redundant frees of point list on error in examples/zran.c
24- Clarify the use of inflateGetHeader()
25- Update links to the RFCs
26- Return all available uncompressed data on error in gzread.c
27- Support non-blocking devices in the gz* routines
28- Various other small improvements
6 29
7Changes in 1.3.1 (22 Jan 2024) 30Changes in 1.3.1 (22 Jan 2024)
8- Reject overflows of zip header fields in minizip 31- Reject overflows of zip header fields in minizip