Skip to content

Commit 366cdbb

Browse files
committed
Prepare release of wxSQLite3 4.9.7
- Update to SQLite3 Multiple Ciphers 1.7.4 (based on SQLite 3.44.0) - Prevent crashes due to uninitialized cipher tables (issue #113)
1 parent a697b3c commit 366cdbb

File tree

6 files changed

+4577
-2419
lines changed

6 files changed

+4577
-2419
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl Copyright (C) 2017-2023 Ulrich Telle <ulrich@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.9.6], [ulrich@telle-online.de])
7+
AC_INIT([wxsqlite3], [4.9.7], [ulrich@telle-online.de])
88

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

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 6
17+
#define WXSQLITE3_RELEASE_NUMBER 7
1818
#define WXSQLITE3_SUBRELEASE_NUMBER 0
19-
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.6"
19+
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.7"
2020

2121
#endif // WXSQLITE3_VERSION_H_

include/wx/wxsqlite3def.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
4747
<dl>
4848
49+
<dt><b>4.9.7</b> - <i>October 2023</i></dt>
50+
<dd>
51+
Upgrade to <i>SQLite3 Multiple Ciphers version 1.7.4 (SQLite version 3.44.0)</i><br>
52+
Prevent crashes due to uninitialized cipher tables (issue #113)
53+
54+
</dd>
55+
4956
<dt><b>4.9.6</b> - <i>October 2023</i></dt>
5057
<dd>
5158
Upgrade to <i>SQLite3 Multiple Ciphers version 1.7.0 (SQLite version 3.43.1)</i><br>

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ 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.7 - *November 2023*
52+
- Upgrade to SQLite3 Multiple Ciphers version 1.7.4 (SQLite version 3.44.0)
53+
- Prevent crashes due to uninitialized cipher tables (issue #113)
5154
* 4.9.6 - *October 2023*
5255
- Upgrade to SQLite3 Multiple Ciphers version 1.7.0 (SQLite version 3.43.1)
5356
* 4.9.5 - *September 2023*

0 commit comments

Comments
 (0)