We’ve released a first (and likely the only) release candidate for Wt and JWt 3.3.10, and Wt 4.0.3.
This release adds compatibility with Boost 1.66 and introduces some minor new features, but mostly consists of bug fixes.
Here are the links:
Wt 4.0.3 RC 1 (C++): download wt-4.0.3-rc1.tar.gz (release notes)
Wt 3.3.10 RC 1 (C++): download wt-3.3.10-rc1.tar.gz (release notes)
JWt 3.3.10 RC 1 (Java): download jwt-3.3.10-rc1.zip (release notes)
Binary builds for Windows are available on the GitHub releases page.
void Wt::Auth::AuthService::setTokenHashFunction ( HashFunction * function )
void Wt::WMenuItem::setMenu (std::unique_ptr< WMenu > menu)I think we should return a raw pointer here?
void Wt::WTemplateFormView::setFormWidget ( WFormModel::Field field,
std::unique_ptr< WWidget > widget)
void Wt::WStackedWidget::addWidget ( std::unique_ptr< WWidget > widget )