From 126ba449b6df4ff7b2be8578d41205ac7341d5b9 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 10 Oct 2006 16:44:16 +0000 Subject: [PATCH] preparing for 2.4.4c1 --- Doc/commontex/boilerplate.tex | 2 +- Doc/commontex/license.tex | 2 ++ Include/patchlevel.h | 4 ++-- LICENSE | 2 ++ Lib/idlelib/NEWS.txt | 5 +++++ Lib/idlelib/idlever.py | 2 +- Misc/RPM/python-2.4.spec | 2 +- PCbuild/BUILDno.txt | 2 ++ PCbuild/pythoncore.vcproj | 6 +++--- README | 4 ++-- 10 files changed, 21 insertions(+), 10 deletions(-) diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 409e7813ee0c..51f7400d23e1 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,5 +5,5 @@ Email: \email{docs@python.org} } -\date{29 March 2006} % XXX update before final release! +\date{11 September 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 f9eefdd4334c..0195d772c1de 100644 --- a/Doc/commontex/license.tex +++ b/Doc/commontex/license.tex @@ -50,6 +50,8 @@ GPL-compatible; the table below summarizes the various releases. \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} + \linev{2.4.4}{2.4.3}{2006}{PSF}{yes} + \linev{2.5}{2.4}{2006}{PSF}{yes} \end{tablev} \note{GPL-compatible doesn't mean that we're distributing diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a53f21b9752d..b7ce7aab45f2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,10 +23,10 @@ #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 4 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.4.4c0" +#define PY_VERSION "2.4.4c1" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ diff --git a/LICENSE b/LICENSE index e4cfd7124548..6af41570e693 100644 --- a/LICENSE +++ b/LICENSE @@ -52,6 +52,8 @@ the various releases. 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 + 2.4.4 2.4.3 2006 PSF yes + 2.5 2.4 2006 PSF yes Footnotes: diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index ecf4a4e7a18c..bab744f9f5ab 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.1.4c1? +=========================== + +*Release date: 11-SEP-2006* + What's New in IDLE 1.1.3? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 2436ba23396e..e19a58211fef 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.3" +IDLE_VERSION = "1.1.4c1" diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec index 33393649a2c7..ec752190e6d1 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.3 +%define version 2.4.4c1 %define libvers 2.4 %define release 1pydotorg %define __prefix /usr diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 9858561f7654..8a88220f33ad 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 70 2.4.4c1 + 11-Sep-2006 69 2.4.3 29-Mar-2006 68 2.4.3c1 diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 46821e4ce078..cea4e961bdd3 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1385,7 +1385,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=69"/> + PreprocessorDefinitions="BUILD=70"/> @@ -1393,7 +1393,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=69"/> + PreprocessorDefinitions="BUILD=70"/> @@ -1401,7 +1401,7 @@ Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions="BUILD=69"/> + PreprocessorDefinitions="BUILD=70"/>