Kaydet (Commit) 9515c96c authored tarafından Anthony Baxter's avatar Anthony Baxter

preparing for 2.5.1c1

üst b2064d72
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
Email: \email{docs@python.org} Email: \email{docs@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 \input{patchlevel} % include Python version information
...@@ -51,6 +51,7 @@ GPL-compatible; the table below summarizes the various releases. ...@@ -51,6 +51,7 @@ GPL-compatible; the table below summarizes the various releases.
\linev{2.4.2}{2.4.1}{2005}{PSF}{yes} \linev{2.4.2}{2.4.1}{2005}{PSF}{yes}
\linev{2.4.3}{2.4.2}{2006}{PSF}{yes} \linev{2.4.3}{2.4.2}{2006}{PSF}{yes}
\linev{2.5}{2.4}{2006}{PSF}{yes} \linev{2.5}{2.4}{2006}{PSF}{yes}
\linev{2.5.1}{2.5}{2007}{PSF}{yes}
\end{tablev} \end{tablev}
\note{GPL-compatible doesn't mean that we're distributing \note{GPL-compatible doesn't mean that we're distributing
......
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
/* Version parsed out into numeric values */ /* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2 #define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5 #define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0 #define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 0 #define PY_RELEASE_SERIAL 1
/* Version as a string */ /* 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) */ /* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$" #define PY_PATCHLEVEL_REVISION "$Revision$"
......
...@@ -53,6 +53,7 @@ the various releases. ...@@ -53,6 +53,7 @@ the various releases.
2.4.2 2.4.1 2005 PSF yes 2.4.2 2.4.1 2005 PSF yes
2.4.3 2.4.2 2006 PSF yes 2.4.3 2.4.2 2006 PSF yes
2.5 2.4 2006 PSF yes 2.5 2.4 2006 PSF yes
2.5.1 2.5 2007 PSF yes
Footnotes: Footnotes:
......
What's New in IDLE 1.2.1c1?
===========================
*Release date: 05-APR-2007*
What's New in IDLE 1.2? What's New in IDLE 1.2?
======================= =======================
......
IDLE_VERSION = "1.2" IDLE_VERSION = "1.2.1c1"
...@@ -7,7 +7,7 @@ Python News ...@@ -7,7 +7,7 @@ Python News
What's New in Python 2.5.1c1? What's New in Python 2.5.1c1?
============================= =============================
*Release date: XX-XXX-XXXX* *Release date: 05-APR-2007*
Core and builtins Core and builtins
----------------- -----------------
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
################################# #################################
%define name python %define name python
%define version 2.5 %define version 2.5.1
%define libvers 2.5 %define libvers 2.5
%define release 1pydotorg %define release 1pydotorg
%define __prefix /usr %define __prefix /usr
......
This is Python version 2.5 This is Python version 2.5.1
========================== ============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software
Foundation. Foundation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment