From 3e766a4fe2e3a5ade7cef1e76f37b46a1daab258 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 27 May 2022 08:20:10 -0400 Subject: [PATCH] 4.6.5 --- NEWS | 28 ++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e0d745023b..7cf3f587ff 100644 --- 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 ======================================== diff --git a/meson.build b/meson.build index d9612c59e6..a6f32ecf17 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.6.4', + version: '4.6.5', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- 2.30.2