[Python-checkins] r60796 - in python/branches/release25-maint: Doc/commontex/boilerplate.tex Doc/commontex/license.tex Include/patchlevel.h LICENSE Lib/idlelib/idlever.py Misc/NEWS Misc/RPM/python-2.5.spec

martin.v.loewis python-checkins at python.org
Thu Feb 14 13:33:15 CET 2008


Author: martin.v.loewis
Date: Thu Feb 14 13:33:15 2008
New Revision: 60796

Modified:
   python/branches/release25-maint/Doc/commontex/boilerplate.tex
   python/branches/release25-maint/Doc/commontex/license.tex
   python/branches/release25-maint/Include/patchlevel.h
   python/branches/release25-maint/LICENSE
   python/branches/release25-maint/Lib/idlelib/idlever.py
   python/branches/release25-maint/Misc/NEWS
   python/branches/release25-maint/Misc/RPM/python-2.5.spec
Log:
Preparing for 2.5.2c1.


Modified: python/branches/release25-maint/Doc/commontex/boilerplate.tex
==============================================================================
--- python/branches/release25-maint/Doc/commontex/boilerplate.tex	(original)
+++ python/branches/release25-maint/Doc/commontex/boilerplate.tex	Thu Feb 14 13:33:15 2008
@@ -5,5 +5,5 @@
 	Email: \email{docs at 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

Modified: python/branches/release25-maint/Doc/commontex/license.tex
==============================================================================
--- python/branches/release25-maint/Doc/commontex/license.tex	(original)
+++ python/branches/release25-maint/Doc/commontex/license.tex	Thu Feb 14 13:33:15 2008
@@ -53,6 +53,7 @@
   \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

Modified: python/branches/release25-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release25-maint/Include/patchlevel.h	(original)
+++ python/branches/release25-maint/Include/patchlevel.h	Thu Feb 14 13:33:15 2008
@@ -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$"

Modified: python/branches/release25-maint/LICENSE
==============================================================================
--- python/branches/release25-maint/LICENSE	(original)
+++ python/branches/release25-maint/LICENSE	Thu Feb 14 13:33:15 2008
@@ -55,6 +55,7 @@
     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:
 

Modified: python/branches/release25-maint/Lib/idlelib/idlever.py
==============================================================================
--- python/branches/release25-maint/Lib/idlelib/idlever.py	(original)
+++ python/branches/release25-maint/Lib/idlelib/idlever.py	Thu Feb 14 13:33:15 2008
@@ -1 +1 @@
-IDLE_VERSION = "1.2.2"
+IDLE_VERSION = "1.2.2c1"

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Thu Feb 14 13:33:15 2008
@@ -7,7 +7,7 @@
 What's New in Python 2.5.2c1?
 =============================
 
-*Release date: XX-XXX-XXXX*
+*Release date: 14-Feb-2008*
 
 Core and builtins
 -----------------

Modified: python/branches/release25-maint/Misc/RPM/python-2.5.spec
==============================================================================
--- python/branches/release25-maint/Misc/RPM/python-2.5.spec	(original)
+++ python/branches/release25-maint/Misc/RPM/python-2.5.spec	Thu Feb 14 13:33:15 2008
@@ -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


More information about the Python-checkins mailing list