aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:03:14 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:03:14 -0700
commit4ca984fb447ac57120c394cf2fbba23837ed31c2 (patch)
tree3525a9d186dbb328209747e2d57cb9642ebca0fd /ChangeLog
parent913afb9174bb474104049906c1382dec81826424 (diff)
downloadzlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.tar.gz
zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.tar.bz2
zlib-4ca984fb447ac57120c394cf2fbba23837ed31c2.zip
zlib 0.8v0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c0536d2..668d036 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
1 ChangeLog file for zlib 1 ChangeLog file for zlib
2 2
3Changes in 0.79 (28 April 95) 3Changes 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
8Changes in 0.71 (14 April 95) 13Changes 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