Skip to content

Commit cf78c2a

Browse files
committed
Prepare release of wxSQLite3 4.9.4
- Update to SQLite3 Multiple Ciphers 1.6.3 (based on SQLite 3.42.0)
1 parent cdcd303 commit cf78c2a

File tree

7 files changed

+5642
-2714
lines changed

7 files changed

+5642
-2714
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
dnl Process this script with autoconf to create configure for wxsqlite3 library
22
dnl
3-
dnl Copyright (C) 2017-2022 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin <vadim@wxwidgets.org>
3+
dnl Copyright (C) 2017-2023 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin <vadim@wxwidgets.org>
44
dnl
55
dnl This file is covered by the same licence as the entire wxSQLite3 package.
66

7-
AC_INIT([wxsqlite3], [4.9.3], [ulrich@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.9.4], [ulrich@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: 370 additions & 220 deletions
Large diffs are not rendered by default.

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 9
17-
#define WXSQLITE3_RELEASE_NUMBER 3
17+
#define WXSQLITE3_RELEASE_NUMBER 4
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.3"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.4"
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.9.4</b> - <i>May 2023</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 1.6.3 (SQLite version 3.42.0)</i><br>
52+
53+
</dd>
54+
4955
<dt><b>4.9.3</b> - <i>March 2023</i></dt>
5056
<dd>
5157
Upgrade to <i>SQLite3 Multiple Ciphers version 1.6.1 (SQLite version 3.41.1)</i><br>

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Since August 2020 a new implementation of an encryption extension, capable of su
4848

4949
## <a name="history"></a>Version history
5050

51+
* 4.9.4 - *May 2023*
52+
- Upgrade to SQLite3 Multiple Ciphers version 1.6.3 (SQLite version 3.42.0)
5153
* 4.9.3 - *March 2023*
5254
- Upgrade to SQLite3 Multiple Ciphers version 1.6.1 (SQLite version 3.41.1)
5355
* 4.9.2 - *February 2023*

src/sqlite3mc_amalgamation.c

Lines changed: 5108 additions & 2436 deletions
Large diffs are not rendered by default.

src/sqlite3mc_amalgamation.h

Lines changed: 152 additions & 54 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)