aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-08-18 01:45:36 -0700
committerMark Adler <madler@alumni.caltech.edu>2023-08-18 01:45:36 -0700
commit09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 (patch)
treed3a52201dd6412c63e435c8596d47c0cc1ce3989 /ChangeLog
parent899ffefb19b66ac98f5c737c572de56834fc9a9d (diff)
downloadzlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.gz
zlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.tar.bz2
zlib-09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851.zip
zlib 1.3v1.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c5619c..8707988 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,23 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.13.1 (xx Oct 2022) 4Changes 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
7Changes in 1.2.13 (13 Oct 2022) 22Changes 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