Skip to content

Commit

Permalink
Prepare release of wxSQLite3 4.9.4
Browse files Browse the repository at this point in the history
- Update to SQLite3 Multiple Ciphers 1.6.3 (based on SQLite 3.42.0)
  • Loading branch information
utelle committed May 29, 2023
1 parent cdcd303 commit cf78c2a
Show file tree
Hide file tree
Showing 7 changed files with 5,642 additions and 2,714 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dnl Process this script with autoconf to create configure for wxsqlite3 library
dnl
dnl Copyright (C) 2017-2022 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin <vadim@wxwidgets.org>
dnl Copyright (C) 2017-2023 Ulrich Telle <ulrich@telle-online.de>, Vadim Zeitlin <vadim@wxwidgets.org>
dnl
dnl This file is covered by the same licence as the entire wxSQLite3 package.

AC_INIT([wxsqlite3], [4.9.3], [ulrich@telle-online.de])
AC_INIT([wxsqlite3], [4.9.4], [ulrich@telle-online.de])

dnl This is the version tested with, might work with earlier ones.
AC_PREREQ([2.69])
Expand Down
590 changes: 370 additions & 220 deletions docs/Doxyfile

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions include/wx/wxsqlite3_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#define WXSQLITE3_MAJOR_VERSION 4
#define WXSQLITE3_MINOR_VERSION 9
#define WXSQLITE3_RELEASE_NUMBER 3
#define WXSQLITE3_RELEASE_NUMBER 4
#define WXSQLITE3_SUBRELEASE_NUMBER 0
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.3"
#define WXSQLITE3_VERSION_STRING "wxSQLite3 4.9.4"

#endif // WXSQLITE3_VERSION_H_
6 changes: 6 additions & 0 deletions include/wx/wxsqlite3def.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<dl>
<dt><b>4.9.4</b> - <i>May 2023</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.6.3 (SQLite version 3.42.0)</i><br>
</dd>
<dt><b>4.9.3</b> - <i>March 2023</i></dt>
<dd>
Upgrade to <i>SQLite3 Multiple Ciphers version 1.6.1 (SQLite version 3.41.1)</i><br>
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Since August 2020 a new implementation of an encryption extension, capable of su

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

* 4.9.4 - *May 2023*
- Upgrade to SQLite3 Multiple Ciphers version 1.6.3 (SQLite version 3.42.0)
* 4.9.3 - *March 2023*
- Upgrade to SQLite3 Multiple Ciphers version 1.6.1 (SQLite version 3.41.1)
* 4.9.2 - *February 2023*
Expand Down
7,544 changes: 5,108 additions & 2,436 deletions src/sqlite3mc_amalgamation.c

Large diffs are not rendered by default.

206 changes: 152 additions & 54 deletions src/sqlite3mc_amalgamation.h

Large diffs are not rendered by default.

0 comments on commit cf78c2a

Please sign in to comment.