From 905e91240dbb91f6d3e82948b6986f9742a0f6ed Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 16 Mar 2005 14:34:23 +0000 Subject: 2.4.1rc2 setup --- Lib/idlelib/NEWS.txt | 6 ++++++ Lib/idlelib/idlever.py | 2 +- Misc/NEWS | 3 ++- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.vcproj | 6 +++--- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 47b32ea..9ad1e25 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,9 @@ +What's New in IDLE 1.1.1c2? +=========================== + +*Release date: 17-MAR-2005* + + What's New in IDLE 1.1.1c1? =========================== diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index ac98e11..650ccd0 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.1c1" +IDLE_VERSION = "1.1.1c2" diff --git a/Misc/NEWS b/Misc/NEWS index 9fe3cfa..d3e7da7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -7,7 +7,7 @@ Python News What's New in Python 2.4.1c2? ============================= -*Release date: DD-MAR-2005* +*Release date: 17-MAR-2005* Library ------- @@ -24,6 +24,7 @@ Library before because a bugfix first included in 2.4.1c1 provoked it (bug #1110478: revert os.environ.update to do putenv again). +- Bug #1156259: Seeking in codecs.reader was broken, now fixed. Tests ----- diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index bd9981a..06bb2a4 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 64 2.4.1c2 + 17-Mar-2005 63 2.4.1c1 10-Mar-2005 62 2.3.5 diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index a2dc31f..d4346ba 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1385,7 +1385,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=63"/> + PreprocessorDefinitions="BUILD=64"/> @@ -1393,7 +1393,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=63"/> + PreprocessorDefinitions="BUILD=64"/> @@ -1401,7 +1401,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=63"/> + PreprocessorDefinitions="BUILD=64"/>