summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--zlib.32
-rw-r--r--zlib.3.pdfbin8739 -> 8734 bytes
-rw-r--r--zlib.h4
4 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 299581f..f22aaba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
1 1
2 ChangeLog file for zlib 2 ChangeLog file for zlib
3 3
4Changes in 1.2.8 (xx Apr 2013) 4Changes in 1.2.8 (28 Apr 2013)
5- 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
7Changes in 1.2.7.3 (13 Apr 2013) 11Changes in 1.2.7.3 (13 Apr 2013)
8- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc 12- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
diff --git a/zlib.3 b/zlib.3
index 933e086..0160e62 100644
--- a/zlib.3
+++ b/zlib.3
@@ -1,4 +1,4 @@
1.TH ZLIB 3 "xx Apr 2013" 1.TH ZLIB 3 "28 Apr 2013"
2.SH NAME 2.SH NAME
3zlib \- compression/decompression library 3zlib \- compression/decompression library
4.SH SYNOPSIS 4.SH SYNOPSIS
diff --git a/zlib.3.pdf b/zlib.3.pdf
index 222db79..a346b5d 100644
--- a/zlib.3.pdf
+++ b/zlib.3.pdf
Binary files differ
diff --git a/zlib.h b/zlib.h
index 611d206..3e0c767 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,5 +1,5 @@
1/* zlib.h -- interface of the 'zlib' general purpose compression library 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 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
5 5
@@ -37,7 +37,7 @@
37extern "C" { 37extern "C" {
38#endif 38#endif
39 39
40#define ZLIB_VERSION "1.2.8-motley" 40#define ZLIB_VERSION "1.2.8"
41#define ZLIB_VERNUM 0x1280 41#define ZLIB_VERNUM 0x1280
42#define ZLIB_VER_MAJOR 1 42#define ZLIB_VER_MAJOR 1
43#define ZLIB_VER_MINOR 2 43#define ZLIB_VER_MINOR 2