diff options
author | Mark Adler <fork@madler.net> | 2022-10-12 17:54:34 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-10-12 22:06:55 -0700 |
commit | 04f42ceca40f73e2978b50e93806c2a18c1281fc (patch) | |
tree | 4c576e2421e995c55445f48ff1a8153baa9ffd64 /ChangeLog | |
parent | aefaf43b28da2fb7ebcd01db3613c29f030c6e65 (diff) | |
download | zlib-1.2.13.tar.gz zlib-1.2.13.tar.bz2 zlib-1.2.13.zip |
zlib 1.2.13v1.2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,17 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.12.1 (xx Mar 2022) | 4 | Changes in 1.2.13 (13 Oct 2022) |
5 | - | 5 | - Fix configure issue that discarded provided CC definition |
6 | - Correct incorrect inputs provided to the CRC functions | ||
7 | - Repair prototypes and exporting of new CRC functions | ||
8 | - Fix inflateBack to detect invalid input with distances too far | ||
9 | - Have infback() deliver all of the available output up to any error | ||
10 | - Fix a bug when getting a gzip header extra field with inflate() | ||
11 | - Fix bug in block type selection when Z_FIXED used | ||
12 | - Tighten deflateBound bounds | ||
13 | - Remove deleted assembler code references | ||
14 | - Various portability and appearance improvements | ||
6 | 15 | ||
7 | Changes in 1.2.12 (27 Mar 2022) | 16 | Changes in 1.2.12 (27 Mar 2022) |
8 | - Cygwin does not have _wopen(), so do not create gzopen_w() there | 17 | - Cygwin does not have _wopen(), so do not create gzopen_w() there |