[Python-checkins] r51304 - in python/trunk: Doc/commontex/boilerplate.tex Include/patchlevel.h Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/NEWS Misc/RPM/python-2.5.spec README

anthony.baxter python-checkins at python.org
Wed Aug 16 05:42:28 CEST 2006


Author: anthony.baxter
Date: Wed Aug 16 05:42:26 2006
New Revision: 51304

Modified:
   python/trunk/Doc/commontex/boilerplate.tex
   python/trunk/Include/patchlevel.h
   python/trunk/Lib/idlelib/NEWS.txt
   python/trunk/Lib/idlelib/idlever.py
   python/trunk/Misc/NEWS
   python/trunk/Misc/RPM/python-2.5.spec
   python/trunk/README
Log:
preparing for 2.5c1

Modified: python/trunk/Doc/commontex/boilerplate.tex
==============================================================================
--- python/trunk/Doc/commontex/boilerplate.tex	(original)
+++ python/trunk/Doc/commontex/boilerplate.tex	Wed Aug 16 05:42:26 2006
@@ -5,5 +5,5 @@
 	Email: \email{docs at python.org}
 }
 
-\date{3rd August, 2006}			% XXX update before final release!
+\date{17th August, 2006}			% XXX update before final release!
 \input{patchlevel}		% include Python version information

Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h	(original)
+++ python/trunk/Include/patchlevel.h	Wed Aug 16 05:42:26 2006
@@ -22,11 +22,11 @@
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	5
 #define PY_MICRO_VERSION	0
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL	3
 
 /* Version as a string */
-#define PY_VERSION		"2.5b3"
+#define PY_VERSION		"2.5c1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"

Modified: python/trunk/Lib/idlelib/NEWS.txt
==============================================================================
--- python/trunk/Lib/idlelib/NEWS.txt	(original)
+++ python/trunk/Lib/idlelib/NEWS.txt	Wed Aug 16 05:42:26 2006
@@ -1,7 +1,7 @@
 What's New in IDLE 1.2c1?
 =========================
 
-*Release date: XX-AUG-2006*
+*Release date: 17-AUG-2006*
 
 - The 'with' statement is now a Code Context block opener
 

Modified: python/trunk/Lib/idlelib/idlever.py
==============================================================================
--- python/trunk/Lib/idlelib/idlever.py	(original)
+++ python/trunk/Lib/idlelib/idlever.py	Wed Aug 16 05:42:26 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.2b3"
+IDLE_VERSION = "1.2c1"

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Aug 16 05:42:26 2006
@@ -7,7 +7,7 @@
 What's New in Python 2.5 release candidate 1?
 =============================================
 
-*Release date: 18-AUG-2006*
+*Release date: 17-AUG-2006*
 
 Core and builtins
 -----------------

Modified: python/trunk/Misc/RPM/python-2.5.spec
==============================================================================
--- python/trunk/Misc/RPM/python-2.5.spec	(original)
+++ python/trunk/Misc/RPM/python-2.5.spec	Wed Aug 16 05:42:26 2006
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.5b3
+%define version 2.5c1
 %define libvers 2.5
 %define release 1pydotorg
 %define __prefix /usr

Modified: python/trunk/README
==============================================================================
--- python/trunk/README	(original)
+++ python/trunk/README	Wed Aug 16 05:42:26 2006
@@ -1,5 +1,5 @@
-This is Python version 2.5 beta 3
-=================================
+This is Python version 2.5 rc 1
+===============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
 All rights reserved.


More information about the Python-checkins mailing list