Skip to content

Commit 7910951

Browse files
committed
Prepare release of version 1.8.6
- Based on SQLite version 3.46.0 - Fixes for several issues included
1 parent b73199c commit 7910951

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.6] - 2024-06-14
11+
1012
### Changed
1113

1214
- Removed extern keyword in function declarations
@@ -514,7 +516,8 @@ The following ciphers are supported:
514516
- AES 256 Bit CBC - SHA1/SHA256/SHA512 HMAC ([SQLCipher](https://www.zetetic.net/sqlcipher/), database versions 1, 2, 3, and 4)
515517
- RC4 - No HMAC ([System.Data.SQLite](http://system.data.sqlite.org))
516518

517-
[Unreleased]: ../../compare/v1.8.5...HEAD
519+
[Unreleased]: ../../compare/v1.8.6...HEAD
520+
[1.8.6]: ../../compare/v1.8.5...v1.8.6
518521
[1.8.5]: ../../compare/v1.8.4...v1.8.5
519522
[1.8.4]: ../../compare/v1.8.3...v1.8.4
520523
[1.8.3]: ../../compare/v1.8.2...v1.8.3

readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ The code was mainly developed under Windows, but was tested under Linux as well.
1010

1111
## Version information
1212

13-
* 1.8.5 - *May 2024*
13+
* 1.8.6 - *June 2024*
1414
- Based on SQLite version 3.46.0
15-
- Disable user authentication extension by default
15+
- The cipher configuration parameter `legacy_page_size` now accepts only valid page sizes
16+
- The cipher configuration parameter `plaintext_header_size` now accepts only values that are multiples of 16
17+
- Cleaned up code (removed trailing white space, removed extern keyword in function declarations, added SQLITE_PRIVATE for several internal functions)
18+
- Fixed issues #156, #158, #160, #162, #164, #165, #166, #167, #168
1619

1720
For further version information please consult the [CHANGELOG](CHANGELOG.md).
1821

0 commit comments

Comments
 (0)