diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -1,6 +1,32 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.0.8 (27 Jan 1998) | ||
5 | - fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) | ||
6 | - fix gzgetc and gzputc for big endian systems (Markus Oberhumer) | ||
7 | - added compress2() to allow setting the compression level | ||
8 | - include sys/types.h to get off_t on some systems (Marc Lehmann & QingLong) | ||
9 | - use constant arrays for the static trees in trees.c instead of computing | ||
10 | them at run time (thanks to Ken Raeburn for this suggestion). To create | ||
11 | trees.h, compile with GEN_TREES_H and run "make test". | ||
12 | - check return code of example in "make test" and display result | ||
13 | - pass minigzip command line options to file_compress | ||
14 | - simplifying code of inflateSync to avoid gcc 2.8 bug | ||
15 | |||
16 | - support CC="gcc -Wall" in configure -s (QingLong) | ||
17 | - avoid a flush caused by ftell in gzopen for write mode (Ken Raeburn) | ||
18 | - fix test for shared library support to avoid compiler warnings | ||
19 | - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant) | ||
20 | - check for TARGET_OS_MAC in addition to MACOS (Brad Pettit) | ||
21 | - do not use fdopen for Metrowerks on Mac (Brad Pettit)) | ||
22 | - add checks for gzputc and gzputc in example.c | ||
23 | - avoid warnings in gzio.c and deflate.c (Andreas Kleinert) | ||
24 | - use const for the CRC table (Ken Raeburn) | ||
25 | - fixed "make uninstall" for shared libraries | ||
26 | - use Tracev instead of Trace in infblock.c | ||
27 | - in example.c use correct compressed length for test_sync | ||
28 | - suppress +vnocompatwarnings in configure for HPUX (not always supported) | ||
29 | |||
4 | Changes in 1.0.7 (20 Jan 1998) | 30 | Changes in 1.0.7 (20 Jan 1998) |
5 | - fix gzseek which was broken in write mode | 31 | - fix gzseek which was broken in write mode |
6 | - return error for gzseek to negative absolute position | 32 | - return error for gzseek to negative absolute position |
@@ -81,7 +107,6 @@ Changes in 1.0.6 (19 Jan 1998) | |||
81 | - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) | 107 | - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) |
82 | - Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. | 108 | - Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. |
83 | - check for unistd.h in configure (for off_t) | 109 | - check for unistd.h in configure (for off_t) |
84 | - use Tracev instead of Trace in infblock.c | ||
85 | - remove useless check parameter in inflate_blocks_free | 110 | - remove useless check parameter in inflate_blocks_free |
86 | - avoid useless assignment of s->check to itself in inflate_blocks_new | 111 | - avoid useless assignment of s->check to itself in inflate_blocks_new |
87 | - do not flush twice in gzclose (thanks to Ken Raeburn) | 112 | - do not flush twice in gzclose (thanks to Ken Raeburn) |