diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,17 +1,28 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes 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 | |||
4 | Changes in 1.2.0.6 (13 September 2003) | 16 | Changes 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 | ||
13 | Changes in 1.2.0.5 (8 September 2003) | 25 | Changes 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 |