|
1 | 1 | # SQLCipher Change Log
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
| 4 | +## [4.4.3] - (February 2021 - [4.4.3 changes]) |
| 5 | +- Updates baseline to ustream SQLite 3.34.1 |
| 6 | +- Fixes sqlcipher_export handling of NULL parameters |
| 7 | +- Removes randomization of rekey-delete tests to avoid false test failures |
| 8 | +- Changes internal usage of sqlite_master to sqlite_schema |
| 9 | +- Omits unusued profiling function under certain defines to avoid compiler warnings |
| 10 | + |
4 | 11 | ## [4.4.2] - (November 2020 - [4.4.2 changes])
|
5 | 12 | - Improve error handling to resolve potential corruption if an encryption operation failed while operating in WAL mode
|
6 | 13 | - Changes to OpenSSL library cryptographic provider to reduce initialization complexity
|
@@ -177,9 +184,11 @@ All notable changes to this project will be documented in this file.
|
177 | 184 | ### Security
|
178 | 185 | - Change KDF iteration length from 4,000 to 64,000
|
179 | 186 |
|
180 |
| -[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.2...prerelease |
| 187 | +[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.3...prerelease |
| 188 | +[4.4.3]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.3 |
| 189 | +[4.4.3 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.2...v4.4.3 |
181 | 190 | [4.4.2]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.2
|
182 |
| -[4.4.2 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.0...v4.4.2 |
| 191 | +[4.4.2 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.1...v4.4.2 |
183 | 192 | [4.4.1]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.1
|
184 | 193 | [4.4.1 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.0...v4.4.1
|
185 | 194 | [4.4.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.0
|
|
0 commit comments