summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-28 06:32:00 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-28 06:32:00 (GMT)
commite77ff2a9efe67f4c28dd13a76a6ada651b2d5634 (patch)
tree24f69088afc64f6a241e9f22f8b8f04236cc2bc5
parent55dd2b41e0295526e5a91c37231de00af6fd29d8 (diff)
downloadcpython-e77ff2a9efe67f4c28dd13a76a6ada651b2d5634.zip
cpython-e77ff2a9efe67f4c28dd13a76a6ada651b2d5634.tar.gz
cpython-e77ff2a9efe67f4c28dd13a76a6ada651b2d5634.tar.bz2
preparing for 2.4.3 final
-rw-r--r--Doc/commontex/boilerplate.tex2
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Lib/idlelib/NEWS.txt5
-rw-r--r--Misc/NEWS11
-rw-r--r--Misc/RPM/python-2.4.spec2
-rw-r--r--PCbuild/BUILDno.txt2
-rw-r--r--PCbuild/pythoncore.vcproj6
7 files changed, 26 insertions, 8 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex
index 7719428..409e781 100644
--- a/Doc/commontex/boilerplate.tex
+++ b/Doc/commontex/boilerplate.tex
@@ -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
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 4089718..3453657 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#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 >= ... */
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index e4e8c9e..ecf4a4e 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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?
===========================
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a25c27..8c279ea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,6 +7,17 @@ Python News
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?
+=============================
+
*Release date: 23-MAR-2006*
Core and builtins
diff --git a/Misc/RPM/python-2.4.spec b/Misc/RPM/python-2.4.spec
index 3ee929d..3339364 100644
--- a/Misc/RPM/python-2.4.spec
+++ b/Misc/RPM/python-2.4.spec
@@ -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
diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt
index 149c286..9858561 100644
--- a/PCbuild/BUILDno.txt
+++ b/PCbuild/BUILDno.txt
@@ -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
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index a676104..46821e4 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -1385,7 +1385,7 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=68"/>
+ PreprocessorDefinitions="BUILD=69"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
@@ -1393,7 +1393,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=68"/>
+ PreprocessorDefinitions="BUILD=69"/>
</FileConfiguration>
<FileConfiguration
Name="ReleaseItanium|Win32">
@@ -1401,7 +1401,7 @@
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="BUILD=68"/>
+ PreprocessorDefinitions="BUILD=69"/>
</FileConfiguration>
</File>
<File