]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add news about zlib 1.1.4 for the Windows installer.
authorTim Peters <tim.peters@gmail.com>
Mon, 8 Apr 2002 18:31:19 +0000 (18:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 8 Apr 2002 18:31:19 +0000 (18:31 +0000)
Misc/NEWS

index 0dc6ae73eccda0945426e61aa2e4e184d8001325..e7106fa80d33caf43ceb7e116c87466dc68f90ec 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,5 +1,5 @@
 What's New in Python 2.1.3?
-Release date: 08-April-2002
+Release date: 09-April-2002
 ===========================
 
 Core
@@ -20,6 +20,11 @@ Library
   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.
+
 
 What's New in Python 2.1.2 (final)?
 ===================================