Skip to content

Commit

Permalink
Prepare release of version 1.8.6
Browse files Browse the repository at this point in the history
- Based on SQLite version 3.46.0
- Fixes for several issues included
  • Loading branch information
utelle committed Jun 14, 2024
1 parent b73199c commit 7910951
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.6] - 2024-06-14

### Changed

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

[Unreleased]: ../../compare/v1.8.5...HEAD
[Unreleased]: ../../compare/v1.8.6...HEAD
[1.8.6]: ../../compare/v1.8.5...v1.8.6
[1.8.5]: ../../compare/v1.8.4...v1.8.5
[1.8.4]: ../../compare/v1.8.3...v1.8.4
[1.8.3]: ../../compare/v1.8.2...v1.8.3
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ The code was mainly developed under Windows, but was tested under Linux as well.

## Version information

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

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

Expand Down

0 comments on commit 7910951

Please sign in to comment.