summaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2016-07-10 14:13:38 +0200
committerAlex Naidis <alex.naidis@linux.com>2016-08-07 14:50:19 +0200
commit60fa6fd5623cb0939ef089b799adeb068389218f (patch)
treec964f0db58f4f558705f84606fa77ae2002d1f73 /README.version
parenta90d80c9c154737c590c0e9b1e08a7f62bcc25ee (diff)
sqlite: upgrade to SQLite 3.13.0
Downloaded from http://sqlite.com/2016/sqlite-amalgamation-3130000.zip $ sha256sum sqlite-amalgamation-3130000.zip f9ef8811f5f221d81a3ba811a8dfdcc54b19acc6d8032c74719ff95ed0026611 sqlite-amalgamation-3130000.zip dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above. dist contains a copy of dist/orig, but with the Android.patch file applied. Please see Android.patch for a list of differences between stock and Android. The Android specific patch for sqlite3.c failed to apply cleanly. The conflicts were resolved and the Android.patch file was regenerated. It is to note that the Android specific changes from "off_t" to "off64_t" for "osPread64" and "osPwrite64" are no longer necessary. Upstream applied these changes in the newest 3.13.0 release. Also this patch deletes the dist/version file as it is obsoleted and replaced by README.version for Android. The changes in the new releases can be found here: https://www.sqlite.org/changes.html Change-Id: I20001055339015b3c05836f7cef7b724700b08a9 Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Diffstat (limited to 'README.version')
-rw-r--r--README.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.version b/README.version
index 96cdf7f..0b60355 100644
--- a/README.version
+++ b/README.version
@@ -1,3 +1,3 @@
-URL: https://www.sqlite.org/2015/sqlite-amalgamation-3090200.zip
-Version: 3.9.2
+URL: http://sqlite.com/2016/sqlite-amalgamation-3130000.zip
+Version: 3.13.0
BugComponent: 24950