Changelog for
libwtdbopostgres4_10_4-4.10.4-1.1.x86_64.rpm :
* Tue Jun 04 2024 Adam Majer
- Update to 4.10.4 For changes, see https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html- boost_fixes.patch: compilation fixes with latest Boost- missing_libs.patch: add missing libX11 linking
* Mon Jan 09 2023 pgajdosAATTsuse.com- enable GraphicsMagick again; GraphicsMagick will stay for the near future at least [bsc#1206620#c20]
* Wed Dec 21 2022 pgajdosAATTsuse.com- do not use GraphicsMagick, it will be dropped from Factory
* Thu Sep 22 2022 Dmitriy Perlow - Update to 4.8.1
* Fixed compatibility with recent libharu;
* WDateEdit: fix updating of calendar when validator is changed;
* Made the validatorChanged() function virtual in WFormWidget so it can be overridden in WDateEdit, to update its WCalendar;
* Added regression tests in WDateEditTest;
* Added internal documentation for validatorChanged() and WValidator::repaint(). Doxygen will only look at this documentation if INTERNAL_DOCS is set to YES in Doxyfile;
* https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
* Tue Feb 08 2022 Loren Burkholder - Update to 4.6.1. (4.6.0 was skipped by openSUSE packagers)
* A potential null pointer dereference would crash the Wt site or widget gallery every few days.
* Mon Oct 11 2021 Christophe Giboudeaux - 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 .
* Various fixes to make Wt build properly with C++20- Drop patch:
* 0001-WT-8467-add-limits-header-for-gcc-11.patch
* Tue Jun 15 2021 Christophe Giboudeaux - Update to 4.5.0. Notable changes:
* Wt now targets C++14
* Wt::Dbo: the Firebird backend has been marked as unmaintained See https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html for other changes.- Add upstream patch:
* 0001-WT-8467-add-limits-header-for-gcc-11.patch
* Fri Dec 11 2020 Antonio Larrosa - Add BuildRequires: libboost_atomic-devel to fix building the package in Leap 15.3
* Wed Sep 16 2020 Dirk Mueller - update to 4.4.0:
* 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
* Mon Mar 16 2020 Paolo Stivanin - Update to new upstream release 4.2.2:
* ensure that tooltips are always on top, even inside of a dialog
* fixed text format being reset when the text of a WAnchor is cleared
* fixed panning not working properly for a WCartesianChart with plain tooltips
* fixed JavaScript memory leak related to deferred or HTML tooltips
* and lots of other fixes (https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html)