1
0
forked from pool/wxWidgets-3_2

- Update to new upstream release 3.1.1

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=41
This commit is contained in:
2018-02-19 00:32:36 +00:00
committed by Git OBS Bridge
parent 9de67c4a92
commit 9d7ffea1b9
9 changed files with 58 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 19 00:24:12 UTC 2018 - jengelh@inai.de
- Update to new upstream release 3.1.1
* wxRibbonButtonBar::DeleteButton() now deletes and not just
removes the button.
* Using invalid flags with wxBoxSizer or wxGridSizer items now
triggers asserts
* wxWS_EX_VALIDATE_RECURSIVELY is now the default behaviour.
* wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which
were added in 3.1.0, have been renamed to HasCheckBoxes and
EnableCheckBoxes respectively for consistency with wxCheckBox
naming.
* wxZipOutputStream will now automatically convert filenames to
UTF-8, if the wxMBConv used when calling the constructor
supports UTF-8 encoding.
-------------------------------------------------------------------
Sat Feb 17 10:31:37 UTC 2018 - martin.koegler@chello.at