1
0
forked from pool/wxWidgets-3_2

- Update to release 3.2.5

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=122
This commit is contained in:
2024-05-16 13:46:32 +00:00
committed by Git OBS Bridge
parent 139df4fc99
commit 1c6432f8aa
6 changed files with 28 additions and 86 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 16 13:40:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.5
* Add support for "%F" format specifier to wxDateTime
* Support dates > 2038 if time_t is 64-bit
* Restore possible ABI incompatibility with wx < 3.2.3 in wxString
* Fix division-by-zero in wxRichTextCtrl
* Fix crash in wxImage::InitAlpha() if image is invalid
* Fix copying/pasting text under Wayland
* Fix crash with GTK3 if console program is using a GUI wxApp class
- Delete wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch
(merged)
-------------------------------------------------------------------
Sun Jan 21 09:21:37 UTC 2024 - Cliff Zhao <qzhao@suse.com>