]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
preparing for 2.4.3 final
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 28 Mar 2006 06:32:00 +0000 (06:32 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 28 Mar 2006 06:32:00 +0000 (06:32 +0000)
Doc/commontex/boilerplate.tex
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Misc/NEWS
Misc/RPM/python-2.4.spec
PCbuild/BUILDno.txt
PCbuild/pythoncore.vcproj

index 7719428fc9546033fc06f4b471ac5558875c52cd..409e7813ee0ce7b150a977805074293bccf09032 100644 (file)
@@ -5,5 +5,5 @@
        Email: \email{docs@python.org}
 }
 
-\date{23 March 2006}   % XXX update before final release!
+\date{29 March 2006}   % XXX update before final release!
 \input{patchlevel}             % include Python version information
index 4089718b268ec6a2423a609fa69dad325a4dc563..34536571c1b2809ab4b31a44cf6b5033a7a06c53 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       3
-#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.3c1"
+#define PY_VERSION             "2.4.3"
 
 /* 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 e4e8c9e258d56dbd3d40c82dbf9e9bee004230ad..ecf4a4e7a18c1ac25dc38ea5914d853a2ed6cdc1 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.1.3?
+=========================
+
+*Release date: 29-MAR-2006*
+
 What's New in IDLE 1.1.3c1?
 ===========================
 
index 0a25c274dc716bb8733a9ff7d9c0bc8dbe2d19f1..8c279eaeab13eea276e55c2c1c00b203e7f2e2db 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,17 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.4.3c1?
+=============================
+
+*Release date: 29-MAR-2006*
+
+Core and builtins
+-----------------
+
+- A few reference leaks were squished.
+
+
 What's New in Python 2.4.3c1?
 =============================
 
index 3ee929dbc3b0621f51477b0969c3a56e3067a7eb..33393649a2c79409529fd99afa9d946f98f5f6d3 100644 (file)
@@ -33,7 +33,7 @@
 #################################
 
 %define name python
-%define version 2.4.3c1
+%define version 2.4.3
 %define libvers 2.4
 %define release 1pydotorg
 %define __prefix /usr
index 149c2866bb9f435d265a27b8a40b6ae0a133e89b..9858561f76542b0e328e67aa24bacbdc4ba88532 100644 (file)
@@ -33,6 +33,8 @@ How to change the Windows build number:
 
 Windows Python BUILD numbers
 ----------------------------
+  69    2.4.3
+        29-Mar-2006
   68    2.4.3c1
         23-Mar-2006
   67    2.4.2
index a676104dade020aafdd2d450b7bf5052b43f43f9..46821e4ce0780d325d9470a97d2100832cdef1c9 100644 (file)
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=68"/>
+                                       PreprocessorDefinitions="BUILD=69"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="Debug|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="0"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=68"/>
+                                       PreprocessorDefinitions="BUILD=69"/>
                        </FileConfiguration>
                        <FileConfiguration
                                Name="ReleaseItanium|Win32">
                                        Name="VCCLCompilerTool"
                                        Optimization="2"
                                        AdditionalIncludeDirectories=""
-                                       PreprocessorDefinitions="BUILD=68"/>
+                                       PreprocessorDefinitions="BUILD=69"/>
                        </FileConfiguration>
                </File>
                <File