From: Anthony Baxter Date: Wed, 16 Mar 2005 14:34:23 +0000 (+0000) Subject: 2.4.1rc2 setup X-Git-Tag: v2.4.1c2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905e91240dbb91f6d3e82948b6986f9742a0f6ed;p=thirdparty%2FPython%2Fcpython.git 2.4.1rc2 setup --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 47b32eae3739..9ad1e25ab28e 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 ac98e11e701a..650ccd08b721 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 9fe3cfaa660c..d3e7da740bbf 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 bd9981a2e741..06bb2a4700b5 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 a2dc31f4e23b..d4346baeb2de 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"/>