#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 >= ... */
+What's New in IDLE 1.1.2?
+=========================
+
+*Release date: 28-SEP-2005*
+
What's New in IDLE 1.1.2c1?
===========================
-IDLE_VERSION = "1.1.2c1"
+IDLE_VERSION = "1.1.2"
What's New in Python 2.4.2 final?
=================================
-*Release date: XX-SEP-2005*
-
-Core and builtins
------------------
-
+*Release date: 28-SEP-2005*
Extension Modules
-----------------
- Patch #1297028: fix segfault if call type on MultibyteCodec,
MultibyteStreamReader, or MultibyteStreamWriter.
-
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
============================
#################################
%define name python
-%define version 2.4.2c1
+%define version 2.4.2
%define libvers 2.4
%define release 1pydotorg
%define __prefix /usr
Windows Python BUILD numbers
----------------------------
+ 67 2.4.2
+ 28-Sep-2005
66 2.4.2c1
21-Sep-2005
65 2.4.1
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