diff options
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 |