summaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2017-05-24 19:25:14 +0200
committerAlex Naidis <alex.naidis@linux.com>2017-05-28 18:52:31 +0200
commitb94ea7b498a753b88afce0b6c54ce0f08095f03e (patch)
treed806c1b6c3e6c607e77463fb91996aaad1ce49c3 /README.version
parent8ca8b9cc892211491a2f04688404316e240d64d7 (diff)
sqlite: Upgrade to SQLite 3.19.2
Downloaded from https://sqlite.org/2017/sqlite-amalgamation-3190200.zip $ sha256sum sqlite-amalgamation-3190200.zip c85282af6ef30538dfc74d1814c87547df8588d970b9360cadd66d096bcfd20a sqlite-amalgamation-3190200.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. 3.19.0 is a regular maintenance release which contains performance improvements to the query planner and some non-critical bug fixes. 3.19.1 is a high-priority bugfix release which fixes a critical regression. 3.19.2 is another high-priority bugfix release which fixes the regression described in bug 62025391. More details about the release are available here: https://sqlite.org/releaselog/3_19_2.html Change-Id: Ifb8b0fd23e6306b576c2c947dcab45d811e4becb 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 c572bd5..c26473d 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-3190200.zip
+Version: 3.19.2
BugComponent: 24950