diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,8 +1,19 @@ | |||
1 | 1 | ||
2 | ChangeLog file for zlib | 2 | ChangeLog file for zlib |
3 | 3 | ||
4 | Changes in 1.2.6.1 (xx Jan 2012) | 4 | Changes 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 | ||
7 | Changes in 1.2.6 (29 Jan 2012) | 18 | Changes in 1.2.6 (29 Jan 2012) |
8 | - Update the Pascal interface in contrib/pascal | 19 | - Update the Pascal interface in contrib/pascal |