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
22All notable changes to this project will be documented in this file.
33
4+ ## [ unreleased] - (? 2024 - [ unreleased changes] )
5+
46## [ 4.5.7] - (April 2024 - [ 4.5.7 changes] )
57- Updates baseline to upstream SQLite 3.45.3
68- Adds "device" logging and profile target using os_log for Apple (and logcat on Android)
@@ -239,6 +241,8 @@ All notable changes to this project will be documented in this file.
239241### Security
240242- Change KDF iteration length from 4,000 to 64,000
241243
244+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/tree/prerelease
245+ [ unreleased changes ] : https://github.com/sqlcipher/sqlcipher/compare/v4.5.7...prerelease
242246[ 4.5.7 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.5.7
243247[ 4.5.7 changes ] : https://github.com/sqlcipher/sqlcipher/compare/v4.5.6...v4.5.7
244248[ 4.5.6 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.5.6
Original file line number Diff line number Diff line change 1515 "requires_arc" : false ,
1616 "source" : {
1717 "git" : " https://github.com/sqlcipher/sqlcipher.git" ,
18- "tag" : " v4.5.7 "
18+ "tag" : " v4.5.8 "
1919 },
2020 "summary" : " Full Database Encryption for SQLite." ,
21- "version" : " 4.5.7 " ,
21+ "version" : " 4.5.8 " ,
2222 "subspecs" : [
2323 {
2424 "compiler_flags" : [
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ void sqlite3pager_reset(Pager *pPager);
8989#define CIPHER_STR (s ) #s
9090
9191#ifndef CIPHER_VERSION_NUMBER
92- #define CIPHER_VERSION_NUMBER 4.5.7
92+ #define CIPHER_VERSION_NUMBER 4.5.8
9393#endif
9494
9595#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.5.7 community}}
49+ } {{4.5.8 community}}
5050db close
5151file delete -force test.db
5252
You can’t perform that action at this time.
0 commit comments