summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d162e90..855303b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,27 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.2.3 (27 May 2005)
5- Replace 1U constants in inflate.c and inftrees.c for 64-bit compile
6- Typecast fread() return values in gzio.c [Vollant]
7- Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
8- Fix crc check bug in gzread() after gzungetc() [Heiner]
9- Add the deflateTune() function to adjust internal compression parameters
10- Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
11- Remove an incorrect assertion in examples/zpipe.c
12- Add C++ wrapper in infback9.h [Donais]
13- Fix bug in inflateCopy() when decoding fixed codes
14- Note in zlib.h how much deflateSetDictionary() actually uses
15- Remove USE_DICT_HEAD in deflate.c (would mess up inflate if used)
16- Add _WIN32_WCE to define WIN32 in zconf.in.h [Spencer]
17- Don't include stderr.h or errno.h for _WIN32_WCE in zutil.h [Spencer]
18- Add gzdirect() function to indicate transparent reads
19- Update contrib/minizip [Vollant]
20- Fix compilation of deflate.c when both ASMV and FASTEST [Oberhumer]
21- Add casts in crc32.c to avoid warnings [Oberhumer]
22- Add contrib/masmx64 [Vollant]
23- Update contrib/asm586, asm686, masmx86, testzlib, vstudio [Vollant]
24
4Changes in 1.2.2.2 (30 December 2004) 25Changes in 1.2.2.2 (30 December 2004)
5- Replace structure assignments in deflate.c and inflate.c with zmemcpy to 26- Replace structure assignments in deflate.c and inflate.c with zmemcpy to
6 avoid implicit memcpy calls (portability for no-library compilation) 27 avoid implicit memcpy calls (portability for no-library compilation)