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

anthony.baxter python-checkins at python.org
Thu Apr 5 06:52:07 CEST 2007


Author: anthony.baxter
Date: Thu Apr  5 06:52:06 2007
New Revision: 54692

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/NEWS.txt
   python/branches/release25-maint/Lib/idlelib/idlever.py
   python/branches/release25-maint/Misc/NEWS
   python/branches/release25-maint/Misc/RPM/python-2.5.spec
   python/branches/release25-maint/README
Log:
preparing for 2.5.1c1

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 Apr  5 06:52:06 2007
@@ -5,5 +5,5 @@
 	Email: \email{docs at python.org}
 }
 
-\date{19th September, 2006}			% XXX update before final release!
+\date{5th April, 2007}			% 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 Apr  5 06:52:06 2007
@@ -51,6 +51,7 @@
   \linev{2.4.2}{2.4.1}{2005}{PSF}{yes}
   \linev{2.4.3}{2.4.2}{2006}{PSF}{yes}
   \linev{2.5}{2.4}{2006}{PSF}{yes}
+  \linev{2.5.1}{2.5}{2007}{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 Apr  5 06:52:06 2007
@@ -21,12 +21,12 @@
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	5
-#define PY_MICRO_VERSION	0
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL	0
+#define PY_MICRO_VERSION	1
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"2.5"
+#define PY_VERSION		"2.5.1c1"
 
 /* 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 Apr  5 06:52:06 2007
@@ -53,6 +53,7 @@
     2.4.2           2.4.1       2005        PSF         yes
     2.4.3           2.4.2       2006        PSF         yes
     2.5             2.4         2006        PSF         yes
+    2.5.1           2.5         2007        PSF         yes
 
 Footnotes:
 

Modified: python/branches/release25-maint/Lib/idlelib/NEWS.txt
==============================================================================
--- python/branches/release25-maint/Lib/idlelib/NEWS.txt	(original)
+++ python/branches/release25-maint/Lib/idlelib/NEWS.txt	Thu Apr  5 06:52:06 2007
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.1c1?
+===========================
+
+*Release date: 05-APR-2007*
+
 What's New in IDLE 1.2?
 =======================
 

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 Apr  5 06:52:06 2007
@@ -1 +1 @@
-IDLE_VERSION = "1.2"
+IDLE_VERSION = "1.2.1c1"

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Thu Apr  5 06:52:06 2007
@@ -7,7 +7,7 @@
 What's New in Python 2.5.1c1?
 =============================
 
-*Release date: XX-XXX-XXXX*
+*Release date: 05-APR-2007*
 
 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 Apr  5 06:52:06 2007
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.5
+%define version 2.5.1
 %define libvers 2.5
 %define release 1pydotorg
 %define __prefix /usr

Modified: python/branches/release25-maint/README
==============================================================================
--- python/branches/release25-maint/README	(original)
+++ python/branches/release25-maint/README	Thu Apr  5 06:52:06 2007
@@ -1,5 +1,5 @@
-This is Python version 2.5
-==========================
+This is Python version 2.5.1
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software 
 Foundation. 


More information about the Python-checkins mailing list