[Python-checkins] r51908 - in python/branches/release25-maint: 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
Mon Sep 18 08:51:52 CEST 2006
Author: anthony.baxter
Date: Mon Sep 18 08:51:50 2006
New Revision: 51908
Modified:
python/branches/release25-maint/Doc/commontex/boilerplate.tex
python/branches/release25-maint/Include/patchlevel.h
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 final.
(damn, it's nice to see the line
#define PY_VERSION "2.5"
in patchlevel.h)
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 Mon Sep 18 08:51:50 2006
@@ -5,5 +5,5 @@
Email: \email{docs at python.org}
}
-\date{12th September, 2006} % XXX update before final release!
+\date{19th September, 2006} % XXX update before final release!
\input{patchlevel} % include Python version information
Modified: python/branches/release25-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release25-maint/Include/patchlevel.h (original)
+++ python/branches/release25-maint/Include/patchlevel.h Mon Sep 18 08:51:50 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_GAMMA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "2.5c2"
+#define PY_VERSION "2.5"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
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 Mon Sep 18 08:51:50 2006
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2?
+=======================
+
+*Release date: 19-SEP-2006*
+
What's New in IDLE 1.2c2?
=========================
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 Mon Sep 18 08:51:50 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.2c2"
+IDLE_VERSION = "1.2"
Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS (original)
+++ python/branches/release25-maint/Misc/NEWS Mon Sep 18 08:51:50 2006
@@ -4,6 +4,13 @@
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.5 (final)
+================================
+
+*Release date: 19-SEP-2006*
+
+No changes since release candidate 2.
+
What's New in Python 2.5 release candidate 2?
=============================================
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 Mon Sep 18 08:51:50 2006
@@ -33,7 +33,7 @@
#################################
%define name python
-%define version 2.5c2
+%define version 2.5
%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 Mon Sep 18 08:51:50 2006
@@ -1,5 +1,5 @@
-This is Python version 2.5 rc 2
-===============================
+This is Python version 2.5
+==========================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
All rights reserved.
More information about the Python-checkins
mailing list