From f9fde1e9314a2924334be9a676ea92ce1552793b Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 28 Sep 2005 02:15:15 +0000 Subject: 2.4.2 release stuff --- Include/patchlevel.h | 6 +++--- Lib/idlelib/NEWS.txt | 5 +++++ Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 10 +++------- Misc/RPM/python-2.4.spec | 2 +- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.vcproj | 6 +++--- 7 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b906f6e..239d606 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 685e682..c48b945 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 00154fa..6068f09 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 4d87425..16c3b76 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 dec3a15..c3e8b6d 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 0bceeb4..ff0c2b4 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 8f5f597..021a778 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"/>