From: Anthony Baxter Date: Wed, 28 Sep 2005 02:15:15 +0000 (+0000) Subject: 2.4.2 release stuff X-Git-Tag: v2.4.2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9fde1e9314a2924334be9a676ea92ce1552793b;p=thirdparty%2FPython%2Fcpython.git 2.4.2 release stuff --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b906f6e1246a..239d6067c74c 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 2 -#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.2c1" +#define PY_VERSION "2.4.2" /* 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 685e682d3e66..c48b94577201 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.1.2? +========================= + +*Release date: 28-SEP-2005* + What's New in IDLE 1.1.2c1? =========================== diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 00154faf432a..6068f092247d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.2c1" +IDLE_VERSION = "1.1.2" diff --git a/Misc/NEWS b/Misc/NEWS index 4d87425b8358..16c3b76c2156 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,11 +7,7 @@ Python News What's New in Python 2.4.2 final? ================================= -*Release date: XX-SEP-2005* - -Core and builtins ------------------ - +*Release date: 28-SEP-2005* Extension Modules ----------------- @@ -22,7 +18,6 @@ Extension Modules - Patch #1297028: fix segfault if call type on MultibyteCodec, MultibyteStreamReader, or MultibyteStreamWriter. - Tests ----- @@ -30,10 +25,11 @@ Tests apparently doesn't allow the creation time to be set later than the modification time. Fixed by changing the test data. - Build ----- +- The Windows .msi files are now compressed using lzx:21. This produces a + significantly smaller installer. What's New in Python 2.4.2c1 ============================ diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index dec3a15a7599..c3e8b6da7d85 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.2c1 +%define version 2.4.2 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 0bceeb431303..ff0c2b473eeb 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 67 2.4.2 + 28-Sep-2005 66 2.4.2c1 21-Sep-2005 65 2.4.1 diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 8f5f597ee0a6..021a77850575 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1385,7 +1385,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=66"/> + PreprocessorDefinitions="BUILD=67"/> @@ -1393,7 +1393,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=66"/> + PreprocessorDefinitions="BUILD=67"/> @@ -1401,7 +1401,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=66"/> + PreprocessorDefinitions="BUILD=67"/>