Email: \email{docs@python.org}
}
-\date{29 March 2006} % XXX update before final release!
+\date{11 September 2006} % XXX update before final release!
\input{patchlevel} % include Python version information
\linev{2.4.1}{2.4}{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.4}{2.4.3}{2006}{PSF}{yes}
+ \linev{2.5}{2.4}{2006}{PSF}{yes}
\end{tablev}
\note{GPL-compatible doesn't mean that we're distributing
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 0
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.4.4c0"
+#define PY_VERSION "2.4.4c1"
/* 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 >= ... */
2.4.1 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.4 2.4.3 2006 PSF yes
+ 2.5 2.4 2006 PSF yes
Footnotes:
+What's New in IDLE 1.1.4c1?
+===========================
+
+*Release date: 11-SEP-2006*
+
What's New in IDLE 1.1.3?
=========================
-IDLE_VERSION = "1.1.3"
+IDLE_VERSION = "1.1.4c1"
#################################
%define name python
-%define version 2.4.3
+%define version 2.4.4c1
%define libvers 2.4
%define release 1pydotorg
%define __prefix /usr
Windows Python BUILD numbers
----------------------------
+ 70 2.4.4c1
+ 11-Sep-2006
69 2.4.3
29-Mar-2006
68 2.4.3c1
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=69"/>
+ PreprocessorDefinitions="BUILD=70"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=69"/>
+ PreprocessorDefinitions="BUILD=70"/>
</FileConfiguration>
<FileConfiguration
Name="ReleaseItanium|Win32">
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=69"/>
+ PreprocessorDefinitions="BUILD=70"/>
</FileConfiguration>
</File>
<File
-This is Python version 2.4
-==========================
+This is Python version 2.4.4
+============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
All rights reserved.