updates changelog for 4.4.1

This commit is contained in:
Stephen Lombardo 2020-10-20 09:51:34 -04:00
parent 122af0348c
commit 4673c7af93
1 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,12 @@
# SQLCipher Change Log
All notable changes to this project will be documented in this file.
## [4.4.1] - (unreleased - [4.4.1 changes])
- Updates baseline to upstream SQLite 3.32.2
## [4.4.1] - (October 2020 - [4.4.1 changes])
- 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])
- 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
- 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 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