From: Anthony Baxter Date: Tue, 28 Mar 2006 06:32:00 +0000 (+0000) Subject: preparing for 2.4.3 final X-Git-Tag: v2.4.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e77ff2a9efe67f4c28dd13a76a6ada651b2d5634;p=thirdparty%2FPython%2Fcpython.git preparing for 2.4.3 final --- diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 7719428fc954..409e7813ee0c 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@python.org} } -\date{23 March 2006} % XXX update before final release! +\date{29 March 2006} % XXX update before final release! \input{patchlevel} % include Python version information diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4089718b268e..34536571c1b2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.4.3c1" +#define PY_VERSION "2.4.3" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e4e8c9e258d5..ecf4a4e7a18c 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.1.3? +========================= + +*Release date: 29-MAR-2006* + What's New in IDLE 1.1.3c1? =========================== diff --git a/Misc/NEWS b/Misc/NEWS index 0a25c274dc71..8c279eaeab13 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,17 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.4.3c1? +============================= + +*Release date: 29-MAR-2006* + +Core and builtins +----------------- + +- A few reference leaks were squished. + + What's New in Python 2.4.3c1? ============================= diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index 3ee929dbc3b0..33393649a2c7 100644 --- a/Misc/RPM/python-2.4.spec +++ b/Misc/RPM/python-2.4.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.4.3c1 +%define version 2.4.3 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 149c2866bb9f..9858561f7654 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 69 2.4.3 + 29-Mar-2006 68 2.4.3c1 23-Mar-2006 67 2.4.2 diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index a676104dade0..46821e4ce078 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1385,7 +1385,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=68"/> + PreprocessorDefinitions="BUILD=69"/> @@ -1393,7 +1393,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=68"/> + PreprocessorDefinitions="BUILD=69"/> @@ -1401,7 +1401,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=68"/> + PreprocessorDefinitions="BUILD=69"/>