Skip to content

Commit 5089329

Browse files
committed
zlib 1.2.8
1 parent 5b5da45 commit 5089329

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

711
Changes in 1.2.7.3 (13 Apr 2013)
812
- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc

zlib.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ZLIB 3 "xx Apr 2013"
1+
.TH ZLIB 3 "28 Apr 2013"
22
.SH NAME
33
zlib \- compression/decompression library
44
.SH SYNOPSIS

zlib.3.pdf

-5 Bytes
Binary file not shown.

zlib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -37,7 +37,7 @@
3737
extern "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

0 commit comments

Comments
 (0)