]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
preparing for 2.4.4c1
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 10 Oct 2006 16:44:16 +0000 (16:44 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 10 Oct 2006 16:44:16 +0000 (16:44 +0000)
Doc/commontex/boilerplate.tex
Doc/commontex/license.tex
Include/patchlevel.h
LICENSE
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/RPM/python-2.4.spec
PCbuild/BUILDno.txt
PCbuild/pythoncore.vcproj
README

index 409e7813ee0ce7b150a977805074293bccf09032..51f7400d23e1cee0995c152dfdd8efb55f53db29 100644 (file)
@@ -5,5 +5,5 @@
        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
index f9eefdd4334c63e873f5ae051e9d836533a2b461..0195d772c1dea7f84ea403c358444a6dd9cc84d5 100644 (file)
@@ -50,6 +50,8 @@ GPL-compatible; the table below summarizes the various releases.
   \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
index a53f21b9752d697caabd39e018e188f2db1e8e3a..b7ce7aab45f24e5e466243ffae48d4b1e09774fe 100644 (file)
 #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 >= ... */
diff --git a/LICENSE b/LICENSE
index e4cfd7124548070d770ae03c6e81e22cc97c865f..6af41570e69349eb95568450329cc1ca14f9a512 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -52,6 +52,8 @@ the various releases.
     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:
 
index ecf4a4e7a18c1ac25dc38ea5914d853a2ed6cdc1..bab744f9f5abd4bc3706013f8583c6755a0ae9c5 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.4c1?
+===========================
+
+*Release date: 11-SEP-2006*
+
 What's New in IDLE 1.1.3?
 =========================
 
index 2436ba23396e6dded6a5022935aba4bfc7f6ed78..e19a58211feff1992bac32c4f430ab7036a2c35f 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.3"
+IDLE_VERSION = "1.1.4c1"
index 33393649a2c79409529fd99afa9d946f98f5f6d3..ec752190e6d1d31da4671203aca317576499d0a5 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.3
+%define version 2.4.4c1
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr
index 9858561f76542b0e328e67aa24bacbdc4ba88532..8a88220f33ad5b0217024342bc284fdcf887a359 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  70    2.4.4c1
+        11-Sep-2006
   69    2.4.3
         29-Mar-2006
   68    2.4.3c1
index 46821e4ce0780d325d9470a97d2100832cdef1c9..cea4e961bdd3eeb6a7f3724eff03376536d98b8f 100644 (file)
                                        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
diff --git a/README b/README
index 0d1defa842f6dcac7a68446a548d0bf57661561a..2b3c97116bd3287397e73cfd652c5cfbb8f530e8 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-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.