]> granicus.if.org Git - python/commitdiff
News entry for yesterdays commit.
authorThomas Heller <theller@ctypes.org>
Wed, 5 Mar 2008 14:53:39 +0000 (14:53 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 5 Mar 2008 14:53:39 +0000 (14:53 +0000)
Misc/NEWS

index 4992513fac6b4e265f211ed70c86b8f8a7de09fa..8d0dc795115691e761ab7508ced0dee22d36e9d9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,16 @@ Core and builtins
 - Issue #2238: Some syntax errors in *args and **kwargs expressions could give
   bogus error messages.
 
+Library
+-------
+
+- The bundled libffi copy is now in sync with the recently released
+  libffi3.0.4 version, apart from some small changes to
+  Modules/_ctypes/libffi/configure.ac.
+  On OS X, preconfigured libffi files are used.
+  On all linux systems the --with-system-ffi configure option defaults
+  to "yes".
+
 
 What's New in Python 2.6 alpha 1?
 =================================