diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:27 -0700 |
commit | 7a33a861d1526894272a8a4b08527ce32316d750 (patch) | |
tree | 3611b8e0f01c20f809015f30fba0a599daf1413b /ChangeLog | |
parent | a2506218cd8c32416d0d15260834f3c23d910fc8 (diff) | |
download | zlib-7a33a861d1526894272a8a4b08527ce32316d750.tar.gz zlib-7a33a861d1526894272a8a4b08527ce32316d750.tar.bz2 zlib-7a33a861d1526894272a8a4b08527ce32316d750.zip |
zlib 1.2.1v1.2.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,14 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.1 (17 November 2003) | ||
5 | - Remove a tab in contrib/gzappend/gzappend.c | ||
6 | - Update some interfaces in contrib for new zlib functions | ||
7 | - Update zlib version number in some contrib entries | ||
8 | - Add Windows CE definition for ptrdiff_t in zutil.h [Mai, Truta] | ||
9 | - Support shared libraries on Hurd and KFreeBSD [Brown] | ||
10 | - Fix error in NO_DIVIDE option of adler32.c | ||
11 | |||
4 | Changes in 1.2.0.8 (4 November 2003) | 12 | Changes in 1.2.0.8 (4 November 2003) |
5 | - Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas | 13 | - Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas |
6 | - Add experimental NO_DIVIDE #define in adler32.c | 14 | - Add experimental NO_DIVIDE #define in adler32.c |
@@ -18,7 +26,7 @@ Changes in 1.2.0.8 (4 November 2003) | |||
18 | - Add -p to mkdir's in Makefile.in [vda] | 26 | - Add -p to mkdir's in Makefile.in [vda] |
19 | - Fix configure to properly detect presence or lack of printf functions | 27 | - Fix configure to properly detect presence or lack of printf functions |
20 | - Add AS400 support [Monnerat] | 28 | - Add AS400 support [Monnerat] |
21 | - Added a little Cygwin support [Wilson] | 29 | - Add a little Cygwin support [Wilson] |
22 | 30 | ||
23 | Changes in 1.2.0.7 (21 September 2003) | 31 | Changes in 1.2.0.7 (21 September 2003) |
24 | - Correct some debug formats in contrib/infback9 | 32 | - Correct some debug formats in contrib/infback9 |