Bump to 2.6.4rc2
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e7fd69..2816d5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,26 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.6.4rc2?
+==============================
+
+*Release date: 18-Oct-2009*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+- Issue #7115: Fixed the extension module builds that is failing when using
+  paths in the extension name instead of dotted names.
+
+- Issue #7120: logging: Removed import of multiprocessing which is causing
+  crash in GAE.
+
+- Issue #7149: fix exception in urllib when detecting proxy settings on OSX.
+
+
 What's New in Python 2.6.4rc1?
 ==============================
 
@@ -18,14 +38,6 @@
 Library
 -------
 
-- Issue #7149: fix exception in urllib when detecting proxy settings on OSX.
-
-- Issue #7120: logging: Removed import of multiprocessing which is causing
-  crash in GAE.
-
-- Issue #7115: Fixed the extension module builds that is failing when using
-  paths in the extension name instead of dotted names.
-
 - Issue #7068: Fixed the partial renaming that occured in r72594.
 
 - Issue #7064: Fixed the incompatibility with Setuptools in distutils