]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
preparing for 2.4.4 final
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 17 Oct 2006 16:07:57 +0000 (16:07 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 17 Oct 2006 16:07:57 +0000 (16:07 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.4.spec

index cd1223516be219ab2fb0e1de895019d817fb5b11..26278e16ae5c6107a39c1c442894dbaa848d4bc7 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{11 October 2006} % XXX update before final release!
+\date{18 October 2006} % XXX update before final release!
 \input{patchlevel}             % include Python version information
index b7ce7aab45f24e5e466243ffae48d4b1e09774fe..e169e52fcbf7dafc95c1a28036b4fc1be7894af7 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.4.4c1"
+#define PY_VERSION             "2.4.4"
 
 /* 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 >= ... */
index 081e57898dd76e67484501039d97f9196ea6e458..6d5fa5e8f2a2acb6a9016545f59fa571d98a16ff 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.4?
+=========================
+
+*Release date: 18-OCT-2006*
+
 What's New in IDLE 1.1.4c1?
 ===========================
 
index e19a58211feff1992bac32c4f430ab7036a2c35f..b8e0514a619da516d11a022c8356cbab0e49f6fc 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.4c1"
+IDLE_VERSION = "1.1.4"
index b2960ea41515daf50d572678c6e237c11ff37059..f76674432c814a9559b02b96899ccb9ac04f54cc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,10 +4,10 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
-What's New in Python 2.4.4c1?
-=============================
+What's New in Python 2.4.4?
+===========================
 
-*Release date: 11-OCT-2006*
+*Release date: 18-OCT-2006*
 
 Build
 -----
index ec752190e6d1d31da4671203aca317576499d0a5..ed5f7204133442aef37b77b9436b563c32ab59ec 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.4c1
+%define version 2.4.4
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr