SHA256
1
0
forked from pool/sqlite3

- Enable secure delete by default, this matches Fedora & Android.

It can be disabled with `PRAGMA SECURE_DELETE = 0;`
- Enable more extensions, syncing with Fedora & Gentoo.

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=153
This commit is contained in:
Ismail Dönmez
2016-03-25 08:53:27 +00:00
committed by Git OBS Bridge
parent 40b4c2f648
commit 718e1870dc
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 25 08:45:56 UTC 2016 - idonmez@suse.com
- Enable secure delete by default, this matches Fedora & Android.
It can be disabled with `PRAGMA SECURE_DELETE = 0;`
- Enable more extensions, syncing with Fedora & Gentoo.
-------------------------------------------------------------------
Mon Mar 7 15:22:53 UTC 2016 - dimstar@opensuse.org