summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-15 13:25:28 +0000
committerMatthias Klose <doko@ubuntu.com>2010-03-15 13:25:28 +0000
commit4d4c190c12ff617ade8cecc3da2bd873d2f52a08 (patch)
treeb214f10ac03508e45bfb108892045ef0ca84d5ae /Misc
parent29148601225d634b0effc8a796408682337d7c5c (diff)
downloadcpython-4d4c190c12ff617ade8cecc3da2bd873d2f52a08.tar.gz
Merged revisions 78968-78969 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78968 | matthias.klose | 2010-03-15 01:02:36 +0100 (Mon, 15 Mar 2010) | 226 lines - Issue #8142: Update libffi to the 3.0.9 release. ........ r78969 | matthias.klose | 2010-03-15 01:36:18 +0100 (Mon, 15 Mar 2010) | 7 lines Backport from the libffi trunk: 2010-02-15 Matthias Klose <doko@ubuntu.com> * src/arm/sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 440fe761d9..d92cb54ea6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -781,6 +781,8 @@ Library
Extension Modules
-----------------
+- Issue #8142: Update libffi to the 3.0.9 release.
+
- Issue #6949: Allow the _dbm extension to be built with db 4.8.x.
- Issue #6544: fix a reference leak in the kqueue implementation's error