]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.4.5c1 v2.4.5c1
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2008 19:33:40 +0000 (19:33 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2008 19:33:40 +0000 (19:33 +0000)
Include/patchlevel.h
LICENSE
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.4.spec
Python/getcopyright.c
README

index e169e52fcbf7dafc95c1a28036b4fc1be7894af7..3cd2a0bf2c2d2d499d8d730a499baacd27dc0608 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       5
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.4.4"
+#define PY_VERSION             "2.4.5c1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
diff --git a/LICENSE b/LICENSE
index 6af41570e69349eb95568450329cc1ca14f9a512..9b74c08826fe5d7c620c44be5a48491cfa57a86f 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.4.4           2.4.3       2006        PSF         yes
+    2.4.5           2.4.4       2008        PSF         yes
     2.5             2.4         2006        PSF         yes
 
 Footnotes:
@@ -86,12 +87,12 @@ its associated documentation.
 2. Subject to the terms and conditions of this License Agreement, PSF
 hereby grants Licensee a nonexclusive, royalty-free, world-wide
 license to reproduce, analyze, test, perform and/or display publicly,
-prepare derivative works, distribute, and otherwise use Python
-alone or in any derivative version, provided, however, that PSF's
-License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
-2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
-Reserved" are retained in Python alone or in any derivative version
-prepared by Licensee.
+prepare derivative works, distribute, and otherwise use Python alone
+or in any derivative version, provided, however, that PSF's License
+Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation;
+All Rights Reserved" are retained in Python alone or in any derivative
+version prepared by Licensee.
 
 3. In the event Licensee prepares a derivative work that is based on
 or incorporates Python or any part thereof, and wants to make
index 6d5fa5e8f2a2acb6a9016545f59fa571d98a16ff..a54853882a12ab243f09113b861d2ddf9ac03a8b 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.5c1?
+=========================
+
+*Release date: 02-Mar-2006*
+
 What's New in IDLE 1.1.4?
 =========================
 
index b8e0514a619da516d11a022c8356cbab0e49f6fc..7279f494c4bb007721f618dd7e91a7d3df1d3ebf 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.4"
+IDLE_VERSION = "1.1.5c1"
index 09028401729920fe9fe3c6134378a9f584443f92..cf092e43768fb439ecf746b2c56cd125c28eb001 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.4.5c1?
 =============================
 
-*Release date: XX-XXX-XXXX*
+*Release date: 20-Mar-2008*
 
 
 Core and builtins
index ed5f7204133442aef37b77b9436b563c32ab59ec..ac9fb3cef8eda4d15f43ba0b734a09db2f9cdd7e 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.4
+%define version 2.4.5
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr
index 325aee51f994bb01520ca34703955e1c59eec9c3..df70e8bdf5e41dfa191e7490ccbe885d91871cf1 100644 (file)
@@ -4,7 +4,7 @@
 
 static char cprt[] = 
 "\
-Copyright (c) 2001-2006 Python Software Foundation.\n\
+Copyright (c) 2001-2008 Python Software Foundation.\n\
 All Rights Reserved.\n\
 \n\
 Copyright (c) 2000 BeOpen.com.\n\
diff --git a/README b/README
index 2b3c97116bd3287397e73cfd652c5cfbb8f530e8..35cfa36ce8c70da1526b3ab19406ad5fc08def36 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-This is Python version 2.4.4
-============================
+This is Python version 2.4.5c1
+==============================
 
-Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation.
 All rights reserved.
 
 Copyright (c) 2000 BeOpen.com.