From: Thomas Heller Date: Fri, 4 Apr 2008 19:43:25 +0000 (+0000) Subject: News entry for: Sync with files from the just released libffi 3.0.5 version. X-Git-Tag: v2.6a3~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f790648c8cfed44536bed3edf76a1b87031fa0b6;p=thirdparty%2FPython%2Fcpython.git News entry for: Sync with files from the just released libffi 3.0.5 version. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1129e7895218..2e160f54265e 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.