From a290cb16473da8cd686d3fdd26cae8e5de34fb43 Mon Sep 17 00:00:00 2001 From: Shawn Wilsher Date: Mon, 4 Aug 2008 15:40:53 -0400 Subject: [PATCH] Bug 445042 - Upgrade to SQLite 3.6.0 This contains the needed changes to our own code (readme file, configure.in, and def file changes). r=myk --- configure.in | 2 +- db/sqlite3/README.MOZILLA | 5 ++--- db/sqlite3/src/sqlite.def | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 24f69c553c5..d3a16604cca 100644 --- a/configure.in +++ b/configure.in @@ -133,7 +133,7 @@ LIBGNOME_VERSION=2.0 STARTUP_NOTIFICATION_VERSION=0.8 DBUS_VERSION=0.60 LCMS_VERSION=1.17 -SQLITE_VERSION=3.5.4 +SQLITE_VERSION=3.6.0 MSMANIFEST_TOOL= diff --git a/db/sqlite3/README.MOZILLA b/db/sqlite3/README.MOZILLA index c958c94d8ef..d3b7cdb45d7 100644 --- a/db/sqlite3/README.MOZILLA +++ b/db/sqlite3/README.MOZILLA @@ -1,7 +1,6 @@ -This is sqlite 3.5.4.2 +This is sqlite 3.6.0 - --- Peter Weilbacher , 04/2008 +-- Shawn Wilsher , 07/2008 See http://www.sqlite.org/ for more info. diff --git a/db/sqlite3/src/sqlite.def b/db/sqlite3/src/sqlite.def index 0d065bbd60e..4b2b9f2fab5 100644 --- a/db/sqlite3/src/sqlite.def +++ b/db/sqlite3/src/sqlite.def @@ -111,9 +111,7 @@ EXPORTS sqlite3_mutex_alloc sqlite3_mutex_enter sqlite3_mutex_free - sqlite3_mutex_held sqlite3_mutex_leave - sqlite3_mutex_notheld sqlite3_mutex_try sqlite3_mprintf sqlite3_open