We uploaded a third (and likely final) release candidate for Wt 4.0.0.
Here are the main links:
download wt-4.0.0-rc3.tar.gz
Apart from some bugfixes, here are things we’ve changed since the last release candidate and the Wt 3.3.8 release:
We added Microsoft SQL Server support for Wt::Dbo
We made it possible to listen on multiple interfaces and ports when using the wthttp connector.
The now deprecated extensionless headers (e.g. Wt/WWidget
) now include the header with extension (e.g. Wt/WWidget.h
). A warning is generated when the extensionless header is included. You can also turn off the INSTALL_EXTENSIONLESS_HEADERS
CMake option, so that they’re not installed.