diff options
author | Alex Naidis <alex.naidis@linux.com> | 2017-05-22 18:23:37 +0200 |
---|---|---|
committer | Alex Naidis <alex.naidis@linux.com> | 2017-05-22 18:23:37 +0200 |
commit | df94a5ddeff8b445868ed01f841d7c279b93395f (patch) | |
tree | b5ff841e92f8737cacb9c4ab1bd4551cdb05c4cb /README.version | |
parent | 9d680e2287ee399494a07b859bd88cd768776c30 (diff) |
sqlite: Upgrade to SQLite 3.19.0
Downloaded from https://sqlite.org/2017/sqlite-amalgamation-3190000.zip
$ sha256sum sqlite-amalgamation-3190000.zip
9c452a117cf72e41fec97f6cd6c3832bd09750ded1a88d89d49ccb2d6cf910ac sqlite-amalgamation-3190000.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 is a regular maintenance release which contains performance
improvements to the query planner and some non-critical bug fixes.
More details about the release are available here: https://sqlite.org/releaselog/3_19_0.html
Change-Id: I4617148f0e20498e0bbca76207bd5a43918475b9
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
Diffstat (limited to 'README.version')
-rw-r--r-- | README.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.version b/README.version index c572bd5..2a0d2c4 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,3 @@ -URL: https://sqlite.org/2017/sqlite-amalgamation-3180000.zip -Version: 3.18.0 +URL: https://sqlite.org/2017/sqlite-amalgamation-3190000.zip +Version: 3.19.0 BugComponent: 24950 |