]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
pre-release machinations
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 20 Sep 2005 13:12:48 +0000 (13:12 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 20 Sep 2005 13:12:48 +0000 (13:12 +0000)
Include/patchlevel.h
LICENSE
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.4.spec
PCbuild/BUILDno.txt
PCbuild/pythoncore.vcproj

index 3c7235ef4561deb491163e808d2d238357ffcc8f..b906f6e1246a7fdda374432acfb1f12694eca318 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       1
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.4.1+"
+#define PY_VERSION             "2.4.2c1"
 
 /* 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 82a91258efce6184c0524b11482862df13f7ead1..97d0f36d8161caf2434021ea2d08114d9db6dd8a 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -50,6 +50,7 @@ the various releases.
     2.3.5           2.3.4       2005        PSF         yes
     2.4             2.3         2004        PSF         yes
     2.4.1           2.4.1       2005        PSF         yes
+    2.4.2           2.4.1       2005        PSF         yes
 
 Footnotes:
 
index 7504cd0d8af1dceb717174b5f769cea2de8463e1..685e682d3e66801891310d3e57695e5fe8f82d4c 100644 (file)
@@ -1,7 +1,7 @@
 What's New in IDLE 1.1.2c1?
-=========================
+===========================
 
-*Release date: XX-SEP-2005*
+*Release date: 21-SEP-2005*
 
 - Mac line endings were incorrect when pasting code from some browsers
   when using X11 and the Fink distribution.  Python Bug 1263656.
index 46b58aa42d8dbf916a7553747900726a4fbfcbee..00154faf432a5dbb3cde7058c49fa8ad708d6a60 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.1"
+IDLE_VERSION = "1.1.2c1"
index cc1252dc9b66e753015151b904a0f6bbf36b1f8a..c3689372a2c523e5a060b91a6fa875e970e2c248 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.2a
-===========================
+What's New in Python 2.4.2c1
+============================
 
-*Release date: XX-XXX-2005*
+*Release date: 21-SEP-2005*
 
 Core and builtins
 -----------------
index 6578a2a566d28fbfe67819f3f1d6201947148fff..dec3a15a75996cd20e1cb208b02423e20fc1b25c 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.1
+%define version 2.4.2c1
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr
index 212723ceff6573da9f98a7f232a9350092c868db..0bceeb4313038d68b2fbaebec539de47af36309c 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  66    2.4.2c1
+        21-Sep-2005
   65    2.4.1
         30-Mar-2005
   64    2.4.1c2
index 25d070ff83ce00175b0cd9b8dbcac9750533ae79..8f5f597ee0a670d90187453279b32d9136dd7149 100644 (file)
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=65"/>
+                                       PreprocessorDefinitions="BUILD=66"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="Debug|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="0"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=65"/>
+                                       PreprocessorDefinitions="BUILD=66"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="ReleaseItanium|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=65"/>
+                                       PreprocessorDefinitions="BUILD=66"/>
                        </FileConfiguration>
                </File>
                <File