-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix issue #37: Allow concurrent access from legacy applications by establishing WAL journal mode compatibility - Fix issue #36: Clear pager cache after setting a new passphrase to force a reread of the database header - Adjust build files for MinGW
- Loading branch information
Showing
12 changed files
with
138 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2021 Ulrich Telle <[email protected]> | |
dnl | ||
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package. | ||
|
||
AC_INIT([sqlite3mc], [1.2.5], [[email protected]]) | ||
AC_INIT([sqlite3mc], [1.3.0], [[email protected]]) | ||
|
||
dnl This is the version tested with, might work with earlier ones. | ||
AC_PREREQ([2.69]) | ||
|
Oops, something went wrong.