]> granicus.if.org Git - python/commitdiff
Prepare for 2.5.5c2. v2.5.5c2
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 24 Jan 2010 14:24:46 +0000 (14:24 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 24 Jan 2010 14:24:46 +0000 (14:24 +0000)
Include/patchlevel.h
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
README

index 8d9cd50f761570f03984761c2d1cd50513f0f3f2..7528b6351baac79778df95a7e8e68106f3433d26 100644 (file)
 #define PY_MINOR_VERSION       5
 #define PY_MICRO_VERSION       5
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.5.5c1"
+#define PY_VERSION             "2.5.5c2"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 49c2d250b94b3067f35be089c7f76fd42df2cf91..edc760e9c31d98bcfdd6f1fa8f482821e27fefcb 100644 (file)
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.5c2?
+=========================
+
+*Release date: 24-Jan-2010*
+
 What's New in IDLE 1.2.5c1?
 =========================
 
index 901c812a541b4f50065e058aa41f83087e65e5d3..6282e9bad9578be00282149d9d4da42f0504cb5b 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2.5c1"
+IDLE_VERSION = "1.2.5c2"
index ce333a5cb0fa77dd696e429ee8ce3fb51c773315..502c8d748a85fde247c005e15904959217ecc831 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,12 +7,14 @@ Python News
 What's New in Python 2.5.5c2?
 =============================
 
-*Release date: xx-xxx-2010*
+*Release date: 24-Jan-2010*
 
 Extension Modules
 -----------------
 
-- expat: Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).
+- expat: Fix DoS via XML document with malformed UTF-8 sequences
+  (CVE_2009_3560).
+
 - expat: Fix DoS via malformed XML (CVE-2009-3720).
 
 
diff --git a/README b/README
index a628844395666c52f68b255e396ca23afa0d4184..2534f280b575e9ac6ad57ba8344057558b79abf8 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.5.5c1
+This is Python version 2.5.5c2
 ==============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software