File tree Expand file tree Collapse file tree 6 files changed +19
-7
lines changed
Expand file tree Collapse file tree 6 files changed +19
-7
lines changed Original file line number Diff line number Diff 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.10] - 2025-07-14
11+
12+ - Upgrade to SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2) to fix issue #126
13+
1014## [ 4.10.9] - 2025-07-09
1115
1216 - Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
@@ -690,7 +694,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
690694
691695- First public release
692696
693- [ Unreleased ] : ../../compare/v4.10.9...HEAD
697+ [ Unreleased ] : ../../compare/v4.10.10...HEAD
698+ [ 4.10.10 ] : ../../compare/v4.10.9...v4.10.10
694699[ 4.10.9 ] : ../../compare/v4.10.8...v4.10.9
695700[ 4.10.8 ] : ../../compare/v4.10.7...v4.10.8
696701[ 4.10.7 ] : ../../compare/v4.10.6...v4.10.7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2025 Ulrich Telle <
[email protected] >, Vadim Zeitlin
44dnl
55dnl This file is covered by the same licence as the entire wxSQLite3 package.
66
7- AC_INIT ( [ wxsqlite3] ,
[ 4.10.9 ] ,
[ [email protected] ] ) 7+ AC_INIT ( [ wxsqlite3] ,
[ 4.10.10 ] ,
[ [email protected] ] ) 88
99dnl This is the version tested with, might work with earlier ones.
1010AC_PREREQ ( [ 2.69] )
Original file line number Diff line number Diff 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.9
51+ PROJECT_NUMBER = 4.10.10
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
Original file line number Diff line number Diff line change 1414
1515#define WXSQLITE3_MAJOR_VERSION 4
1616#define WXSQLITE3_MINOR_VERSION 10
17- #define WXSQLITE3_RELEASE_NUMBER 9
17+ #define WXSQLITE3_RELEASE_NUMBER 10
1818#define WXSQLITE3_SUBRELEASE_NUMBER 0
19- #define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.9 "
19+ #define WXSQLITE3_VERSION_STRING "wxSQLite3 4.10.10 "
2020
2121#endif // WXSQLITE3_VERSION_H_
Original file line number Diff line number Diff line change 4646
4747<dl>
4848
49+ <dt><b>4.10.10</b> - <i>July 2025</i></dt>
50+ <dd>
51+ Upgrade to <i>SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2)</i>
52+ to fix issue #126
53+
54+ </dd>
55+
4956<dt><b>4.10.9</b> - <i>July 2025</i></dt>
5057<dd>
5158Upgrade to <i>SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)</i>
Original file line number Diff line number Diff 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.9 - * July 2025*
55+ * 4.10.10 - * July 2025*
5656
57- - Upgrade to SQLite3 Multiple Ciphers version 2.2.1 (SQLite version 3.50.2)
57+ - Upgrade to SQLite3 Multiple Ciphers version 2.2.2 (SQLite version 3.50.2) to fix issue # 126
5858
5959For further version information please consult the [ CHANGELOG] ( CHANGELOG.md ) .
6060
You can’t perform that action at this time.
0 commit comments