summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-02-12 14:11:48 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-02-12 14:20:33 -0800
commit94acb3c1a0fbd14482224d6af3699ddb9e163510 (patch)
tree30d1123bc8280cae5bfb2a5301eb8201587ff714 /ChangeLog
parent75143f819f14428f114ef69980af69071d65cbf9 (diff)
downloadzlib-94acb3c1a0fbd14482224d6af3699ddb9e163510.tar.gz
zlib 1.2.6.1v1.2.6.1
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 @@
ChangeLog file for zlib
-Changes in 1.2.6.1 (xx Jan 2012)
--
+Changes in 1.2.6.1 (12 Feb 2012)
+- Avoid the use of the Objective-C reserved name "id"
+- Include io.h in gzguts.h for Microsoft compilers
+- Fix problem with ./configure --prefix and gzgetc macro
+- Include gz_header definition when compiling zlib solo
+- Put gzflags() functionality back in zutil.c
+- Avoid library header include in crc32.c for Z_SOLO
+- Use name in GCC_CLASSIC as C compiler for coverage testing, if set
+- Minor cleanup in contrib/minizip/zip.c [Vollant]
+- Update make_vms.com [Zinser]
+- Remove unnecessary gzgetc_ function
+- Use optimized byte swap operations for Microsoft and GNU [Snyder]
+- Fix minor typo in zlib.h comments [Rzesniowiecki]
Changes in 1.2.6 (29 Jan 2012)
- Update the Pascal interface in contrib/pascal