[Python-checkins] r67195 - python/branches/release24-maint/Misc/NEWS

matthias.klose python-checkins at python.org
Wed Nov 12 07:48:01 CET 2008


Author: matthias.klose
Date: Wed Nov 12 07:48:00 2008
New Revision: 67195

Log:
- Moved entries added after the 2.4.5 release to a new 2.4.6. entry.


Modified:
   python/branches/release24-maint/Misc/NEWS

Modified: python/branches/release24-maint/Misc/NEWS
==============================================================================
--- python/branches/release24-maint/Misc/NEWS	(original)
+++ python/branches/release24-maint/Misc/NEWS	Wed Nov 12 07:48:00 2008
@@ -4,21 +4,15 @@
 
 (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 @@
   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.


More information about the Python-checkins mailing list