changelog update
This commit is contained in:
parent
254046b0d9
commit
175ef2f59b
11
CHANGELOG.md
11
CHANGELOG.md
@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [unreleased] - (? 2023 - [unreleased changes])
|
||||
|
||||
## [4.5.4] - (April 2023 - [4.5.4 changes])
|
||||
- Updates baseline to upstream SQLite 3.41.2
|
||||
- Updates minimum Apple SDK versions in podspec for new Xcode compatibility
|
||||
- Return runtime OpenSSL version from PRAGMA cipher_provider_version (instead of hardcoded value)
|
||||
- Adds guard against zero block size and crash if cryptographic provider initialization fails
|
||||
- When an ATTACH occurs creating a new encrypted database as the first operation after keying the main database, the new database will have the same salt value.
|
||||
|
||||
## [4.5.3] - (December 2022 - [4.5.3 changes])
|
||||
- Updates baseline to upstream SQLite 3.39.4
|
||||
|
||||
@ -213,7 +220,9 @@ All notable changes to this project will be documented in this file.
|
||||
### Security
|
||||
- Change KDF iteration length from 4,000 to 64,000
|
||||
|
||||
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...prerelease
|
||||
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.4...prerelease
|
||||
[4.5.4]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.4
|
||||
[4.5.4 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...v4.5.4
|
||||
[4.5.3]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.3
|
||||
[4.5.3 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...v4.5.3
|
||||
[4.5.2]: https://github.com/sqlcipher/sqlcipher/tree/v4.5.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user