8324632: Update Zlib Data Compression Library to Version 1.3.1 · openjdk/jdk8u-dev@0357abb (original) (raw)

1

1

`ZLIB DATA COMPRESSION LIBRARY

`

2

2

``

3

``

`-

zlib 1.2.13 is a general purpose data compression library. All the code is

`

``

3

`+

zlib 1.3.1 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

6

`http://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.

`

29

29

``

30

30

`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

``

`-

http://marknelson.us/1997/01/01/zlib-engine/ .

`

``

32

`+

https://marknelson.us/posts/1997/01/01/zlib-engine.html .

`

33

33

``

34

``

`-

The changes made in version 1.2.13 are documented in the file ChangeLog.

`

``

34

`+

The changes made in version 1.3.1 are documented in the file ChangeLog.

`

35

35

``

36

36

`Unsupported third party contributions are provided in directory contrib/ .

`

37

37

``

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 .

`

40

40

``

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 .

`

44

43

``

45

44

`A Python interface to zlib written by A.M. Kuchling amk@amk.ca is

`

46

45

`available in Python 1.5 and later versions, see

`

`@@ -64,7 +63,7 @@ Notes for some targets:

`

64

63

`- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works

`

65

64

` when compiled with cc.

`

66

65

``

67

``

`-

`

``

66

`+

`

68

67

` necessary to get gzprintf working correctly. This is done by configure.

`

69

68

``

70

69

`- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with

`

`@@ -84,7 +83,7 @@ Acknowledgments:

`

84

83

``

85

84

`Copyright notice:

`

86

85

``

87

``

`-

(C) 1995-2022 Jean-loup Gailly and Mark Adler

`

``

86

`+

(C) 1995-2024 Jean-loup Gailly and Mark Adler

`

88

87

``

89

88

` This software is provided 'as-is', without any express or implied

`

90

89

` warranty. In no event will the authors be held liable for any damages

`