changeset: 104853:88e3df38d591 branch: 3.6 parent: 104851:ee82266ad35b user: Ned Deily date: Mon Oct 31 19:32:48 2016 -0400 files: Mac/BuildScript/build-installer.py Misc/NEWS description: Issue #28028: Update OS X installers to use SQLite 3.14.2. Patch by Mariatta Wijaya. diff -r ee82266ad35b -r 88e3df38d591 Mac/BuildScript/build-installer.py --- a/Mac/BuildScript/build-installer.py Mon Oct 31 14:46:26 2016 -0400 +++ b/Mac/BuildScript/build-installer.py Mon Oct 31 19:32:48 2016 -0400 @@ -315,9 +315,9 @@ ), ), dict( - name="SQLite 3.14.1", - url="https://www.sqlite.org/2016/sqlite-autoconf-3140100.tar.gz", - checksum='3634a90a3f49541462bcaed3474b2684', + name="SQLite 3.14.2", + url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz", + checksum='90c53cacb811db27f990b8292bd96159', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' diff -r ee82266ad35b -r 88e3df38d591 Misc/NEWS --- a/Misc/NEWS Mon Oct 31 14:46:26 2016 -0400 +++ b/Misc/NEWS Mon Oct 31 19:32:48 2016 -0400 @@ -116,7 +116,7 @@ - Issue #28444: Fix missing extensions modules when cross compiling. -- Issue #28208: Update Windows build to use SQLite 3.14.2.0. +- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2. - Issue #28248: Update Windows build to use OpenSSL 1.0.2j.