summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bc4abe..42be01f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,19 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.6.1 (xx Jan 2012) 4Changes in 1.2.6.1 (12 Feb 2012)
5- 5- Avoid the use of the Objective-C reserved name "id"
6- Include io.h in gzguts.h for Microsoft compilers
7- Fix problem with ./configure --prefix and gzgetc macro
8- Include gz_header definition when compiling zlib solo
9- Put gzflags() functionality back in zutil.c
10- Avoid library header include in crc32.c for Z_SOLO
11- Use name in GCC_CLASSIC as C compiler for coverage testing, if set
12- Minor cleanup in contrib/minizip/zip.c [Vollant]
13- Update make_vms.com [Zinser]
14- Remove unnecessary gzgetc_ function
15- Use optimized byte swap operations for Microsoft and GNU [Snyder]
16- Fix minor typo in zlib.h comments [Rzesniowiecki]
6 17
7Changes in 1.2.6 (29 Jan 2012) 18Changes in 1.2.6 (29 Jan 2012)
8- Update the Pascal interface in contrib/pascal 19- Update the Pascal interface in contrib/pascal