From: Anthony Baxter Date: Wed, 1 Nov 2006 07:04:56 +0000 (+0000) Subject: updates for 2.3.6 final X-Git-Tag: v2.3.6~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c099d7ce1369f152441ce2ee8703315baffdb3f;p=thirdparty%2FPython%2Fcpython.git updates for 2.3.6 final --- diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index e511b069b94b..cdf2712e3a4f 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -6,5 +6,5 @@ } %\date{\today} -\date{October 25, 2006} % XXX update before final release! +\date{November 1, 2006} % XXX update before final release! \input{patchlevel} % include Python version information diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 671d20401694..8c99af01e63f 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,8 +22,8 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 6 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ #define PY_VERSION "2.3.6c1" diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index b96a29e3f574..2189a1b25f97 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.0.6? +========================= + +*Release date: 01-Nov-2006* + What's New in IDLE 1.0.6c1? =========================== diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index d9850d72c747..9e7e0b55527a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.6c1" +IDLE_VERSION = "1.0.6" diff --git a/Misc/NEWS b/Misc/NEWS index c1d18acd9fb7..a55dd64efe24 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -4,6 +4,11 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.3.6? +=========================== + +*Release date: 01-NOV-2006* + What's New in Python 2.3.6c1? ============================= diff --git a/Misc/RPM/python-2.3.spec b/Misc/RPM/python-2.3.spec index 2303ebd81ddb..b9933f799f61 100644 --- a/Misc/RPM/python-2.3.spec +++ b/Misc/RPM/python-2.3.spec @@ -35,7 +35,7 @@ %define name python %define version 2.3.6 %define libvers 2.3 -%define release 4pydotorg +%define release 1pydotorg %define __prefix /usr # kludge to get around rpm define weirdness