From 640cd76dfd9b8ce3d2aa0047f562d89a5d35ff65 Mon Sep 17 00:00:00 2001 From: Alex Naidis Date: Sat, 5 Nov 2016 15:41:22 +0100 Subject: sqlite: upgrade to SQLite 3.15.1 Downloaded from https://www.sqlite.org/2016/sqlite-amalgamation-3150100.zip $ sha256sum sqlite-amalgamation-3150000.zip 7143be3e0b48aa687858ab4767b7d4a79a47de26ca159c6fab6e87b6c7f10fe4 sqlite-amalgamation-3150100.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 applied cleanly and was regenerated. This minor release contains critical bug fixes, some of them were classified as "immediate". More details about the release is avaliable here: https://sqlite.org/releaselog/3_15_1.html Change-Id: Ib9f7f419ec64c75865c41e0c04db19835f9ed571 Signed-off-by: Alex Naidis --- README.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.version') diff --git a/README.version b/README.version index f4ae95d..8b2389f 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,3 @@ -URL: https://sqlite.org/2016/sqlite-amalgamation-3150000.zip -Version: 3.15.0 +URL: https://sqlite.org/2016/sqlite-amalgamation-3150100.zip +Version: 3.15.1 BugComponent: 24950 -- cgit v1.2.3