Releases: emweb/wt
Wt 3.5.1
Wt 3.5.1 is a patch release, fixing many bugs. Check the release notes for more info.
Wt 4.2.0
Wt 4.2.0 introduces no major new features, but comes with some nice fixes and little quality of life improvements. Check the release notes for more info.
Changes in the Windows builds:
- Updated Boost version to 1.71.0 (from 1.70.0)
- Updated PostgreSQL version for libwtdbopostgres from version 11.5 to version 12.1
- Updated MariaDB Connector/C for libwtdbomysql from version 3.1.4 to version 3.1.5
DECEMBER 13 UPDATE: Updated the Windows builds to fix the following issues:
- wtd.dll was linked with release version of libcrypto instead of debug version (but was using the debug version of libssl)
- Boost CMake config files were included despite Boost libraries not being included in this Wt 4 build
- Wt's CMake config would look for Boost, despite not needing it
NOTE: there's another known issue:
- wt-config-version.cmake contains a line with
match(...)
that should actually bemath(...)
. This will cause a CMake error if CMake encounters a Wt installation whose architecture doesn't match (e.g. if you have both the 32 bit and 64 bit versions installed). This will be fixed in Wt 4.2.1.
Wt 3.5.0
Wt 3.5.0 comes with no major new features, just a few fixes and tweaks. Check the release notes for more info.
Changes in the Windows builds:
- Updated Boost version to 1.71.0 (from 1.70.0)
- Updated PostgreSQL version for libwtdbopostgres from version 11.5 to version 12.1
- Updated MariaDB Connector/C for libwtdbomysql from version 3.1.4 to version 3.1.5
We're having some build issues with Visual Studio 2012 (Boost's bootstrap.bat
is failing), so we're not including Visual Studio 2012 binaries.
Wt 4.1.2
Wt 3.4.2
Wt 4.1.1
Wt 3.4.1
Wt 4.1.0
4.1.0 Release
Changes to the Windows build:
- Changed release build from MinSizeRel to RelWithDebInfo, now including pdb files for release binaries too (hence the size increase)
- Updated Boost to 1.70.0 (from 1.69.0)
- Added Visual Studio 2019 builds (although 2015, 2017, and 2019 should be binary compatible, so maybe we'll drop 2015 and 2017 builds in the future)
- Updated included OpenSSL to 1.1.1c (from 1.0.2q)
- Updated asio to 1.12.2 (from 1.12.1)
- Updated PostgreSQL client for wtdbopostgres to 11.3 (from 11.1)
- Updated MariaDB Connector/C for wtdbomysql to 3.1.1 (from 2.3.7)
- Updated Firebird for wtdbofirebird to 2.5.7 (from 2.5.2)
Wt 3.4.0
3.4.0 Release
Notes about the Windows builds:
- There are no Visual Studio 2010 builds because there are too many issues building dependencies.
- The Visual Studio 2012 and 2013 builds do not include wtdbomysql, because of issues building libmariadb.
Changes to the Windows builds:
- Changed release build from MinSizeRel to RelWithDebInfo, now including pdb files for release binaries too (hence the size increase)
- Updated Boost to 1.70.0 (from 1.69.0)
- Added Visual Studio 2019 builds (although 2015, 2017, and 2019 should be binary compatible, so maybe we'll drop 2015 and 2017 builds in the future)
- Updated included OpenSSL to 1.1.1c (from 1.0.2q)
- Updated PostgreSQL client for wtdbopostgres to 11.3 (from 11.1)
- Updated MariaDB Connector/C for wtdbomysql to 3.1.1 (from 2.3.7)
- Updated Firebird for wtdbofirebird to 2.5.7 (from 2.5.2)
Wt 4.1.0 RC 1
4.1.0 Release Candidate 1
Changes to the Windows build:
- Changed release build from MinSizeRel to RelWithDebInfo, now including pdb files for release binaries too (hence the size increase)
- Updated Boost to 1.70.0 (from 1.69.0)
- Added Visual Studio 2019 builds (although 2015, 2017, and 2019 should be binary compatible, so maybe we'll drop 2015 and 2017 builds in the future)
- Updated included OpenSSL to 1.1.1c (from 1.0.2q)
- Updated asio to 1.12.2 (from 1.12.1)
- Updated PostgreSQL client for wtdbopostgres to 11.3 (from 11.1)
- Updated MariaDB Connector/C for wtdbomysql to 3.1.1 (from 2.3.7)
- Updated Firebird for wtdbofirebird to 2.5.7 (from 2.5.2)