File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased] [ unreleased ]
55
6+ ## [ 3.4.2] - 2017-09-29
7+ ### Added
8+ - Added support for building with LibreSSL
9+
10+ ### Changed
11+ - Merge upstream SQLite 3.20.1
12+ - Text strings for ` SQLITE_ERROR ` and ` SQLITE_NOTADB ` changed to match upstream SQLite
13+ - Remove static modifier for codec password functions
14+ - Page alignment for ` mlock `
15+ - Fix segfault in ` sqlcipher_cipher_ctx_cmp ` during rekey operation
16+ - Fix ` sqlcipher_export ` and ` cipher_migrate ` when tracing API in use
17+ - Validate codec page size when setting
18+ - Guard OpenSSL initialization and cleanup routines
19+
620## [ 3.4.1] - 2016-12-28
721### Added
822- Added support for OpenSSL 1.1.0
@@ -73,7 +87,8 @@ All notable changes to this project will be documented in this file.
7387### Security
7488- Change KDF iteration length from 4,000 to 64,000
7589
76- [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.4.1...prerelease
90+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.4.2...prerelease
91+ [ 3.4.2 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.4.1...v3.4.2
7792[ 3.4.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.4.0...v3.4.1
7893[ 3.4.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...v3.4.0
7994[ 3.3.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...v3.3.1
You can’t perform that action at this time.
0 commit comments