[Python-checkins] r43230 - in python/branches/release24-maint: Doc/commontex/boilerplate.tex Doc/commontex/license.tex LICENSE Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/RPM/python-2.4.spec PCbuild/BUILDno.txt PCbuild/pythoncore.vcproj

anthony.baxter python-checkins at python.org
Thu Mar 23 03:20:58 CET 2006


Author: anthony.baxter
Date: Thu Mar 23 03:20:57 2006
New Revision: 43230

Modified:
   python/branches/release24-maint/Doc/commontex/boilerplate.tex
   python/branches/release24-maint/Doc/commontex/license.tex
   python/branches/release24-maint/LICENSE
   python/branches/release24-maint/Lib/idlelib/NEWS.txt
   python/branches/release24-maint/Lib/idlelib/idlever.py
   python/branches/release24-maint/Misc/RPM/python-2.4.spec
   python/branches/release24-maint/PCbuild/BUILDno.txt
   python/branches/release24-maint/PCbuild/pythoncore.vcproj
Log:
2.4.3c1


Modified: python/branches/release24-maint/Doc/commontex/boilerplate.tex
==============================================================================
--- python/branches/release24-maint/Doc/commontex/boilerplate.tex	(original)
+++ python/branches/release24-maint/Doc/commontex/boilerplate.tex	Thu Mar 23 03:20:57 2006
@@ -5,5 +5,5 @@
 	Email: \email{docs at python.org}
 }
 
-\date{28 September 2005}	% XXX update before final release!
+\date{23 March 2006}	% XXX update before final release!
 \input{patchlevel}		% include Python version information

Modified: python/branches/release24-maint/Doc/commontex/license.tex
==============================================================================
--- python/branches/release24-maint/Doc/commontex/license.tex	(original)
+++ python/branches/release24-maint/Doc/commontex/license.tex	Thu Mar 23 03:20:57 2006
@@ -49,6 +49,7 @@
   \linev{2.4}{2.3}{2004}{PSF}{yes}
   \linev{2.4.1}{2.4}{2005}{PSF}{yes}
   \linev{2.4.2}{2.4.1}{2005}{PSF}{yes}
+  \linev{2.4.3}{2.4.2}{2006}{PSF}{yes}
 \end{tablev}
 
 \note{GPL-compatible doesn't mean that we're distributing

Modified: python/branches/release24-maint/LICENSE
==============================================================================
--- python/branches/release24-maint/LICENSE	(original)
+++ python/branches/release24-maint/LICENSE	Thu Mar 23 03:20:57 2006
@@ -51,6 +51,7 @@
     2.4             2.3         2004        PSF         yes
     2.4.1           2.4.1       2005        PSF         yes
     2.4.2           2.4.1       2005        PSF         yes
+    2.4.3           2.4.2       2006        PSF         yes
 
 Footnotes:
 

Modified: python/branches/release24-maint/Lib/idlelib/NEWS.txt
==============================================================================
--- python/branches/release24-maint/Lib/idlelib/NEWS.txt	(original)
+++ python/branches/release24-maint/Lib/idlelib/NEWS.txt	Thu Mar 23 03:20:57 2006
@@ -1,7 +1,7 @@
-What's New in IDLE 1.1.3?
-=========================
+What's New in IDLE 1.1.3c1?
+===========================
 
-*Release date:
+*Release date: 23-MAR-2006*
 
 - Source file f.flush() after writing; trying to avoid lossage if user
   kills GUI.  Reported by Bruce Sherwood.

Modified: python/branches/release24-maint/Lib/idlelib/idlever.py
==============================================================================
--- python/branches/release24-maint/Lib/idlelib/idlever.py	(original)
+++ python/branches/release24-maint/Lib/idlelib/idlever.py	Thu Mar 23 03:20:57 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.1.2"
+IDLE_VERSION = "1.1.3"

Modified: python/branches/release24-maint/Misc/RPM/python-2.4.spec
==============================================================================
--- python/branches/release24-maint/Misc/RPM/python-2.4.spec	(original)
+++ python/branches/release24-maint/Misc/RPM/python-2.4.spec	Thu Mar 23 03:20:57 2006
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.2
+%define version 2.4.3c1
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr

Modified: python/branches/release24-maint/PCbuild/BUILDno.txt
==============================================================================
--- python/branches/release24-maint/PCbuild/BUILDno.txt	(original)
+++ python/branches/release24-maint/PCbuild/BUILDno.txt	Thu Mar 23 03:20:57 2006
@@ -33,6 +33,8 @@
 
 Windows Python BUILD numbers
 ----------------------------
+  68    2.4.3c1
+        23-Mar-2006
   67    2.4.2
         28-Sep-2005
   66    2.4.2c1

Modified: python/branches/release24-maint/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/release24-maint/PCbuild/pythoncore.vcproj	(original)
+++ python/branches/release24-maint/PCbuild/pythoncore.vcproj	Thu Mar 23 03:20:57 2006
@@ -1385,7 +1385,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="2"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=67"/>
+					PreprocessorDefinitions="BUILD=68"/>
 			</FileConfiguration>
 			<FileConfiguration
 				Name="Debug|Win32">
@@ -1393,7 +1393,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="0"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=67"/>
+					PreprocessorDefinitions="BUILD=68"/>
 			</FileConfiguration>
 			<FileConfiguration
 				Name="ReleaseItanium|Win32">
@@ -1401,7 +1401,7 @@
 					Name="VCCLCompilerTool"
 					Optimization="2"
 					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="BUILD=67"/>
+					PreprocessorDefinitions="BUILD=68"/>
 			</FileConfiguration>
 		</File>
 		<File


More information about the Python-checkins mailing list