From: Steve Dower Date: Tue, 28 Jul 2015 18:05:18 +0000 (-0700) Subject: Issue #19450: Update Windows builds to use SQLite 3.8.11.0 X-Git-Tag: v3.5.0rc1~6^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54d361fd866e811944096e48f8b58595391050ed;p=python Issue #19450: Update Windows builds to use SQLite 3.8.11.0 --- diff --git a/Misc/NEWS b/Misc/NEWS index c2b6fd17a5..4cf7d6d0ec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -66,6 +66,8 @@ Core and Builtins Library ------- +- Issue #19450: Update Windows builds to use SQLite 3.8.11.0 + - Issue #23441: rcompleter now prints a tab character instead of displaying possible completions for an empty word. Initial patch by Martin Sekera. diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat index fa2a4cbd2c..0b8f0b85f9 100644 --- a/PCbuild/get_externals.bat +++ b/PCbuild/get_externals.bat @@ -58,7 +58,7 @@ for %%e in ( tcl-8.6.1.0 tk-8.6.1.0 tix-8.4.3.4 - sqlite-3.8.3.1 + sqlite-3.8.11.0 xz-5.0.5 ) do ( if exist %%e ( diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index c1efdae058..03413686e5 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -17,7 +17,7 @@ $(OutDir)python$(PyDebugExt).exe $(OutDir)kill_python$(PyDebugExt).exe ..\externals - $(externalsDir)\sqlite-3.8.3.1 + $(externalsDir)\sqlite-3.8.11.0 $(externalsDir)\bzip2-1.0.6 $(externalsDir)\xz-5.0.5 $(externalsDir)\openssl-1.0.2d diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 1c4845824a..74a79c1d6f 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -214,7 +214,7 @@ _ssl The ssl sub-project does not have the ability to clean the OpenSSL build; if you need to rebuild, you'll have to clean it by hand. _sqlite3 - Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj + Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj Homepage: http://www.sqlite.org/ _tkinter