]> granicus.if.org Git - python/commitdiff
Upgrade to sqlite3 3.7.4.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 17 Dec 2010 21:04:09 +0000 (21:04 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 17 Dec 2010 21:04:09 +0000 (21:04 +0000)
Misc/NEWS
PCbuild/pyproject.vsprops
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index 5323087729ddb2a8e18d56baf129c54446aadfb7..784eb67983b736956b7a1483a4ee0d04ceb1888b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,7 +79,7 @@ Tools/Demos
 Build
 -----
 
-- The Windows build now uses Tcl/Tk 8.5.9.
+- The Windows build now uses Tcl/Tk 8.5.9 and sqlite3 3.7.4.
 
 
 What's New in Python 3.2 Beta 1?
index 52cef12d76bbc081dc29b9513582eaa881fef3ec..2ec9fdd98394ea34a9ef55b3b15133386c56ec76 100644 (file)
@@ -50,7 +50,7 @@
        />
        <UserMacro
                Name="sqlite3Dir"
-               Value="$(externalsDir)\sqlite-3.6.21"
+               Value="$(externalsDir)\sqlite-3.7.4"
        />
        <UserMacro
                Name="bz2Dir"
index 48ff8eb4bd5c7ded31b4d00a8c716f8c329d2ded..dbe031f4749ce2e6e81908ba4a97920a2767b27b 100644 (file)
@@ -104,7 +104,7 @@ winsound
 
 Python-controlled subprojects that wrap external projects:
 _sqlite3
-    Wraps SQLite 3.6.21, which is currently built by sqlite3.vcproj (see below).
+    Wraps SQLite 3.7.4, which is currently built by sqlite3.vcproj (see below).
 _tkinter
     Wraps the Tk windowing system.  Unlike _sqlite3, there's no
     corresponding tcltk.vcproj-type project that builds Tcl/Tk from vcproj's
index 8f3c6d6f578a3f536058070325c350a24d68e40a..8c8ac3d25ce5298959d9a9fa9e1dca806988fce4 100644 (file)
@@ -15,7 +15,7 @@ cd ..
 @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1\r
 @rem if exist db-4.4.20 rd /s/q db-4.4.20\r
 @rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a\r
-@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21    \r
+@rem if exist sqlite-3.7.4 rd /s/q sqlite-3.7.4    \r
 \r
 @rem bzip\r
 if not exist bzip2-1.0.5 (\r
@@ -37,7 +37,7 @@ if not exist tcl-8.5.9.0 (
 if not exist tk-8.5.9.0 svn export http://svn.python.org/projects/external/tk-8.5.9.0\r
 \r
 @rem sqlite3\r
-if not exist sqlite-3.6.21 (\r
-  rd /s/q sqlite-source-3.3.4\r
-  svn export http://svn.python.org/projects/external/sqlite-3.6.21\r
+if not exist sqlite-3.7.4 (\r
+  rd /s/q sqlite-source-3.6.21\r
+  svn export http://svn.python.org/projects/external/sqlite-3.7.4\r
 )\r