]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.4.1rc2 setup
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 16 Mar 2005 14:34:23 +0000 (14:34 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 16 Mar 2005 14:34:23 +0000 (14:34 +0000)
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
PCbuild/BUILDno.txt
PCbuild/pythoncore.vcproj

index 47b32eae3739a47c5f9c9d7a57802b04db8e712f..9ad1e25ab28eeb094acfa20ac59fa897ee7766b5 100644 (file)
@@ -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?
 ===========================
 
index ac98e11e701aec9540d6053c74303ba6e5f5a3ed..650ccd08b721cb27ef0e6f3bdb4d2c51671853d6 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1c1"
+IDLE_VERSION = "1.1.1c2"
index 9fe3cfaa660c2a5125f2c14265ea14bce9ec75d5..d3e7da740bbf95b16164e55bf2cae4a46c8612d3 100644 (file)
--- 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
 -----
index bd9981a2e741b5ca9a49502c53142fd0538a761c..06bb2a4700b5e598fa6f72abb7b95ac28576362b 100644 (file)
@@ -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
index a2dc31f4e23b318acff3d8cc5999bf009656844e..d4346baeb2debf7a6bcc5f74860e04691cc87dca 100644 (file)
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=63"/>
+                                       PreprocessorDefinitions="BUILD=64"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="Debug|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="0"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=63"/>
+                                       PreprocessorDefinitions="BUILD=64"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="ReleaseItanium|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=63"/>
+                                       PreprocessorDefinitions="BUILD=64"/>
                        </FileConfiguration>
                </File>
                <File