summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4834321..736b59e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,25 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.3.9 (21 Feb 2010)
5- Expunge gzio.c
6- Move as400 build information to old
7- Fix updates in contrib/minizip and contrib/vstudio
8- Add const to vsnprintf test in configure to avoid warnings [Weigelt]
9- Delete zconf.h (made by configure) [Weigelt]
10- Change zconf.in.h to zconf.h.in per convention [Weigelt]
11- Check for NULL buf in gzgets()
12- Return empty string for gzgets() with len == 1 (like fgets())
13- Fix description of gzgets() in zlib.h for end-of-file, NULL return
14- Update minizip to 1.1 [Vollant]
15- Avoid MSVC loss of data warnings in gzread.c, gzwrite.c
16- Note in zlib.h that gzerror() should be used to distinguish from EOF
17- Remove use of snprintf() from gzlib.c
18- Fix bug in gzseek()
19- Update contrib/vstudio, adding vc9 and vc10 [Kuno, Vollant]
20- Fix zconf.h generation in CMakeLists.txt [Lowman]
21- Improve comments in zconf.h where modified by configure
22
4Changes in 1.2.3.8 (13 Feb 2010) 23Changes in 1.2.3.8 (13 Feb 2010)
5- Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer] 24- Clean up text files (tabs, trailing whitespace, etc.) [Oberhumer]
6- Use z_off64_t in gz_zero() and gz_skip() to match state->skip 25- Use z_off64_t in gz_zero() and gz_skip() to match state->skip