From 21103ad8116a9d51aec4fc694268b6d066e679ae Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Apr 2022 20:58:13 -0400 Subject: [PATCH] 4.6.3 --- NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) 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', -- 2.30.2