You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,9 @@ The code was mainly developed under Windows, but was tested under Linux as well.
10
10
11
11
## Version information
12
12
13
-
* 1.9.0 - *October 2024*
14
-
- Based on SQLite version 3.47.0
15
-
- Changed signature of cipher scheme method `GenerateKey` (affects only developers of dynamic cipher schemes)
16
-
- Using differing KDF and HMAC algorithms resulted in databases incompatible with the original SQLCipher library. Setting the parameter `hmac_algorithm_compat` to 0 restores the (incompatible) behaviour.
13
+
* 1.9.1 - *November 2024*
14
+
- Based on SQLite version 3.47.1
15
+
- Remove need to specify AES hw compile time options
17
16
18
17
For further version information please consult the [CHANGELOG](CHANGELOG.md).
0 commit comments