File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased] [ unreleased ]
55
6+ ## [ 3.3.1] - 2015-07-13
7+ ### Changed
8+ - Merge upstream SQLite 3.8.10.2
9+ - Fixed segfault when provided an invalid cipher name
10+ - Check for codec context when performing ` PRAGMA cipher_store_pass `
11+ - Remove extraneous null check in ` PRAGMA cipher_migrate `
12+
613## [ 3.3.0] - 2015-03-25
714### Added
815- 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.
4956### Security
5057- Change KDF iteration length from 4,000 to 64,000
5158
52- [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...prerelease
59+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...prerelease
60+ [ 3.3.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...v3.3.1
5361[ 3.3.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0
5462[ 3.2.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0
5563[ 3.1.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.0.1...v3.1.0
You can’t perform that action at this time.
0 commit comments