[Python-checkins] python/dist/src/Doc/lib libzlib.tex,1.29,1.30
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Tue Oct 19 21:50:26 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4422
Modified Files:
libzlib.tex
Log Message:
Remove the current version of zlib (we'll just have to keep updating it); rewrite following sentence to make sense without the previous one
Index: libzlib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libzlib.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- libzlib.tex 19 Oct 2004 18:52:49 -0000 1.29
+++ libzlib.tex 19 Oct 2004 19:50:23 -0000 1.30
@@ -8,11 +8,10 @@
For applications that require data compression, the functions in this
module allow compression and decompression, using the zlib library.
-The zlib library has its own home page at
-\url{http://www.gzip.org/zlib/}. Version 1.2.1 is the
-most recent version as of October 2004; use a later version if one
-is available. There are known incompatibilities between the Python
-module and earlier versions of the zlib library.
+The zlib library has its own home page at \url{http://www.gzip.org/zlib/}.
+There are known incompatibilities between the Python module and
+versions of the zlib library earlier than 1.1.3; 1.1.3 has a security
+vulnerability, so we recommend using 1.1.4 or later.
The available exception and functions in this module are:
More information about the Python-checkins
mailing list