File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11
22 ChangeLog file for zlib
33
4- Changes in 1.2.8 (xx Apr 2013)
5- -
4+ Changes in 1.2.8 (28 Apr 2013)
5+ - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
6+ - Do not force Z_CONST for C++
7+ - Clean up contrib/vstudio [Ro�]
8+ - Correct spelling error in zlib.h
9+ - Fix mixed line endings in contrib/vstudio
610
711Changes in 1.2.7.3 (13 Apr 2013)
812- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
Original file line number Diff line number Diff line change 1- .TH ZLIB 3 "xx Apr 2013"
1+ .TH ZLIB 3 "28 Apr 2013"
22.SH NAME
33zlib \- compression/decompression library
44.SH SYNOPSIS
Original file line number Diff line number Diff line change 11/* zlib.h -- interface of the 'zlib' general purpose compression library
2- version 1.2.8, April xxth , 2013
2+ version 1.2.8, April 28th , 2013
33
44 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
55
3737extern "C" {
3838#endif
3939
40- #define ZLIB_VERSION "1.2.8-motley "
40+ #define ZLIB_VERSION "1.2.8"
4141#define ZLIB_VERNUM 0x1280
4242#define ZLIB_VER_MAJOR 1
4343#define ZLIB_VER_MINOR 2
You can’t perform that action at this time.
0 commit comments