Skip to content

Commit 5fa49b4

Browse files
Update changelog
1 parent 821782a commit 5fa49b4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)