commit | 8ed66ed7123d7dba0b99bf8e9f1efa1780625c0e | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 20:04:45 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 20:04:45 2010 +0000 |
tree | fe114a6b4fb3e78feba6d71be0e9284b349f45b1 | |
parent | e9608ad0e5aa78c4c6788e6820c2ae9f46359133 [diff] [blame] |
Backport the patch that enables linking the readline module to libedit on OSX 10.5 or later. (Issue 6877)
diff --git a/Misc/NEWS b/Misc/NEWS index ab9f558..ac7230b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -203,6 +203,9 @@ Extension Modules ----------------- +- Issue #6877: Make it possible to link the readline extension to libedit + on OSX. + - Expat: Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560).