Updated for 2.0c1
diff --git a/Mac/Relnotes b/Mac/Relnotes
index 4f61515..beb1f71 100644
--- a/Mac/Relnotes
+++ b/Mac/Relnotes
@@ -1,4 +1,4 @@
-Changes in 2.0b1+ since 1.5.2
+Changes in 2.0c1 since 1.5.2
 -----------------------------
 
 These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
@@ -32,8 +32,10 @@
   unix-style sys.argv arguments. (new since 2.0b1)
 - There's a new package, mkcwproject, that creates and builds CodeWarrior
   projects. (new since 2.0b1)
-- The "keep console open" options are now always, never, on error and on unseen output. The
-  latter is the new default. (new since 2.0b1)
+- The "keep console open" options are now always, never, on error and on
+  unseen output. The latter is the new default. There is also a call
+  MacOS.KeepConsole() which allows programs to override the behaviour.
+  (new since 2.0b1)
 - Missing Numeric modules are included. They may not be on sys.path, however. (new since 2.0b1)
 - gdbm works again. (new since 2.0b1)
 
@@ -43,9 +45,10 @@
 
 - The garbage collection mods to 2.0 have not been enabled, mainly due to lack of test-time.
 - Stackless Python/microthreads hasn't been ported to 2.0 yet. If/when it becomes available
-  Just will undoubtedly announce it on pythonmac-sig.
+  Just will undoubtedly announce it on pythonmac-sig and the MacPython homepage.
 - Carbon support is not in here, but should be happening as soon as GUSI is ready.
-- Distutils is not in here, but Corran Webster and myself are working on it.
+- Distutils is incomplete for the Mac, unfortunately. A newer version should be available
+  soon and will be announced on pythonmac-sig and the MacPython homepage.
 
 Known problems
 --------------