diff options
| author | Mark Adler <git@madler.net> | 2025-12-08 05:30:18 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2025-12-08 05:30:18 -0800 |
| commit | 570720b0c24f9686c33f35a1b3165c1f568b96be (patch) | |
| tree | 76df0b0062100759f09151fba56122d8e4a9b417 /ChangeLog | |
| parent | 9aa11a7ed2240b1ccaa15fb5c74a639e6d6220d9 (diff) | |
| download | zlib-1.3.1.2.tar.gz zlib-1.3.1.2.tar.bz2 zlib-1.3.1.2.zip | |
Interim version for an audit.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 27 |
1 files changed, 25 insertions, 2 deletions
| @@ -1,8 +1,31 @@ | |||
| 1 | 1 | ||
| 2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
| 3 | 3 | ||
| 4 | Changes in 1.3.1.1 (xx Jan 2024) | 4 | Changes 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 | ||
| 7 | Changes in 1.3.1 (22 Jan 2024) | 30 | Changes 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 |
