From 1929e524a92106d82ae03a2d82d4a2ee852634a5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 8 Apr 2002 18:31:19 +0000 Subject: Add news about zlib 1.1.4 for the Windows installer. --- Misc/NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 0dc6ae7..e7106fa 100644 --- 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)? =================================== -- cgit v0.12