Skip to content

Commit c388d8d

Browse files
committed
Prepare release of wxSQLite3 4.10.9
- Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
1 parent 75ce166 commit c388d8d

File tree

8 files changed

+613
-405
lines changed

8 files changed

+613
-405
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.10.9] - 2025-07-09
11+
12+
- Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
13+
1014
## [4.10.8] - 2025-06-07
1115

1216
- Upgrade to SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)
@@ -686,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
686690

687691
- First public release
688692

689-
[Unreleased]: ../../compare/v4.10.8...HEAD
693+
[Unreleased]: ../../compare/v4.10.9...HEAD
694+
[4.10.9]: ../../compare/v4.10.8...v4.10.9
690695
[4.10.8]: ../../compare/v4.10.7...v4.10.8
691696
[4.10.7]: ../../compare/v4.10.6...v4.10.7
692697
[4.10.6]: ../../compare/v4.10.5...v4.10.6

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2025 Ulrich Telle <github@telle-online.de>, Vadim Zeitlin
44
dnl
55
dnl This file is covered by the same licence as the entire wxSQLite3 package.
66

7-
AC_INIT([wxsqlite3], [4.10.8], [github@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.10.9], [github@telle-online.de])
88

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

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = wxSQLite3
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 4.10.8
51+
PROJECT_NUMBER = 4.10.9
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

include/wx/wxsqlite3_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#define WXSQLITE3_MAJOR_VERSION 4
1616
#define WXSQLITE3_MINOR_VERSION 10
17-
#define WXSQLITE3_RELEASE_NUMBER 8
17+
#define WXSQLITE3_RELEASE_NUMBER 9
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.8"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.9"
2020

2121
#endif // WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
4747
<dl>
4848
49+
<dt><b>4.10.9</b> - <i>July 2025</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)</i>
52+
53+
</dd>
54+
4955
<dt><b>4.10.8</b> - <i>June 2025</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)</i>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Currently the _CMake_ support is experimental and limited to Windows platforms (
5252

5353
## <a name="history"></a>Version history
5454

55-
* 4.10.8 - *June 2025*
55+
* 4.10.9 - *July 2025*
5656

57-
- Upgrade to SQLite3 Multiple Ciphers version 2.1.3 (SQLite version 3.50.1)
57+
- Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
5858

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

src/sqlite3mc_amalgamation.c

Lines changed: 545 additions & 350 deletions
Large diffs are not rendered by default.

src/sqlite3mc_amalgamation.h

Lines changed: 50 additions & 48 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)