diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:14 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:14 -0700 |
commit | a2506218cd8c32416d0d15260834f3c23d910fc8 (patch) | |
tree | 25bbd63d92473c8ae02a27cce3fc7c04a6aba64a /ChangeLog | |
parent | b97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d (diff) | |
download | zlib-a2506218cd8c32416d0d15260834f3c23d910fc8.tar.gz zlib-a2506218cd8c32416d0d15260834f3c23d910fc8.tar.bz2 zlib-a2506218cd8c32416d0d15260834f3c23d910fc8.zip |
zlib 1.2.0.8v1.2.0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,6 +1,25 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.0.8 (4 November 2003) | ||
5 | - Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas | ||
6 | - Add experimental NO_DIVIDE #define in adler32.c | ||
7 | - Possibly faster on some processors (let me know if it is) | ||
8 | - Correct Z_BLOCK to not return on first inflate call if no wrap | ||
9 | - Fix strm->data_type on inflate() return to correctly indicate EOB | ||
10 | - Add deflatePrime() function for appending in the middle of a byte | ||
11 | - Add contrib/gzappend for an example of appending to a stream | ||
12 | - Update win32/DLL_FAQ.txt [Truta] | ||
13 | - Delete Turbo C comment in README [Truta] | ||
14 | - Improve some indentation in zconf.h [Truta] | ||
15 | - Fix infinite loop on bad input in configure script [Church] | ||
16 | - Fix gzeof() for concatenated gzip files [Johnson] | ||
17 | - Add example to contrib/visual-basic.txt [Michael B.] | ||
18 | - Add -p to mkdir's in Makefile.in [vda] | ||
19 | - Fix configure to properly detect presence or lack of printf functions | ||
20 | - Add AS400 support [Monnerat] | ||
21 | - Added a little Cygwin support [Wilson] | ||
22 | |||
4 | Changes in 1.2.0.7 (21 September 2003) | 23 | Changes in 1.2.0.7 (21 September 2003) |
5 | - Correct some debug formats in contrib/infback9 | 24 | - Correct some debug formats in contrib/infback9 |
6 | - Cast a type in a debug statement in trees.c | 25 | - Cast a type in a debug statement in trees.c |
@@ -10,7 +29,7 @@ Changes in 1.2.0.7 (21 September 2003) | |||
10 | - Remove some directories in old that have been updated to 1.2 | 29 | - Remove some directories in old that have been updated to 1.2 |
11 | - Add dylib building for Mac OS X in configure and Makefile.in | 30 | - Add dylib building for Mac OS X in configure and Makefile.in |
12 | - Remove old distribution stuff from Makefile | 31 | - Remove old distribution stuff from Makefile |
13 | - Update README to point for DLL_FAQ.txt, and add comment on Mac OS X | 32 | - Update README to point to DLL_FAQ.txt, and add comment on Mac OS X |
14 | - Update links in README | 33 | - Update links in README |
15 | 34 | ||
16 | Changes in 1.2.0.6 (13 September 2003) | 35 | Changes in 1.2.0.6 (13 September 2003) |