]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Moved entries added after the 2.4.5 release to a new 2.4.6. entry.
authorMatthias Klose <doko@ubuntu.com>
Wed, 12 Nov 2008 06:48:00 +0000 (06:48 +0000)
committerMatthias Klose <doko@ubuntu.com>
Wed, 12 Nov 2008 06:48:00 +0000 (06:48 +0000)
Misc/NEWS

index 7b504b328bd9d189164fe1bd562c36520c977b32..dc2c778aacf9589aef19cc3db50747bd2cccdfdf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,21 +4,15 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 2.4.5?
+What's New in Python 2.4.6c1?
 =============================
 
-*Release date: 11-Mar-2008*
-
-What's New in Python 2.4.5c1?
-=============================
-
-*Release date: 02-Mar-2008*
-
+*Release date: xx-XXX-2008*
 
 Core and builtins
 -----------------
 
-- Apply security patches from Apple.
+- Apply security patches from Apple. CVE-2008-2315.
 
 - Issue #2620: Overflow checking when allocating or reallocating memory
   was not always being done properly in some python types and extension
@@ -27,6 +21,32 @@ Core and builtins
   would previously leak memory on the error path when such an allocation
   failed have been fixed.
 
+Extension Modules
+-----------------
+
+Library
+-------
+
+Tests
+-----
+
+Build
+-----
+
+What's New in Python 2.4.5?
+=============================
+
+*Release date: 11-Mar-2008*
+
+What's New in Python 2.4.5c1?
+=============================
+
+*Release date: 02-Mar-2008*
+
+
+Core and builtins
+-----------------
+
 - Added checks for integer overflows, contributed by Google. Some are
   only available if asserts are left in the code, in cases where they
   can't be triggered from Python code.