diff options
author | Alex Naidis <alex.naidis@linux.com> | 2017-01-03 20:56:42 +0100 |
---|---|---|
committer | Alex Naidis <alex.naidis@linux.com> | 2017-01-03 20:56:42 +0100 |
commit | b86097c4cb51fd13c13a357e01839e65fb81296e (patch) | |
tree | 2867482dc07786f2dab38dec86c875aee9e9154f /README.version | |
parent | bf807b731220a6e43189ede0c359b7b136d6a160 (diff) |
sqlite: upgrade to SQLite 3.16.1
Downloaded from https://www.sqlite.org/2017/sqlite-amalgamation-3160100.zip
$ sha256sum sqlite-amalgamation-3160100.zip
7c75d544d6a1627b176a17999a22ca871acab33c686ae0e3a2553bde475aa1f9 sqlite-amalgamation-3160100.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 a critical bug fix
for row values within triggers.
More details about the release is avaliable here: https://sqlite.org/releaselog/3_16_1.html
Change-Id: Id00c0f6d11b2e9fe418b71fc4b373dae12e9ef0a
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 c81b32a..f575cff 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,3 @@ -URL: https://sqlite.org/2017/sqlite-amalgamation-3160000.zip -Version: 3.16.0 +URL: https://sqlite.org/2017/sqlite-amalgamation-3160100.zip +Version: 3.16.1 BugComponent: 24950 |