Skip to content

Commit

Permalink
Update SQLite to 3.28.0
Browse files Browse the repository at this point in the history
[ChangeLog][Third-Party Code] Updated bundled SQLite to version 3.28.0

Change-Id: If2a893c1dd5d5f97032a0a9b1f7ff78b9e715038
Reviewed-by: Jani Heikkinen <[email protected]>
  • Loading branch information
AndyShawQt committed Jun 5, 2019
1 parent c6763ec commit e67ae0d
Show file tree
Hide file tree
Showing 4 changed files with 4,910 additions and 3,846 deletions.
2 changes: 1 addition & 1 deletion dist/changes-5.13.0
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ information about a particular change.
* Third-Party Code *
****************************************************************************

- Updated bundled SQLite to version 3.27.1.
- Updated bundled SQLite to version 3.28.0.
- [QTBUG-72623] Updated DNS public suffix list
- [QTBUG-73883] libjpeg-turbo was updated to version 2.0.2
- Bundled libpng was updated to version 1.6.37
Expand Down
4 changes: 2 additions & 2 deletions src/3rdparty/sqlite/qt_attribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

"Description": "SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.",
"Homepage": "https://www.sqlite.org/",
"Version": "3.27.1",
"DownloadLocation": "https://www.sqlite.org/2018/sqlite-amalgamation-3270100.zip",
"Version": "3.28.0",
"DownloadLocation": "https://www.sqlite.org/2019/sqlite-amalgamation-3280000.zip",
"License": "Public Domain",
"Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
}
Loading

0 comments on commit e67ae0d

Please sign in to comment.