Fix for issue8868: without this patch 'MacOS.WMAvailable()' will return
False on MacOSX 10.5 or earlier and scripts won't be able to access GUI
functionality.
diff --git a/Misc/NEWS b/Misc/NEWS
index 352ebf4..4e0b0d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 - Issue #7079: Fix a possible crash when closing a file object while using it
   from another thread.  Patch by Daniel Stutzbach.
 
+- Issue #8868: Fix that ensures that python scripts have access to the 
+  Window Server again in a framework build on MacOSX 10.5 or earlier.
+
 C-API
 -----