11ZLIB DATA COMPRESSION LIBRARY
22
3- zlib 1.2.13 is a general purpose data compression library. All the code is
3+ zlib 1.3 is a general purpose data compression library. All the code is
44thread safe. The data format used by the zlib library is described by RFCs
55(Request for Comments) 1950 to 1952 in the files
66http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
@@ -29,18 +29,17 @@ PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
2929
3030Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
3131issue of Dr. Dobb's Journal; a copy of the article is available at
32- http ://marknelson.us/1997/01/01/zlib-engine/ .
32+ https ://marknelson.us/posts/ 1997/01/01/zlib-engine.html .
3333
34- The changes made in version 1.2.13 are documented in the file ChangeLog.
34+ The changes made in version 1.3 are documented in the file ChangeLog.
3535
3636Unsupported third party contributions are provided in directory contrib/ .
3737
38- zlib is available in Java using the java.util.zip package, documented at
39- http://java.sun .com/developer/technicalArticles/Programming/compression/ .
38+ zlib is available in Java using the java.util.zip package. Follow the API
39+ Documentation link at: https://docs.oracle .com/search/?q=java.util.zip .
4040
41- A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
42- at CPAN (Comprehensive Perl Archive Network) sites, including
43- http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
41+ A Perl interface to zlib and bzip2 written by Paul Marquess <pmqs@cpan.org>
42+ can be found at https://github.com/pmqs/IO-Compress .
4443
4544A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
4645available in Python 1.5 and later versions, see
@@ -64,7 +63,7 @@ Notes for some targets:
6463- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
6564 when compiled with cc.
6665
67- - On Digital Unix 4.0D (formely OSF/1) on AlphaServer, the cc option -std1 is
66+ - On Digital Unix 4.0D (formerly OSF/1) on AlphaServer, the cc option -std1 is
6867 necessary to get gzprintf working correctly. This is done by configure.
6968
7069- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
@@ -84,7 +83,7 @@ Acknowledgments:
8483
8584Copyright notice:
8685
87- (C) 1995-2022 Jean-loup Gailly and Mark Adler
86+ (C) 1995-2023 Jean-loup Gailly and Mark Adler
8887
8988 This software is provided 'as-is', without any express or implied
9089 warranty. In no event will the authors be held liable for any damages
0 commit comments