zlib 1.2.8

This commit is contained in:
Mark Adler 2013-04-28 16:03:34 -07:00
parent 5b5da45640
commit 5089329162
4 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,12 @@
ChangeLog file for zlib ChangeLog file for zlib
Changes in 1.2.8 (xx Apr 2013) Changes in 1.2.8 (28 Apr 2013)
- - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
- Do not force Z_CONST for C++
- Clean up contrib/vstudio [Ro§]
- Correct spelling error in zlib.h
- Fix mixed line endings in contrib/vstudio
Changes in 1.2.7.3 (13 Apr 2013) Changes in 1.2.7.3 (13 Apr 2013)
- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc

2
zlib.3
View File

@ -1,4 +1,4 @@
.TH ZLIB 3 "xx Apr 2013" .TH ZLIB 3 "28 Apr 2013"
.SH NAME .SH NAME
zlib \- compression/decompression library zlib \- compression/decompression library
.SH SYNOPSIS .SH SYNOPSIS

Binary file not shown.

4
zlib.h
View File

@ -1,5 +1,5 @@
/* zlib.h -- interface of the 'zlib' general purpose compression library /* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.8, April xxth, 2013 version 1.2.8, April 28th, 2013
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
@ -37,7 +37,7 @@
extern "C" { extern "C" {
#endif #endif
#define ZLIB_VERSION "1.2.8-motley" #define ZLIB_VERSION "1.2.8"
#define ZLIB_VERNUM 0x1280 #define ZLIB_VERNUM 0x1280
#define ZLIB_VER_MAJOR 1 #define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2 #define ZLIB_VER_MINOR 2