aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:01 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:23:01 -0700
commitb97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d (patch)
tree2a9609068ca980db627bceb3f5a48638eaad1c13 /ChangeLog
parentf81ba93d4a7e43fccf4730e5e7404ee765a76e3e (diff)
downloadzlib-b97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d.tar.gz
zlib-b97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d.tar.bz2
zlib-b97ec631c6f7dd9cff2e3caf3b38e70b006e1b2d.zip
zlib 1.2.0.7v1.2.0.7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0193989..cf9dcb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,28 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.0.7 (21 September 2003)
5- Correct some debug formats in contrib/infback9
6- Cast a type in a debug statement in trees.c
7- Change search and replace delimiter in configure from % to # [Beebe]
8- Update contrib/untgz to 0.2 with various fixes [Truta]
9- Add build support for Amiga [Nikl]
10- 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
12- Remove old distribution stuff from Makefile
13- Update README to point for DLL_FAQ.txt, and add comment on Mac OS X
14- Update links in README
15
4Changes in 1.2.0.6 (13 September 2003) 16Changes in 1.2.0.6 (13 September 2003)
5- Minor FAQ updates 17- Minor FAQ updates
6- Update contrib/minizip to 1.00 [Vollant] 18- Update contrib/minizip to 1.00 [Vollant]
7- Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta] 19- Remove test of gz functions in example.c when GZ_COMPRESS defined [Truta]
8- Updated POSTINC comment for 68060 [Nikl] 20- Update POSTINC comment for 68060 [Nikl]
9- Added contrib/infback9 with deflate64 decoding (unsupported) 21- Add contrib/infback9 with deflate64 decoding (unsupported)
10- For MVS define NO_vsnprintf and undefine FAR [van Burik] 22- For MVS define NO_vsnprintf and undefine FAR [van Burik]
11- Add pragma for fdopen on MVS [van Burik] 23- Add pragma for fdopen on MVS [van Burik]
12 24
13Changes in 1.2.0.5 (8 September 2003) 25Changes in 1.2.0.5 (8 September 2003)
14- Add infback9 diffs to contrib
15- Add OF to inflateBackEnd() declaration in zlib.h 26- Add OF to inflateBackEnd() declaration in zlib.h
16- Remember start when using gzdopen in the middle of a file 27- Remember start when using gzdopen in the middle of a file
17- Use internal off_t counters in gz* functions to properly handle seeks 28- Use internal off_t counters in gz* functions to properly handle seeks