diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 15:47:03 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 16:05:02 -0700 |
commit | 21767c654d31d2dccdde4330529775c6c5fd5389 (patch) | |
tree | a061e0a122d93f11c3832c614b5e3414420f5151 /win32 | |
parent | 296967c7b7b6bfb59ed8b831391359b2c0153e3d (diff) | |
download | zlib-21767c654d31d2dccdde4330529775c6c5fd5389.tar.gz zlib-21767c654d31d2dccdde4330529775c6c5fd5389.tar.bz2 zlib-21767c654d31d2dccdde4330529775c6c5fd5389.zip |
zlib 1.2.12v1.2.12
Diffstat (limited to 'win32')
-rw-r--r-- | win32/README-WIN32.txt | 4 | ||||
-rw-r--r-- | win32/zlib.def | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/win32/README-WIN32.txt b/win32/README-WIN32.txt index a1de359..536cfec 100644 --- a/win32/README-WIN32.txt +++ b/win32/README-WIN32.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | ZLIB DATA COMPRESSION LIBRARY | 1 | ZLIB DATA COMPRESSION LIBRARY |
2 | 2 | ||
3 | zlib 1.2.11.1 is a general purpose data compression library. All the code is | 3 | zlib 1.2.12 is a general purpose data compression library. All the code is |
4 | thread safe. The data format used by the zlib library is described by RFCs | 4 | thread safe. The data format used by the zlib library is described by RFCs |
5 | (Request for Comments) 1950 to 1952 in the files | 5 | (Request for Comments) 1950 to 1952 in the files |
6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) | 6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) |
@@ -22,7 +22,7 @@ before asking for help. | |||
22 | 22 | ||
23 | Manifest: | 23 | Manifest: |
24 | 24 | ||
25 | The package zlib-1.2.11.1-win32-x86.zip will contain the following files: | 25 | The package zlib-1.2.12-win32-x86.zip will contain the following files: |
26 | 26 | ||
27 | README-WIN32.txt This document | 27 | README-WIN32.txt This document |
28 | ChangeLog Changes since previous zlib packages | 28 | ChangeLog Changes since previous zlib packages |
diff --git a/win32/zlib.def b/win32/zlib.def index 784b138..53c8011 100644 --- a/win32/zlib.def +++ b/win32/zlib.def | |||
@@ -69,6 +69,7 @@ EXPORTS | |||
69 | gzoffset64 | 69 | gzoffset64 |
70 | adler32_combine64 | 70 | adler32_combine64 |
71 | crc32_combine64 | 71 | crc32_combine64 |
72 | crc32_combine_gen64 | ||
72 | ; checksum functions | 73 | ; checksum functions |
73 | adler32 | 74 | adler32 |
74 | adler32_z | 75 | adler32_z |
@@ -76,6 +77,8 @@ EXPORTS | |||
76 | crc32_z | 77 | crc32_z |
77 | adler32_combine | 78 | adler32_combine |
78 | crc32_combine | 79 | crc32_combine |
80 | crc32_combine_gen | ||
81 | crc32_combine_op | ||
79 | ; various hacks, don't look :) | 82 | ; various hacks, don't look :) |
80 | deflateInit_ | 83 | deflateInit_ |
81 | deflateInit2_ | 84 | deflateInit2_ |