[Python-checkins] CVS: python/dist/src/Misc NEWS,1.146.2.13,1.146.2.14
Tim Peters
tim_one@users.sourceforge.net
2002年4月08日 11:31:21 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25400/212/dist/src/Misc
Modified Files:
Tag: release21-maint
NEWS
Log Message:
Add news about zlib 1.1.4 for the Windows installer.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.146.2.13
retrieving revision 1.146.2.14
diff -C2 -d -r1.146.2.13 -r1.146.2.14
*** NEWS 8 Apr 2002 06:05:51 -0000 1.146.2.13
--- NEWS 8 Apr 2002 18:31:19 -0000 1.146.2.14
***************
*** 1,4 ****
What's New in Python 2.1.3?
! Release date: 08-April-2002
=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ=わ
-ひく-ひく-ひく 1,4 ----
What's New in Python 2.1.3?
! Release date: 09-April-2002
===========================
***************
*** 20,23 ****
--- 20,28 ----
circular references by using itself as the locator that gets passed
to the content handler implementation. [SF bug #535474]
+
+ - A security hole ("double free") was found in zlib-1.1.3, a popular
+ third party compression library used by some Python modules. The
+ hole was quickly plugged in zlib-1.1.4, and the Windows build of
+ Python now ships with zlib-1.1.4.