From 4673c7af93ec359178ae94557014189423988bc9 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Tue, 20 Oct 2020 09:51:34 -0400 Subject: [PATCH] updates changelog for 4.4.1 --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1177a758..1b2c410d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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