diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:03:14 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:03:14 -0700 |
commit | 4ca984fb447ac57120c394cf2fbba23837ed31c2 (patch) | |
tree | 3525a9d186dbb328209747e2d57cb9642ebca0fd /ChangeLog | |
parent | 913afb9174bb474104049906c1382dec81826424 (diff) | |
download | zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.tar.gz zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.tar.bz2 zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.zip |
zlib 0.8v0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,9 +1,14 @@ | |||
1 | ChangeLog file for zlib | 1 | ChangeLog file for zlib |
2 | 2 | ||
3 | Changes in 0.79 (28 April 95) | 3 | Changes in 0.8 (29 April 95) |
4 | - add fast inflate (inffast.c) | 4 | - added fast inflate (inffast.c) |
5 | - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this | ||
6 | is incompatible with previous versions of zlib which returned Z_OK. | ||
7 | - work around a TurboC compiler bug (bad code for b << 0, see infutil.h) | ||
8 | - gzread no longer reads one extra byte in certain cases | ||
5 | - In gzio destroy(), don't reference a freed structure | 9 | - In gzio destroy(), don't reference a freed structure |
6 | - avoid many warnings for MSDOS | 10 | - avoid many warnings for MSDOS |
11 | - avoid the ERROR symbol which is used by MS Windows | ||
7 | 12 | ||
8 | Changes in 0.71 (14 April 95) | 13 | Changes in 0.71 (14 April 95) |
9 | - Fixed more MSDOS compilation problems :( There is still a bug with | 14 | - Fixed more MSDOS compilation problems :( There is still a bug with |