summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-08-07 10:10:57 (GMT)
committerNed Deily <nad@acm.org>2012-08-07 10:10:57 (GMT)
commit20416a20b75913ba932a801b81bf643bed800520 (patch)
tree07839ceef3fd0a23ace7ee8ad8d7deaf6d5b1ecd /Misc/NEWS
parent0ed05059ded079b1c239187e9cc1bee37cf9bead (diff)
downloadcpython-20416a20b75913ba932a801b81bf643bed800520.zip
cpython-20416a20b75913ba932a801b81bf643bed800520.tar.gz
cpython-20416a20b75913ba932a801b81bf643bed800520.tar.bz2
Issue #15560: Ensure consistent sqlite3 behavior and feature availability
by building a local copy of libsqlite3 with OS X installers rather than depending on the wide range of versions supplied with various OS X releases.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 763fdcf..9b53ce9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,9 @@ Build
those shipped with OS X.
- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
+ Also, for OS X installers, ensure consistent sqlite3 behavior and feature
+ availability by building a local copy of libsqlite3 rather than
+ depending on the wide range of versions supplied with various OS X releases.
- Issue #8847: Disable COMDAT folding in Windows PGO builds.