4.6.4
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 May 2022 17:58:42 +0000 (13:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 May 2022 17:58:42 +0000 (13:58 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 05ed35ecf6341546fe5094dc1eef7cd278742ccf..e0d745023b660c86cfda681bb21af24b11fcf172 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Overview of Changes in 4.6.4, 13-05-2022
+========================================
+
+* GtkFileChooser:
+ - Fix select button sensitivity in select_folder mode
+ - Fix some fallout from list model porting
+
+* GtkListView, GtkColumnView:
+ - Optimize scrolling
+
+* print-to-file:
+ - Handle nonexisting files better in the dialog
+
+* Avoid infinite loops in size allocation
+
+* CSS:
+ - Optimize a case of reparenting that is important in GtkListView
+
+* GSK:
+ - Check for half-float support before using it
+
+* Wayland:
+ - Ignore empty preedit updates This fixes a problem with
+   textview scrolling
+ - Freeze popups when hidden. This addresses a frame rate drop
+
+* Translation updates
+ Hebrew
+ Nepali
+
+
 Overview of Changes in 4.6.3, 21-04-2022
 ========================================
 
index d728d715b698aec02e5bdc0e7d32e68a6905ef6e..a1e62712fc045000049259bc0082a4da420d198b 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.6.3',
+        version: '4.6.4',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',