diff options
| author | Mark Adler <git@madler.net> | 2026-02-17 02:31:51 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-17 04:47:06 -0800 |
| commit | 9e35567064baded660f61732b247ef5abc809014 (patch) | |
| tree | 79b5a06f88838dd54f90f821e8650254abfedb7e /win32 | |
| parent | 890953a4e40bfb96fdfed161b1a7a8fcc1216790 (diff) | |
| download | zlib-9e35567064baded660f61732b247ef5abc809014.tar.gz zlib-9e35567064baded660f61732b247ef5abc809014.tar.bz2 zlib-9e35567064baded660f61732b247ef5abc809014.zip | |
Version 1.3.2
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.gcc | 2 | ||||
| -rw-r--r-- | win32/README-WIN32.txt | 6 | ||||
| -rw-r--r-- | win32/zlib1.rc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/win32/Makefile.gcc b/win32/Makefile.gcc index 2fc69324..d1cdb9a1 100644 --- a/win32/Makefile.gcc +++ b/win32/Makefile.gcc | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # Last updated: Mar 2012. | 4 | # Last updated: Mar 2012. |
| 5 | # Tested under Cygwin and MinGW. | 5 | # Tested under Cygwin and MinGW. |
| 6 | 6 | ||
| 7 | # Copyright (C) 1995-2003 Jean-loup Gailly. | 7 | # Copyright (C) 1995-2026 Jean-loup Gailly. |
| 8 | # For conditions of distribution and use, see copyright notice in zlib.h | 8 | # For conditions of distribution and use, see copyright notice in zlib.h |
| 9 | 9 | ||
| 10 | # To compile, or to compile and test, type from the top level zlib directory: | 10 | # To compile, or to compile and test, type from the top level zlib directory: |
diff --git a/win32/README-WIN32.txt b/win32/README-WIN32.txt index 79d2822e..48c9120a 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.3.1.2 is a general purpose data compression library. All the code is | 3 | zlib 1.3.2 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 | https://datatracker.ietf.org/doc/html/rfc1951 (zlib format), rfc1951.txt | 6 | https://datatracker.ietf.org/doc/html/rfc1951 (zlib format), rfc1951.txt |
| @@ -22,7 +22,7 @@ asking for help. | |||
| 22 | 22 | ||
| 23 | Manifest: | 23 | Manifest: |
| 24 | 24 | ||
| 25 | The package zlib-1.3.1.2-win32-x86.zip will contain the following files: | 25 | The package zlib-1.3.2-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 |
| @@ -72,7 +72,7 @@ are too numerous to cite here. | |||
| 72 | 72 | ||
| 73 | Copyright notice: | 73 | Copyright notice: |
| 74 | 74 | ||
| 75 | (C) 1995-2017 Jean-loup Gailly and Mark Adler | 75 | (C) 1995-2026 Jean-loup Gailly and Mark Adler |
| 76 | 76 | ||
| 77 | This software is provided 'as-is', without any express or implied | 77 | This software is provided 'as-is', without any express or implied |
| 78 | warranty. In no event will the authors be held liable for any damages | 78 | warranty. In no event will the authors be held liable for any damages |
diff --git a/win32/zlib1.rc b/win32/zlib1.rc index 66e5b51e..e86ce568 100644 --- a/win32/zlib1.rc +++ b/win32/zlib1.rc | |||
| @@ -23,7 +23,7 @@ BEGIN | |||
| 23 | VALUE "FileDescription", "zlib data compression library\0" | 23 | VALUE "FileDescription", "zlib data compression library\0" |
| 24 | VALUE "FileVersion", ZLIB_VERSION "\0" | 24 | VALUE "FileVersion", ZLIB_VERSION "\0" |
| 25 | VALUE "InternalName", "zlib1.dll\0" | 25 | VALUE "InternalName", "zlib1.dll\0" |
| 26 | VALUE "LegalCopyright", "(C) 1995-2022 Jean-loup Gailly & Mark Adler\0" | 26 | VALUE "LegalCopyright", "(C) 1995-2026 Jean-loup Gailly & Mark Adler\0" |
| 27 | VALUE "OriginalFilename", "zlib1.dll\0" | 27 | VALUE "OriginalFilename", "zlib1.dll\0" |
| 28 | VALUE "ProductName", "zlib\0" | 28 | VALUE "ProductName", "zlib\0" |
| 29 | VALUE "ProductVersion", ZLIB_VERSION "\0" | 29 | VALUE "ProductVersion", ZLIB_VERSION "\0" |
