ANN: wxSQLite3 3.5.1 released

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
utelle
Moderator
Moderator
Posts: 1125
Joined: Tue Jul 05, 2005 10:00 pm
Location: Cologne, Germany
Contact:

ANN: wxSQLite3 3.5.1 released

Post by utelle »

Version 3.5.1 of wxSQLite3 has been released. It supports version 3.16.2 of SQLite. This version is compatible with wxWidgets 2.8.12, wxWidgets 3.0.x, and wxWidgets 3.1.0.

What's new in this release:
  • Added version information as Windows resource for DLL builds on Windows
  • Cleaned up premake5 build files for Visual C++ (corrected debug environment settings)
  • Resolved wxWidgets library dependencies for Visual C++ using wxWidgets' special setup.h for MSVC
Changes carried forward from version 3.5.0:
  • Upgrade to SQLite version 3.16.2
  • SQLite3 library now integrated part of wxSQLite3
    This has the advantage that always a matching SQLite version is combined with wxSQLite3. Additionally, the SQLite encryption extension is now always enabled as the default.
  • Build system overhauled
    The outdated build system generated with bakefile has been replaced by a build system generated with (a slightly modified version of) premake5. On Windows Visual C++ 2010, 2012, 2013, 2015, and 2017 and GNU Make are supported; for Linux and Mac OS X handcrafted autoconf build files are provided.

    On Windows, the library name was shortened to just wxsqlite3; on Linux and Mac OS X still the old library name including the wxcode prefix and the wxWidgets platform and version is in use. However, if there are no objections, it is planned to use the shortened library name on those platforms in the future as well.

    On Windows, property files (wx_setup.props for Visual C++, config.gcc for GNU gcc) were introduced to allow to adjust the build configuration easily.
  • Added Travis Continuous Integration
    This helps to verify that wxSQLite3 compiles properly on Linux and Mac OS X platforms.
Note: The SQLite3 binaries for Windows can be found as separate downloads. Windows binaries are provided in 32-bit and 64-bit for AES-128 and AES-256 encryption.

As always, feedback is welcome.

Regards,

Ulrich
Post Reply