Skip to content

Wt 4.2.0

Compare
Choose a tag to compare
@emweb emweb released this 03 Dec 10:30
· 1077 commits to master since this release

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 be math(...). 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.