Skip to content

Commit d2be01b

Browse files
committed
Update Readme, ChangeLog, and Configure
1 parent 74c583d commit d2be01b

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.5] - 2023-09-14
11+
12+
### Changed
13+
14+
- Based on SQLite version 3.43.1
15+
1016
## [1.6.4] - 2023-08-25
1117

1218
### Changed
@@ -397,7 +403,8 @@ The following ciphers are supported:
397403
- AES 256 Bit CBC - SHA1/SHA256/SHA512 HMAC ([SQLCipher](https://www.zetetic.net/sqlcipher/), database versions 1, 2, 3, and 4)
398404
- RC4 - No HMAC ([System.Data.SQLite](http://system.data.sqlite.org))
399405

400-
[Unreleased]: ../../compare/v1.6.4...HEAD
406+
[Unreleased]: ../../compare/v1.6.5...HEAD
407+
[1.6.5]: ../../compare/v1.6.4...v1.6.5
401408
[1.6.4]: ../../compare/v1.6.3...v1.6.4
402409
[1.6.3]: ../../compare/v1.6.2...v1.6.3
403410
[1.6.2]: ../../compare/v1.6.1...v1.6.2

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2019-2023 Ulrich Telle <[email protected]>
44
dnl
55
dnl This file is covered by the same licence as the entire SQLite3 Multiple Ciphers package.
66

7-
AC_INIT([sqlite3mc], [1.6.4], [[email protected]])
7+
AC_INIT([sqlite3mc], [1.6.5], [[email protected]])
88

99
dnl This is the version tested with, might work with earlier ones.
1010
AC_PREREQ([2.69])

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ The code was mainly developed under Windows, but was tested under Linux as well.
1010

1111
## Version information
1212

13-
* 1.6.4 - *August 2023*
14-
- Based on SQLite version 3.43.0
13+
* 1.6.5 - *September 2023*
14+
- Based on SQLite version 3.43.1
1515

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

0 commit comments

Comments
 (0)