- update to 3.40.0:

* https://sqlite.org/releaselog/3_40_0.html
  * Add support for compiling SQLite to WASM and running it in wen
    browsers.
  * Add the recovery extension that might be able to recover some
    content from a corrupt database file.
  * For more changes, see https://sqlite.org/releaselog/3_40_0.html

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=299
This commit is contained in:
2022-11-17 12:10:55 +00:00
committed by Git OBS Bridge
parent 787b628579
commit a5f1dd051c
6 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 17 09:24:02 UTC 2022 - Reinhard Max <max@suse.com>
- update to 3.40.0:
* https://sqlite.org/releaselog/3_40_0.html
* Add support for compiling SQLite to WASM and running it in wen
browsers.
* Add the recovery extension that might be able to recover some
content from a corrupt database file.
* For more changes, see https://sqlite.org/releaselog/3_40_0.html
-------------------------------------------------------------------
Wed Nov 2 20:24:07 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>