aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:18:57 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:18:57 -0700
commit6759211ad8a5006689216a86c3267bb503bfccc1 (patch)
treedc0f61f4c4a44828ad7d30e376ef21840b137f44 /ChangeLog
parent7850e4e406dce1f7a819297eeb151d1ca18e7cd9 (diff)
downloadzlib-6759211ad8a5006689216a86c3267bb503bfccc1.tar.gz
zlib-6759211ad8a5006689216a86c3267bb503bfccc1.tar.bz2
zlib-6759211ad8a5006689216a86c3267bb503bfccc1.zip
zlib 1.0.8v1.0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4498345..a94955f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,32 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes 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
4Changes in 1.0.7 (20 Jan 1998) 30Changes 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)