From: Thomas Wouters Date: Thu, 19 Jul 2001 16:29:48 +0000 (+0000) Subject: Updated news for 2.1.1-final. X-Git-Tag: v2.1.1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24683e65b81412c436593ea28258dc16764678d5;p=thirdparty%2FPython%2Fcpython.git Updated news for 2.1.1-final. --- diff --git a/Misc/NEWS b/Misc/NEWS index 86faf96af803..5e75eff906dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,3 +1,14 @@ +What's New in Python 2.1.1 (final) ? +============================== + +- The following bugs were fixed: + + [ #441664 ] Python crash on del of a slice of a mmap + [ #438050 ] configure doesn't look for poll.h in sys + [ #437487 ] 2.1 build on Solaris fails if CC is set + [ #441527 ] unixccompiler preprocessor broken + + What's New in Python 2.1.1c1 ? ==============================