From: Anthony Baxter Date: Thu, 23 Mar 2006 02:20:57 +0000 (+0000) Subject: 2.4.3c1 X-Git-Tag: v2.4.3c1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e33da3b310f713ef1fce48bb0994fef64ad8184b;p=thirdparty%2FPython%2Fcpython.git 2.4.3c1 --- diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index e2db19b23129..7719428fc954 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@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 diff --git a/Doc/commontex/license.tex b/Doc/commontex/license.tex index 525ce8a1b8a2..f9eefdd4334c 100644 --- a/Doc/commontex/license.tex +++ b/Doc/commontex/license.tex @@ -49,6 +49,7 @@ GPL-compatible; the table below summarizes the various releases. \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 diff --git a/LICENSE b/LICENSE index 7ed2bbbc8f60..e4cfd7124548 100644 --- a/LICENSE +++ b/LICENSE @@ -51,6 +51,7 @@ the various releases. 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: diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 3dd53f226e61..e4e8c9e258d5 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 6068f092247d..2436ba23396e 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.2" +IDLE_VERSION = "1.1.3" diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index c3e8b6da7d85..3ee929dbc3b0 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.2 +%define version 2.4.3c1 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index ff0c2b473eeb..149c2866bb9f 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 68 2.4.3c1 + 23-Mar-2006 67 2.4.2 28-Sep-2005 66 2.4.2c1 diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 021a77850575..a676104dade0 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1385,7 +1385,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=67"/> + PreprocessorDefinitions="BUILD=68"/> @@ -1393,7 +1393,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=67"/> + PreprocessorDefinitions="BUILD=68"/> @@ -1401,7 +1401,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=67"/> + PreprocessorDefinitions="BUILD=68"/>