]> granicus.if.org Git - python/commitdiff
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
authorSteve Dower <steve.dower@microsoft.com>
Tue, 28 Jul 2015 18:05:18 +0000 (11:05 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 28 Jul 2015 18:05:18 +0000 (11:05 -0700)
Misc/NEWS
PCbuild/get_externals.bat
PCbuild/pyproject.props
PCbuild/readme.txt

index c2b6fd17a59e1b92bc8b7cd01346da13323d7c52..4cf7d6d0ec953982692756eb13255ce2878e49b5 100644 (file)
--- 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.
 
index fa2a4cbd2c4f57649d9c2f3da98d54e17a4b5441..0b8f0b85f9ed8f07805eb6d126559abd4728c013 100644 (file)
@@ -58,7 +58,7 @@ for %%e in (
             tcl-8.6.1.0\r
             tk-8.6.1.0\r
             tix-8.4.3.4\r
-            sqlite-3.8.3.1\r
+            sqlite-3.8.11.0\r
             xz-5.0.5\r
             ) do (\r
     if exist %%e (\r
index c1efdae058a69fda70353a9ee89f157b0fe0340d..03413686e56d91bb3c030ef9c2e790d51163a5b1 100644 (file)
@@ -17,7 +17,7 @@
     <PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
     <KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
     <externalsDir>..\externals</externalsDir>
-    <sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
+    <sqlite3Dir>$(externalsDir)\sqlite-3.8.11.0</sqlite3Dir>
     <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
     <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
     <opensslDir>$(externalsDir)\openssl-1.0.2d</opensslDir>
index 1c4845824a1e45552658f1364696350d6b27d33c..74a79c1d6fc07c77371f9c5eb74955bdf2ecbb02 100644 (file)
@@ -214,7 +214,7 @@ _ssl
     The ssl sub-project does not have the ability to clean the OpenSSL\r
     build; if you need to rebuild, you'll have to clean it by hand.\r
 _sqlite3\r
-    Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj\r
+    Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj\r
     Homepage:\r
         http://www.sqlite.org/\r
 _tkinter\r