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.
3
3
4
4
## [ Unreleased] [ unreleased ]
5
5
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
+
6
13
## [ 3.3.0] - 2015-03-25
7
14
### Added
8
15
- 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.
49
56
### Security
50
57
- Change KDF iteration length from 4,000 to 64,000
51
58
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
53
61
[ 3.3.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0
54
62
[ 3.2.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0
55
63
[ 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