]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.4.2 release stuff
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 28 Sep 2005 02:15:15 +0000 (02:15 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 28 Sep 2005 02:15:15 +0000 (02:15 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-2.4.spec
PCbuild/BUILDno.txt
PCbuild/pythoncore.vcproj

index b906f6e1246a7fdda374432acfb1f12694eca318..239d6067c74cc5a5d6efe7954674dc5146da72f7 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       2
-#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.2c1"
+#define PY_VERSION             "2.4.2"
 
 /* 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 685e682d3e66801891310d3e57695e5fe8f82d4c..c48b94577201b55feaf1a1d39ed6243a5ab36e72 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.2?
+=========================
+
+*Release date: 28-SEP-2005*
+
 What's New in IDLE 1.1.2c1?
 ===========================
 
index 00154faf432a5dbb3cde7058c49fa8ad708d6a60..6068f092247d486963d4896dc2a3d1daa47576e9 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.1.2c1"
+IDLE_VERSION = "1.1.2"
index 4d87425b8358e164e302242b1d03eb20b6953c86..16c3b76c2156c8b14d45aa5f1a04d00f2edd1196 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,11 +7,7 @@ Python News
 What's New in Python 2.4.2 final?
 =================================
 
-*Release date: XX-SEP-2005*
-
-Core and builtins
------------------
-
+*Release date: 28-SEP-2005*
 
 Extension Modules
 -----------------
@@ -22,7 +18,6 @@ Extension Modules
 - Patch #1297028: fix segfault if call type on MultibyteCodec,
   MultibyteStreamReader, or MultibyteStreamWriter.
 
-
 Tests
 -----
 
@@ -30,10 +25,11 @@ Tests
   apparently doesn't allow the creation time to be set later than the
   modification time.  Fixed by changing the test data.
 
-
 Build
 -----
 
+- The Windows .msi files are now compressed using lzx:21. This produces a 
+  significantly smaller installer.
 
 What's New in Python 2.4.2c1
 ============================
index dec3a15a75996cd20e1cb208b02423e20fc1b25c..c3e8b6da7d858f56ab4618660cecfe963cfde9c1 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.2c1
+%define version 2.4.2
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr
index 0bceeb4313038d68b2fbaebec539de47af36309c..ff0c2b473eeb92afc2e43860b0cbc0a320b87249 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  67    2.4.2
+        28-Sep-2005
   66    2.4.2c1
         21-Sep-2005
   65    2.4.1
index 8f5f597ee0a670d90187453279b32d9136dd7149..021a77850575dcd12efa9d1603e3ef249b032f6b 100644 (file)
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=66"/>
+                                       PreprocessorDefinitions="BUILD=67"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="Debug|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="0"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=66"/>
+                                       PreprocessorDefinitions="BUILD=67"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="ReleaseItanium|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=66"/>
+                                       PreprocessorDefinitions="BUILD=67"/>
                        </FileConfiguration>
                </File>
                <File