From 1596ed97d985e361dcd174891fc951944fc2a10e Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 12 Nov 2008 06:48:00 +0000 Subject: [PATCH] - Moved entries added after the 2.4.5 release to a new 2.4.6. entry. --- Misc/NEWS | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 7b504b328bd9..dc2c778aacf9 100644 --- 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. -- 2.47.3