File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SQLCipher Change Log
22Notable changes to this project are documented in this file.
33
4+ ## [ 4.14.0] - (? 2026 - [ 4.14.0 changes] )
5+
46## [ 4.13.0] - (January 2026 - [ 4.13.0 changes] )
57- Updates baseline to SQLite 3.51.2
68- Corrects encoding for ` sqlcipher_export() ` function registration
@@ -322,6 +324,8 @@ Notable changes to this project are documented in this file.
322324### Security
323325- Change KDF iteration length from 4,000 to 64,000
324326
327+ [ 4.14.0 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.14.0
328+ [ 4.14.0 changes ] : https://github.com/sqlcipher/sqlcipher/compare/v4.13.0...v4.14.0
325329[ 4.13.0 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.13.0
326330[ 4.13.0 changes ] : https://github.com/sqlcipher/sqlcipher/compare/v4.12.0...v4.13.0
327331[ 4.12.0 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.12.0
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ void sqlite3pager_reset(Pager *pPager);
9595#define CIPHER_STR (s ) #s
9696
9797#ifndef CIPHER_VERSION_NUMBER
98- #define CIPHER_VERSION_NUMBER 4.13 .0
98+ #define CIPHER_VERSION_NUMBER 4.14 .0
9999#endif
100100
101101#ifndef CIPHER_VERSION_BUILD
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
4646 execsql {
4747 PRAGMA cipher_version;
4848 }
49- } {{4.13 .0 community}}
49+ } {{4.14 .0 community}}
5050db close
5151file delete -force test.db
5252
You can’t perform that action at this time.
0 commit comments