summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-15 05:29:12 (GMT)
committerNed Deily <nad@acm.org>2011-01-15 05:29:12 (GMT)
commit4f7ff7812a6d4f7e73d186e4accde4002fa7009a (patch)
tree0c363eef00d2a981a749bd6a09c3483358c9d63a /Misc
parent916f2a860eaf156bd6584fe8b4afd79f0c760aa1 (diff)
downloadcpython-4f7ff7812a6d4f7e73d186e4accde4002fa7009a.zip
cpython-4f7ff7812a6d4f7e73d186e4accde4002fa7009a.tar.gz
cpython-4f7ff7812a6d4f7e73d186e4accde4002fa7009a.tar.bz2
#10843: Update third-party library versions used in OS X 32-bit
installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4 (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char support enabled).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08d5398..24264dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -206,6 +206,11 @@ C-API
Build
-----
+- Issue #10843: Update third-party library versions used in OS X
+ 32-bit installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4
+ (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char
+ support enabled).
+
- Issue #10820: Fix OS X framework installs to support version-specific
scripts (#10679).