[Python-checkins] r52359 - in python/branches/release24-maint: Doc/commontex/boilerplate.tex Include/patchlevel.h Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/NEWS Misc/RPM/python-2.4.spec

anthony.baxter python-checkins at python.org
Tue Oct 17 18:07:58 CEST 2006


Author: anthony.baxter
Date: Tue Oct 17 18:07:57 2006
New Revision: 52359

Modified:
   python/branches/release24-maint/Doc/commontex/boilerplate.tex
   python/branches/release24-maint/Include/patchlevel.h
   python/branches/release24-maint/Lib/idlelib/NEWS.txt
   python/branches/release24-maint/Lib/idlelib/idlever.py
   python/branches/release24-maint/Misc/NEWS
   python/branches/release24-maint/Misc/RPM/python-2.4.spec
Log:
preparing for 2.4.4 final

Modified: python/branches/release24-maint/Doc/commontex/boilerplate.tex
==============================================================================
--- python/branches/release24-maint/Doc/commontex/boilerplate.tex	(original)
+++ python/branches/release24-maint/Doc/commontex/boilerplate.tex	Tue Oct 17 18:07:57 2006
@@ -5,5 +5,5 @@
 	Email: \email{docs at 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

Modified: python/branches/release24-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release24-maint/Include/patchlevel.h	(original)
+++ python/branches/release24-maint/Include/patchlevel.h	Tue Oct 17 18:07:57 2006
@@ -22,11 +22,11 @@
 #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 >= ... */

Modified: python/branches/release24-maint/Lib/idlelib/NEWS.txt
==============================================================================
--- python/branches/release24-maint/Lib/idlelib/NEWS.txt	(original)
+++ python/branches/release24-maint/Lib/idlelib/NEWS.txt	Tue Oct 17 18:07:57 2006
@@ -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?
 ===========================
 

Modified: python/branches/release24-maint/Lib/idlelib/idlever.py
==============================================================================
--- python/branches/release24-maint/Lib/idlelib/idlever.py	(original)
+++ python/branches/release24-maint/Lib/idlelib/idlever.py	Tue Oct 17 18:07:57 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.1.4c1"
+IDLE_VERSION = "1.1.4"

Modified: python/branches/release24-maint/Misc/NEWS
==============================================================================
--- python/branches/release24-maint/Misc/NEWS	(original)
+++ python/branches/release24-maint/Misc/NEWS	Tue Oct 17 18:07:57 2006
@@ -4,10 +4,10 @@
 
 (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
 -----

Modified: python/branches/release24-maint/Misc/RPM/python-2.4.spec
==============================================================================
--- python/branches/release24-maint/Misc/RPM/python-2.4.spec	(original)
+++ python/branches/release24-maint/Misc/RPM/python-2.4.spec	Tue Oct 17 18:07:57 2006
@@ -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


More information about the Python-checkins mailing list