- Upate to 4.5.1. Check the installed ReleaseNotes.html file
for the full list of changes.
* fixed Boost 1.77.0 compilation
* WWidget::setScrollVisibilityEnabled() now refers to the correct
scrollvisibility example.
* Fixed possible JavaScript issues by appending a semicolon to
all JavaScript statements when using doJavaScript.
* fixed compilation of WTextRenderer.C on some systems due to a
missing #include <limits>.
* Various fixes to make Wt build properly with C++20
- Drop patch:
* 0001-WT-8467-add-limits-header-for-gcc-11.patch (forwarded request 924611 from cgiboudeaux)
OBS-URL: https://build.opensuse.org/request/show/924614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=41
- Upate to 4.5.1. Check the installed ReleaseNotes.html file
for the full list of changes.
* fixed Boost 1.77.0 compilation
* WWidget::setScrollVisibilityEnabled() now refers to the correct
scrollvisibility example.
* Fixed possible JavaScript issues by appending a semicolon to
all JavaScript statements when using doJavaScript.
* fixed compilation of WTextRenderer.C on some systems due to a
missing #include <limits>.
* Various fixes to make Wt build properly with C++20
- Drop patch:
* 0001-WT-8467-add-limits-header-for-gcc-11.patch
OBS-URL: https://build.opensuse.org/request/show/924611
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=72
* Wt 4.4.0 adds a couple of new features, like multiple X axes, and
* WColorPicker, among other fixes and tweaks
* security related: Wt now rejects GET requests for Ajax-enabled sessions
that are not for resources, as an extra means to prevent session
hijacking attempts
* Wt 4.3.0 mainly adds the ability to redirect logging to a custom logging
function, and login and transport encryption to the mail client, among some
other fixes and tweaks
see https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=66
- Update to 4.0.5
+ ItemDataRole: updated the following methods, so version bump,
WIdentityProxyModel::setHeaderData()
WSuggestionPopup::setEditRole()
WSuggestionPopup::editRole()
+ Dbo: reentrant statement use
+ Flex layout fixes
- Changes in 4.0.4:
+ WCartesianChart improvements
- Multiple Y axis support
- On-demand loading
+ Added support for transparency in PDFs
+ Disabled TLS v. 1.0 and 1.1 support
- Changes in 4.0.3:
+ WFileUpload: added display widget
+ WFileDropWidget: added drop indication and global drop
+ WTableView: exposed touch events
For detailed list of changes, please see ReleaseNotes.html
- Removed upstreamed patches
+ Asio-Fixed-for-older-versions-of-Boost.patch
+ Several-changes.patch
+ Adding-missing-libraries-issue-6198.patch
- install license correctly
OBS-URL: https://build.opensuse.org/request/show/681818
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=58
- Updated to 4.0.2
* Release 4.0.2 (November 24, 2017)
This is a patch release that fixes a few problems with the build of
* Wt 4.0.1, and fixes a bug in Wt::Auth.
Release 4.0.1 (November 21, 2017)
This is a smaller release with mostly bugfixes, and some new features:
* Added WContainerWidget::addNew() and similar methods
Because writing code like this:
auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
is a bit verbose, a shorthand was added that creates the widget and adds
it
to the container in one go:
auto text = root()->addNew<Wt::WText>("Hello!");
addNew forwards its arguments to the constructor, just like
std::make_unique. Along those lines, we added
WContainerWidget::insertNew()
and WTemplate::bindNew().
Added the <max-formdata-size> configuration option
Previously, the maximum size of form data sent by Wt in a single POST
request was capped to 5 MiB. In applications with a large amount of forms
with a lot of data, that may not be enough, so <max-formdata-size> can be
used to adjust this independently. Note that the maximum request size (and
by consequence, the form data size) is still capped by <max-request-size>.
* Release 4.0.0 (September 19, 2017)
This release has all of the added features of Wt 3.3.8, but comes with
many notable changes. In general, Wt 4 employs the more modern C++ style
of C++11 and beyond. Support for compilers without sufficient C++11
support is dropped competely. Wt 4 aligns more with the C++ Core
Guidelines in a pragmatic way, while keeping the API familiar.
Changes in Wt's memory model
OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
- Add various missing dependencies and switches to ensure we build
against system libraries
- add -dbo-* subpackages for db connectors, thus our core does not
pull in all various database providers
- Cleanup with spec cleaner
- Remove support for < 12.3 as it failed to build there anyway
- Use %cmake macro instead of directly calling %cmake
- Version bump to 3.3.3:
* various bugfixes
* improved meta header support
- Add patch to build on Factory with boost 5.16.0:
* wt-boost-1.56.0.patch
OBS-URL: https://build.opensuse.org/request/show/264049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=27
against system libraries
- add -dbo-* subpackages for db connectors, thus our core does not
pull in all various database providers
- Cleanup with spec cleaner
- Remove support for < 12.3 as it failed to build there anyway
- Use %cmake macro instead of directly calling %cmake
- Version bump to 3.3.3:
* various bugfixes
* improved meta header support
- Add patch to build on Factory with boost 5.16.0:
* wt-boost-1.56.0.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=41
- Update to 3.3.2.
- Added SourceUrl.
- doxygen, firebird-devel, libharu-devel and pango-devel
became required to build because of cmake warnings.
- Rpm_opt_flags became set via cmake option.
- DWT_CMAKE_FINDER_INSTALL_DIR cmake option became broken
and was replaced by manual file moving.
- DBUILD_EXAMPLES cmake option was enabled
because of FIXME comment at spec-file.
- DENABLE_EXT cmake option was enabled
to satisfy leechcraft requirements.
- Don't package INSTALL file.
- RPM_BUILD_ROOT macro was replaced by buildroot.
- Let make be verbose: V=1.
No ideas about SLE :(
OBS-URL: https://build.opensuse.org/request/show/229086
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=38