updates changelog for 4.4.1
This commit is contained in:
parent
122af0348c
commit
4673c7af93
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,8 +1,12 @@
|
||||||
# SQLCipher Change Log
|
# SQLCipher Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [4.4.1] - (unreleased - [4.4.1 changes])
|
## [4.4.1] - (October 2020 - [4.4.1 changes])
|
||||||
- Updates baseline to upstream SQLite 3.32.2
|
- Updates baseline to upstream SQLite 3.33.0
|
||||||
|
- Fixes double-free bug in cipher_default_plaintext_header_size
|
||||||
|
- Changes SQLCipher tests to use suite runner
|
||||||
|
- Improvement to cipher_integrity_check tests to minimize false negatives
|
||||||
|
- Deprecates PRAGMA cipher_store_pass
|
||||||
|
|
||||||
## [4.4.0] - (May 2020 - [4.4.0 changes])
|
## [4.4.0] - (May 2020 - [4.4.0 changes])
|
||||||
- Updates baseline to upstream SQLite 3.31.0
|
- Updates baseline to upstream SQLite 3.31.0
|
||||||
|
@ -167,7 +171,9 @@ All notable changes to this project will be documented in this file.
|
||||||
### Security
|
### Security
|
||||||
- Change KDF iteration length from 4,000 to 64,000
|
- Change KDF iteration length from 4,000 to 64,000
|
||||||
|
|
||||||
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.0...prerelease
|
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.1...prerelease
|
||||||
|
[4.4.1]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.1
|
||||||
|
[4.4.1 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.4.0...v4.4.1
|
||||||
[4.4.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.0
|
[4.4.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.4.0
|
||||||
[4.4.0 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.3.0...v4.4.0
|
[4.4.0 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.3.0...v4.4.0
|
||||||
[4.3.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.3.0
|
[4.3.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.3.0
|
||||||
|
|
Loading…
Reference in New Issue