Skip to content

Commit 69c9f20

Browse files
committed
Prepare release of version 1.8.0
- Based on SQLite version 3.44.1
1 parent 27d7f67 commit 69c9f20

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.8.0] - 2023-11-23
11+
1012
### Added
1113

1214
- Added new cipher scheme Ascon-128
1315

1416
### Changed
1517

1618
- Based on SQLite version 3.44.1
19+
- Updated CMake support
20+
21+
### Fixed
22+
23+
- Fixed issue [#126](../../issues/126)) - use of quadmath in VSV extension. Use of 128-bit floats for conversion purposes in the VSV extension could cause compilation problems due to the dependency on the GCC-specific quadmath library. This library will now only be used, if the preprocessor symbol `SQLITE_USE_QUADMATH` is defined. This symbol will not be defined by default.
1724

1825
## [1.7.4] - 2023-11-09
1926

@@ -451,7 +458,8 @@ The following ciphers are supported:
451458
- AES 256 Bit CBC - SHA1/SHA256/SHA512 HMAC ([SQLCipher](https://www.zetetic.net/sqlcipher/), database versions 1, 2, 3, and 4)
452459
- RC4 - No HMAC ([System.Data.SQLite](http://system.data.sqlite.org))
453460

454-
[Unreleased]: ../../compare/v1.7.1...HEAD
461+
[Unreleased]: ../../compare/v1.8.0...HEAD
462+
[1.8.0]: ../../compare/v1.7.4...v1.8.0
455463
[1.7.4]: ../../compare/v1.7.3...v1.7.4
456464
[1.7.3]: ../../compare/v1.7.2...v1.7.3
457465
[1.7.2]: ../../compare/v1.7.1...v1.7.2

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ The code was mainly developed under Windows, but was tested under Linux as well.
1313
* 1.8.0 - *November 2023*
1414
- Based on SQLite version 3.44.1
1515
- Added new cipher scheme 'ascon128' based on Ascon, a family of lightweight cryptographic algorithms
16-
16+
- Updated CMake support
17+
- Fixed issue #126 - use of quadmath library in VSV extension.
18+
1719
For further version information please consult the [CHANGELOG](CHANGELOG.md).
1820

1921
## How to participate

0 commit comments

Comments
 (0)