summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-10-23 15:27:22 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2006-10-23 15:27:22 +0000
commit9f839d5b23eff11af3d124d3f38d917cdac6830d (patch)
tree67276ee8bc7f5e2b16a2e27495e9c99eb3c5334f
parent1785d3fce87007d897786cd96807c27fc3e076cb (diff)
downloadcpython-git-9f839d5b23eff11af3d124d3f38d917cdac6830d.tar.gz
preparing for 2.3.6c1
-rw-r--r--Doc/commontex/boilerplate.tex2
-rw-r--r--Doc/commontex/license.tex1
-rw-r--r--Include/patchlevel.h8
-rw-r--r--LICENSE1
-rw-r--r--Lib/idlelib/NEWS.txt5
-rw-r--r--Lib/idlelib/idlever.py2
-rw-r--r--Misc/RPM/python-2.3.spec2
-rw-r--r--README4
8 files changed, 16 insertions, 9 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex
index 3e8e16a67a..e511b069b9 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 a0c1524d76..046507b355 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 698c033b38..671d204016 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 b11b92feaf..4e06b7fd54 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 bdd09cae48..b96a29e3f5 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 548bbb995a..d9850d72c7 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 f9a41a90f1..2303ebd81d 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 0edf65a4bd..1600d23f91 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.