4.6.5
authorMatthias Clasen <mclasen@redhat.com>
Fri, 27 May 2022 12:20:10 +0000 (08:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 May 2022 20:26:00 +0000 (16:26 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index e0d745023b660c86cfda681bb21af24b11fcf172..7cf3f587ff6e89390c91d95bbfdc6a5b21f14c22 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Overview of Changes in 4.6.5, 27-05-2022
+========================================
+
+* GtkFileChooser:
+ - Fix pasting text into the name field
+
+* GtkText:
+ - Remove an assertion that is sometimes hit
+
+* Wayland:
+ - Ensure that our cursor surfaces don't violate
+   protocol constraints
+
+* Accssibility:
+ - Fix a problem in the accessibility tree
+
+* Translation updates:
+ Brazilian Portuguese
+ German
+ Persian
+ Polish
+ Portuguese
+ Russian
+ Swedish
+ Turkish
+ Ukrainian
+
+
 Overview of Changes in 4.6.4, 13-05-2022
 ========================================
 
index d9612c59e6e07f242fa65e3381f9b28629e07728..a6f32ecf17fbc6a6a87170b36a1598bdde5f412e 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.6.4',
+        version: '4.6.5',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',