New stable release

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=83
This commit is contained in:
2022-02-12 01:59:53 +00:00
committed by Git OBS Bridge
parent 20baa7049f
commit a61b534700
5 changed files with 34 additions and 45 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Feb 12 01:55:04 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 4.6.1:
+ GtkFontChooser:
- Stop using PangoFc api
- Fix a crash
- Use new HarfBuzz api
+ GtkMenuButton: Update accessible description
+ GtkTextView: Fix intra-widget dnd
+ Printing: Fix an fd leak
+ Input:
- Make sure input methods get focus-in events
- Always flush events to avoid scroll event pileup
- Support hold events
- Update keysyms from libxkbcommon
+ Theme: Improve text selection legibility
+ Introspection: Add missing nullable annotations everywhere
+ Build:
- Make stack noexec again
- Avoid symbol leaks
- Drop unneeded script data
+ Wayland:
- Fix support for the new high-contrast setting
- Avoid redundant scale changes
- Fix DND hotspot handling
- Don't always restore the saved size when floating
+ Updated translations.
- Drop gtk4-make-our-stack-noexec.patch: Fixed upstream.
-------------------------------------------------------------------
Fri Jan 7 08:26:33 UTC 2022 - Teoh Han Hui <teohhanhui@gmail.com>