summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-04-04 19:43:25 (GMT)
committerThomas Heller <theller@ctypes.org>2008-04-04 19:43:25 (GMT)
commitf790648c8cfed44536bed3edf76a1b87031fa0b6 (patch)
tree5a564a4d3007a8359310360192a526e5aeb88829
parentc4ef47611f34c42583196a44cdc0d7f01cc0f0b4 (diff)
downloadcpython-f790648c8cfed44536bed3edf76a1b87031fa0b6.zip
cpython-f790648c8cfed44536bed3edf76a1b87031fa0b6.tar.gz
cpython-f790648c8cfed44536bed3edf76a1b87031fa0b6.tar.bz2
News entry for: Sync with files from the just released libffi 3.0.5 version.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1129e78..2e160f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@ Extensions Modules
Library
-------
+- The bundled libffi copy is now in sync with the recently released
+ libffi3.0.5 version, apart from some small changes to
+ Modules/_ctypes/libffi/configure.ac.
+
- Issue #2385: distutils.core.run_script() makes __file__ available, so the
controlled environment will more closely mirror the typical script
environment. This supports setup.py scripts that refer to data files.