@@ -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.4.0] - 2016-02-??
7
+ ### Added
8
+ - Added ` PRAGMA cipher_provider_version `
9
+
10
+ ### Changed
11
+ - Merged upstream SQLite 3.11.0
12
+
6
13
## [ 3.3.1] - 2015-07-13
7
14
### Changed
8
15
- Merge upstream SQLite 3.8.10.2
@@ -20,7 +27,7 @@ All notable changes to this project will be documented in this file.
20
27
21
28
## [ 3.2.0] - 2014-09-30
22
29
### Added
23
- - Added PRAGMA cipher_store_pass
30
+ - Added ` PRAGMA cipher_store_pass `
24
31
25
32
### Changed
26
33
- Merged upstream SQLite 3.8.6
@@ -35,7 +42,7 @@ All notable changes to this project will be documented in this file.
35
42
36
43
## [ 3.0.1] - 2013-12-06
37
44
### Added
38
- - Add ` PRAGMA cipher_add_random ` to source external entropy
45
+ - Added ` PRAGMA cipher_add_random ` to source external entropy
39
46
40
47
### Changed
41
48
- Fix ` PRAGMA cipher_migrate ` to handle passphrases longer than 64 characters & raw keys
@@ -50,13 +57,14 @@ All notable changes to this project will be documented in this file.
50
57
- Remove usage of VirtualLock/Unlock on WinRT and Windows Phone
51
58
- Ignore HMAC read during Btree file copy
52
59
- Fix lib naming for pkg-config
53
- - Use _ v2 version of sqlite3_key and sqlite3_rekey
60
+ - Use _ v2 version of ` sqlite3_key ` and ` sqlite3_rekey `
54
61
- Update xcodeproj file
55
62
56
63
### Security
57
64
- Change KDF iteration length from 4,000 to 64,000
58
65
59
- [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...prerelease
66
+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.4.0...prerelease
67
+ [ 3.4.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...v3.4.0
60
68
[ 3.3.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...v3.3.1
61
69
[ 3.3.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0
62
70
[ 3.2.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0
@@ -81,6 +89,3 @@ All notable changes to this project will be documented in this file.
81
89
[ 1.1.2 ] : https://github.com/sqlcipher/sqlcipher/compare/v1.1.1...v1.1.1
82
90
[ 1.1.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v1.1.0...v1.1.1
83
91
[ 1.1.0 ] : https://github.com/sqlcipher/sqlcipher/compare/617ed01...v1.1.0
84
-
85
-
86
-
0 commit comments