summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-02-14 12:33:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-02-14 12:33:15 (GMT)
commita859e25acb825665d9380b1142893cad61a648a0 (patch)
tree4db9c2a2d06e5b55edf12f77da0bb13a76e91e2f
parent73c01d410117a573731e6c2afc9694005f8d11aa (diff)
downloadcpython-a859e25acb825665d9380b1142893cad61a648a0.zip
cpython-a859e25acb825665d9380b1142893cad61a648a0.tar.gz
cpython-a859e25acb825665d9380b1142893cad61a648a0.tar.bz2
Preparing for 2.5.2c1.
-rw-r--r--Doc/commontex/boilerplate.tex2
-rw-r--r--Doc/commontex/license.tex1
-rw-r--r--Include/patchlevel.h6
-rw-r--r--LICENSE1
-rw-r--r--Lib/idlelib/idlever.py2
-rw-r--r--Misc/NEWS2
-rw-r--r--Misc/RPM/python-2.5.spec2
7 files changed, 9 insertions, 7 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex
index 78c6449..57332b1 100644
--- a/Doc/commontex/boilerplate.tex
+++ b/Doc/commontex/boilerplate.tex
@@ -5,5 +5,5 @@
Email: \email{docs@python.org}
}
-\date{18th April, 2007} % XXX update before final release!
+\date{14th February, 2008} % XXX update before final release!
\input{patchlevel} % include Python version information
diff --git a/Doc/commontex/license.tex b/Doc/commontex/license.tex
index fe6485c..becf5a1 100644
--- a/Doc/commontex/license.tex
+++ b/Doc/commontex/license.tex
@@ -53,6 +53,7 @@ GPL-compatible; the table below summarizes the various releases.
\linev{2.4.4}{2.4.3}{2006}{PSF}{yes}
\linev{2.5}{2.4}{2006}{PSF}{yes}
\linev{2.5.1}{2.5}{2007}{PSF}{yes}
+ \linev{2.5.2}{2.5.1}{2008}{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 a1a98cf..37bed1b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 0
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.5.2a0"
+#define PY_VERSION "2.5.2c1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
diff --git a/LICENSE b/LICENSE
index 89d8334..54c8f28 100644
--- a/LICENSE
+++ b/LICENSE
@@ -55,6 +55,7 @@ the various releases.
2.4.4 2.4.3 2006 PSF yes
2.5 2.4 2006 PSF yes
2.5.1 2.5 2007 PSF yes
+ 2.5.2 2.5.2 2007 PSF yes
Footnotes:
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index ec8e000..1d74d94 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.2.2"
+IDLE_VERSION = "1.2.2c1"
diff --git a/Misc/NEWS b/Misc/NEWS
index cb8d4c5..bc01a36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
What's New in Python 2.5.2c1?
=============================
-*Release date: XX-XXX-XXXX*
+*Release date: 14-Feb-2008*
Core and builtins
-----------------
diff --git a/Misc/RPM/python-2.5.spec b/Misc/RPM/python-2.5.spec
index 3999074..8fd3a52 100644
--- a/Misc/RPM/python-2.5.spec
+++ b/Misc/RPM/python-2.5.spec
@@ -33,7 +33,7 @@
#################################
%define name python
-%define version 2.5.1
+%define version 2.5.2
%define libvers 2.5
%define release 1pydotorg
%define __prefix /usr