]> granicus.if.org Git - python/commitdiff
preparing for 2.5.1c1
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 5 Apr 2007 04:52:06 +0000 (04:52 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 5 Apr 2007 04:52:06 +0000 (04:52 +0000)
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

index 68b0abfb14ff23256ad4a2e72ae8396fc5856a61..1065951287677d25cc0a65769720c7db7e62b96b 100644 (file)
@@ -5,5 +5,5 @@
        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
index d1554c24a901d44aec403e5f5954ba61c87d308b..c79ee04946dc07a3896dd831e6610edea2e9afdc 100644 (file)
@@ -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.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
index 3043189f323dcad83fb3803439220b5d397c00a7..d55295b4ffa4209da978b0f16825c94e9cdccded 100644 (file)
 /* 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$"
diff --git a/LICENSE b/LICENSE
index 0ae414c9eb55250b3fbbbbf6e6105d5efc344008..d8e1f80c567fb8fc120dfcdc87bcb1c16451d965 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -53,6 +53,7 @@ the various releases.
     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:
 
index 4f4115d5d0c852d02b48342457d852cef2ee9a40..886ae8656ebdd44c16e5d44f8d32c32d54dd1abd 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.1c1?
+===========================
+
+*Release date: 05-APR-2007*
+
 What's New in IDLE 1.2?
 =======================
 
index 124fae0dfaa14caf8525366745ecbcd16cc055a7..83f2936f058aaabda28d557794e44c52f9976a81 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2"
+IDLE_VERSION = "1.2.1c1"
index 618d5f1e085a86d4325a2f8d7afc15b797dfe762..d2264c43d0930c310df213bc1915a34236d4c8b0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.5.1c1?
 =============================
 
-*Release date: XX-XXX-XXXX*
+*Release date: 05-APR-2007*
 
 Core and builtins
 -----------------
index 74144c2ad1293e85e5c1f3211734c80cc186922c..39990746376ca4fe10ef0f059273c7257b4e29aa 100644 (file)
@@ -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
diff --git a/README b/README
index 97847e2892a2e2311f468f33eff678fe88565707..de09bb1b6082395bd667738b60b1de9cd91ecf9b 100644 (file)
--- a/README
+++ b/README
@@ -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.