From: Matthias Clasen Date: Fri, 27 May 2022 12:20:10 +0000 (-0400) Subject: 4.6.5 X-Git-Tag: archive/raspbian/4.7.2+ds-3+rpi1^2^2~15^2~1^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e766a4fe2e3a5ade7cef1e76f37b46a1daab258;p=gtk4.git 4.6.5 --- 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',