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 1
1
2
2
ChangeLog file for zlib
3
3
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
6
10
7
11
Changes in 1.2.7.3 (13 Apr 2013)
8
12
- 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"
2
2
.SH NAME
3
3
zlib \- compression/decompression library
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
/* 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
3
3
4
4
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
5
5
37
37
extern "C" {
38
38
#endif
39
39
40
- #define ZLIB_VERSION "1.2.8-motley "
40
+ #define ZLIB_VERSION "1.2.8"
41
41
#define ZLIB_VERNUM 0x1280
42
42
#define ZLIB_VER_MAJOR 1
43
43
#define ZLIB_VER_MINOR 2
You can’t perform that action at this time.
0 commit comments