From 951d2ed667a8ec4a06766f65a183b4949b3b8d11 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Mon, 13 Jul 2015 10:23:35 -0500 Subject: [PATCH] Add release notes for 3.3.1 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67f1fc..a53cc76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] +## [3.3.1] - 2015-07-13 +### Changed +- Merge upstream SQLite 3.8.10.2 +- Fixed segfault when provided an invalid cipher name +- Check for codec context when performing `PRAGMA cipher_store_pass` +- Remove extraneous null check in `PRAGMA cipher_migrate` + ## [3.3.0] - 2015-03-25 ### Added - Added FIPS API calls within the OpenSSL crypto provider @@ -49,7 +56,8 @@ 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/v3.3.0...prerelease +[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...prerelease +[3.3.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.0.1...v3.1.0