diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,8 +1,23 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.13.1 (xx Oct 2022) | 4 | Changes in 1.3 (18 Aug 2023) |
5 | - | 5 | - Remove K&R function definitions and zlib2ansi |
6 | - Fix bug in deflateBound() for level 0 and memLevel 9 | ||
7 | - Fix bug when gzungetc() is used immediately after gzopen() | ||
8 | - Fix bug when using gzflush() with a very small buffer | ||
9 | - Fix crash when gzsetparams() attempted for transparent write | ||
10 | - Fix test/example.c to work with FORCE_STORED | ||
11 | - Rewrite of zran in examples (see zran.c version history) | ||
12 | - Fix minizip to allow it to open an empty zip file | ||
13 | - Fix reading disk number start on zip64 files in minizip | ||
14 | - Fix logic error in minizip argument processing | ||
15 | - Add minizip testing to Makefile | ||
16 | - Read multiple bytes instead of byte-by-byte in minizip unzip.c | ||
17 | - Add memory sanitizer to configure (--memory) | ||
18 | - Various portability improvements | ||
19 | - Various documentation improvements | ||
20 | - Various spelling and typo corrections | ||
6 | 21 | ||
7 | Changes in 1.2.13 (13 Oct 2022) | 22 | Changes in 1.2.13 (13 Oct 2022) |
8 | - Fix configure issue that discarded provided CC definition | 23 | - Fix configure issue that discarded provided CC definition |
@@ -1448,7 +1463,7 @@ Changes in 0.99 (27 Jan 96) | |||
1448 | - fix typo in Make_vms.com (f$trnlnm -> f$getsyi) | 1463 | - fix typo in Make_vms.com (f$trnlnm -> f$getsyi) |
1449 | - in fcalloc, normalize pointer if size > 65520 bytes | 1464 | - in fcalloc, normalize pointer if size > 65520 bytes |
1450 | - don't use special fcalloc for 32 bit Borland C++ | 1465 | - don't use special fcalloc for 32 bit Borland C++ |
1451 | - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc... | 1466 | - use STDC instead of __GO32__ to avoid redeclaring exit, calloc, etc. |
1452 | - use Z_BINARY instead of BINARY | 1467 | - use Z_BINARY instead of BINARY |
1453 | - document that gzclose after gzdopen will close the file | 1468 | - document that gzclose after gzdopen will close the file |
1454 | - allow "a" as mode in gzopen | 1469 | - allow "a" as mode in gzopen |