From: Matthias Clasen Date: Fri, 22 Apr 2022 00:58:13 +0000 (-0400) Subject: 4.6.3 X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21103ad8116a9d51aec4fc694268b6d066e679ae;p=gtk4.git 4.6.3 --- diff --git a/NEWS b/NEWS index 455bd1cbf9..05ed35ecf6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +Overview of Changes in 4.6.3, 21-04-2022 +======================================== + +* GtkOverlay: + - Bring back positional style classes + +* GtkFileChooser: + - Prevent unwanted completion popups + - Fix small problems in save mode + - Fix buildable suport of GtkFileFilter + +* GtkPopover: + - Fix button positions in right-to-left locales + +* GtkLabel: + - Fix small issues with link handling + +* Tooltips: + - Don't restrict the minimum tooltip length + +* Theme: + - Don't use opacity for overlay scrollbars + - Fix selection text color in vertical spin buttons + +* GSK: + - Accept textures that are generated by webkit + - Align offscreen rendering to the pixel grid + +* Accessibility + - Fix a crash in startup when orca is running + +* Input: + - Fix display changes in GtkIMMultiContext + - Fix activating on-screen keyboards + - Always propagate hold events in GtkEventControllerScroll + +* Windows: + - Fix a critical warning in clipboard handling + - Report serial numbers for events + +* MacOS: + - Prevent fullscreen transition reentrancy + + +* Translation updates + British English + Czech + German + Indonesian + Latvian + + Overview of Changes in 4.6.2, 18-03-2022 ======================================== diff --git a/meson.build b/meson.build index 41cf592ff4..d728d715b6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.6.2', + version: '4.6.3', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',