From: Anthony Baxter Date: Mon, 23 Oct 2006 15:27:22 +0000 (+0000) Subject: preparing for 2.3.6c1 X-Git-Tag: v2.3.6c1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f839d5b23eff11af3d124d3f38d917cdac6830d;p=thirdparty%2FPython%2Fcpython.git preparing for 2.3.6c1 --- diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 3e8e16a67ad6..e511b069b94b 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -6,5 +6,5 @@ } %\date{\today} -\date{February 8, 2005} % XXX update before final release! +\date{October 25, 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 a0c1524d7670..046507b355b4 100644 --- a/Doc/commontex/license.tex +++ b/Doc/commontex/license.tex @@ -46,6 +46,7 @@ GPL-compatible; the table below summarizes the various releases. \linev{2.3.3}{2.3.2}{2003}{PSF}{yes} \linev{2.3.4}{2.3.3}{2004}{PSF}{yes} \linev{2.3.5}{2.3.4}{2005}{PSF}{yes} + \linev{2.3.6}{2.3.5}{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 698c033b38c5..671d20401694 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,12 +21,12 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 3 -#define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 6 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.3.5" +#define PY_VERSION "2.3.6c1" /* 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 b11b92feaf48..4e06b7fd54db 100644 --- a/LICENSE +++ b/LICENSE @@ -48,6 +48,7 @@ the various releases. 2.3.3 2.3.2 2002-2003 PSF yes 2.3.4 2.3.3 2004 PSF yes 2.3.5 2.3.4 2004-2005 PSF yes + 2.3.6 2.3.5 2006 PSF yes Footnotes: diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index bdd09cae48f8..b96a29e3f574 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.0.6c1? +=========================== + +*Release date: 25-Oct-2006* + What's New in IDLE 1.0.5? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 548bbb995a0a..d9850d72c747 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.5" +IDLE_VERSION = "1.0.6c1" diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index f9a41a90f12b..2303ebd81ddb 100644 --- a/Misc/RPM/python-2.3.spec +++ b/Misc/RPM/python-2.3.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.3.5 +%define version 2.3.6 %define libvers 2.3 %define release 4pydotorg %define __prefix /usr diff --git a/README b/README index 0edf65a4bd06..1600d23f9194 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -This is Python version 2.3.5 +This is Python version 2.3.6 ============================ -Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation. +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com.