Skip to content

Commit 7727e07

Browse files
committed
Prepare release of wxSQLite3 4.12.3
- Upgrade to SQLite3 Multiple Ciphers version 2.3.3 (SQLite version 3.53.0)
1 parent 4552cf1 commit 7727e07

8 files changed

Lines changed: 7992 additions & 4386 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.12.3] - 2026-04-13
11+
12+
- Upgrade to SQLite3 Multiple Ciphers version 2.3.2 (SQLite version 3.51.3)
13+
- Use internally new API function `sqlite3mc_cipher_name_copy` instead of `sqlite3mc_cipher_name`
14+
1015
## [4.12.2] - 2026-03-19
1116

1217
- Upgrade to SQLite3 Multiple Ciphers version 2.3.2 (SQLite version 3.51.3)
@@ -733,7 +738,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
733738

734739
- First public release
735740

736-
[Unreleased]: ../../compare/v4.12.2...HEAD
741+
[Unreleased]: ../../compare/v4.12.3...HEAD
742+
[4.12.3]: ../../compare/v4.12.2...v4.12.3
737743
[4.12.2]: ../../compare/v4.12.1...v4.12.2
738744
[4.12.1]: ../../compare/v4.12.0...v4.12.1
739745
[4.12.0]: ../../compare/v4.11.2...v4.12.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2026 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.12.2], [github@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.12.3], [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.12.2
51+
PROJECT_NUMBER = 4.12.3
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 12
17-
#define WXSQLITE3_RELEASE_NUMBER 2
17+
#define WXSQLITE3_RELEASE_NUMBER 3
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.12.2"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.12.3"
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.12.3</b> - <i>April 2026</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 2.3.3 (SQLite version 3.53.0)</i>
52+
53+
</dd>
54+
4955
<dt><b>4.12.2</b> - <i>March 2026</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 2.3.2 (SQLite version 3.51.3)</i><br>

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.12.2 - *March 2026*
55+
* 4.12.3 - *April 2026*
5656

57-
- Upgrade to SQLite3 Multiple Ciphers version 2.3.2 (SQLite version 3.51.3)
57+
- Upgrade to SQLite3 Multiple Ciphers version 2.3.3 (SQLite version 3.53.0)
5858

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

src/sqlite3mc_amalgamation.c

Lines changed: 7501 additions & 4274 deletions
Large diffs are not rendered by default.

src/sqlite3mc_amalgamation.h

Lines changed: 472 additions & 105 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)