1
1
ZLIB DATA COMPRESSION LIBRARY
2
2
3
- zlib 1.2.11 is a general purpose data compression library. All the code is
3
+ zlib 1.2.13 is a general purpose data compression library. All the code is
4
4
thread safe. The data format used by the zlib library is described by RFCs
5
5
(Request for Comments) 1950 to 1952 in the files
6
- https ://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
6
+ http ://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
7
7
rfc1952 (gzip format).
8
8
9
9
All functions of the compression library are documented in the file zlib.h
@@ -31,7 +31,7 @@ Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
31
31
issue of Dr. Dobb's Journal; a copy of the article is available at
32
32
http://marknelson.us/1997/01/01/zlib-engine/ .
33
33
34
- The changes made in version 1.2.11 are documented in the file ChangeLog.
34
+ The changes made in version 1.2.13 are documented in the file ChangeLog.
35
35
36
36
Unsupported third party contributions are provided in directory contrib/ .
37
37
@@ -84,7 +84,7 @@ Acknowledgments:
84
84
85
85
Copyright notice:
86
86
87
- (C) 1995-2017 Jean-loup Gailly and Mark Adler
87
+ (C) 1995-2022 Jean-loup Gailly and Mark Adler
88
88
89
89
This software is provided 'as-is', without any express or implied
90
90
warranty. In no event will the authors be held liable for any damages
@@ -108,7 +108,10 @@ Copyright notice:
108
108
If you use the zlib library in a product, we would appreciate *not* receiving
109
109
lengthy legal documents to sign. The sources are provided for free but without
110
110
warranty of any kind. The library has been entirely written by Jean-loup
111
- Gailly and Mark Adler; it does not include third-party code.
111
+ Gailly and Mark Adler; it does not include third-party code. We make all
112
+ contributions to and distributions of this project solely in our personal
113
+ capacity, and are not conveying any rights to any intellectual property of
114
+ any third parties.
112
115
113
116
If you redistribute modified sources, we would appreciate that you include in
114
117
the file ChangeLog history information documenting your changes. Please read
3 commit comments
openjdk-notifier[bot] commentedon Oct 21, 2022
Review
Issues
GoeLin commentedon Dec 23, 2022
/backport jdk17u-dev
openjdk[bot] commentedon Dec 23, 2022
@GoeLin the backport was successfully created on the branch GoeLin-backport-0c13d666 in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev: