1
0
forked from pool/wxWidgets-3_2

- Update to release 3.2.4

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=109
This commit is contained in:
2023-12-16 16:58:40 +00:00
committed by Git OBS Bridge
parent ec938f1ebb
commit c5092364e9
5 changed files with 57 additions and 39 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Nov 11 17:38:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.4
* Allow creating wxArrays from std::initializer_list
* Fix regression in wxTranslations::AddCatalog() return value
* Fix possible crash when dragging pages in wxAuiNotebook
* Don't crash in console apps linked with GUI libraries
* Fix possible crash and too high CPU use when using EGL
* Fix losing clipboard contents when clearing a different selection
-------------------------------------------------------------------
Fri Nov 3 09:54:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>