diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-03-23 02:20:57 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-03-23 02:20:57 (GMT) |
commit | e33da3b310f713ef1fce48bb0994fef64ad8184b (patch) | |
tree | aef76a64bfa6d37bc6309bb98bea6187217d0ecb | |
parent | a87b5493acfdc3633ece2deaf42bda91e975f1ea (diff) | |
download | cpython-e33da3b310f713ef1fce48bb0994fef64ad8184b.zip cpython-e33da3b310f713ef1fce48bb0994fef64ad8184b.tar.gz cpython-e33da3b310f713ef1fce48bb0994fef64ad8184b.tar.bz2 |
2.4.3c1
-rw-r--r-- | Doc/commontex/boilerplate.tex | 2 | ||||
-rw-r--r-- | Doc/commontex/license.tex | 1 | ||||
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 | ||||
-rw-r--r-- | Misc/RPM/python-2.4.spec | 2 | ||||
-rw-r--r-- | PCbuild/BUILDno.txt | 2 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcproj | 6 |
8 files changed, 13 insertions, 9 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index e2db19b..7719428 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 525ce8a..f9eefdd 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 @@ -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 3dd53f2..e4e8c9e 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 6068f09..2436ba2 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 c3e8b6d..3ee929d 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 ff0c2b4..149c286 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 021a778..a676104 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -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 |