aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 75da520..a798a4a 100644
--- a/README
+++ b/README
@@ -2,9 +2,9 @@ ZLIB DATA COMPRESSION LIBRARY
2 2
3zlib 1.3.1.1 is a general purpose data compression library. All the code is 3zlib 1.3.1.1 is a general purpose data compression library. All the code is
4thread safe. The data format used by the zlib library is described by RFCs 4thread 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 at
6http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and 6https://datatracker.ietf.org/doc/html/rfc1950 (zlib format), rfc1951 (deflate
7rfc1952 (gzip format). 7format) and rfc1952 (gzip format).
8 8
9All functions of the compression library are documented in the file zlib.h 9All functions of the compression library are documented in the file zlib.h
10(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 10(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
@@ -29,7 +29,7 @@ PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
29 29
30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997 30Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
31issue of Dr. Dobb's Journal; a copy of the article is available at 31issue of Dr. Dobb's Journal; a copy of the article is available at
32https://marknelson.us/posts/1997/01/01/zlib-engine.html . 32https://web.archive.org/web/20241130054640/https://marknelson.us/posts/1997/01/01/zlib-engine.html .
33 33
34The changes made in version 1.3.1.1 are documented in the file ChangeLog. 34The changes made in version 1.3.1.1 are documented in the file ChangeLog.
35 35