From 1e6bad6c4f412dc0eb7b2f508cb4465929a04303 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 13 May 2022 13:58:42 -0400 Subject: [PATCH] 4.6.4 --- NEWS | 31 +++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 05ed35ecf6..e0d745023b 100644 --- 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 ======================================== diff --git a/meson.build b/meson.build index d728d715b6..a1e62712fc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.6.3', + version: '4.6.4', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- 2.30.2