4.6.3
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Apr 2022 00:58:13 +0000 (20:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 22 Apr 2022 00:58:13 +0000 (20:58 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 455bd1cbf979491f461e0988524d587ba5368a26..05ed35ecf6341546fe5094dc1eef7cd278742ccf 100644 (file)
--- 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
 ========================================
 
index 41cf592ff497dda07b7bc5812a5f62acf75cd880..d728d715b698aec02e5bdc0e7d32e68a6905ef6e 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.6.2',
+        version: '4.6.3',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',