From 6eb3548192a0c1cd8feb961aa01f6779c7e82f84 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Aug 2022 14:27:54 -0400 Subject: [PATCH] 4.7.2 --- NEWS | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 80 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c7e9461a3b..48b036da1e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,82 @@ +Overview of Changes in 4.7.2, 10-08-2022 +======================================== + +* GtkTextView: + - Fix child positioning with gutters + +* GtkText: + - Update placeholder visibility when necessary + +* GtkPicture: + - Add a content-fit property + +* GtkPopover: + - Fix a size allocation problem with the arrow + +* GtkTreeView: + - Fix a problem with DND + +* GtkTreePopover: + - Support scrolling + +* GtkGridView: + - Fix issues with rubberband selection + +* GtkLabel: + - Add a tabs property + +* GtkSnapshot: + - Make GtkSnapshot work from bindings + +* GtkScrolledWindow: + - Scroll at a reasonable speed + +* GtkPaned: + - Avoid an infinite loop + +* GtkWindow: + - Improve generation and handling of crossing events + +* CSS: + - Fix handling of certain transform values + +* Media support: + - Add audio support to the ffmpeg backend + - Avoid oom with pathological jpeg images + +* GDK: + - Fix handling of touchpad hold events + - Add support for hi-resolution scroll events + +* X11: + - Fix preferred action for DND + +* Windows: + - Fix DND + +* List models: + - Fix items-changed emission + - Add more list model tests + +* Demos: + - Add a winning sound to game demos + - Make app icons work uninstalled + +* Translation updates: + Abkhazian + Basque + Catalan + Georgian + German + Indonesian + Occitan + Persian + Portuguese + Russian + Spanish + Ukrainian + + Overview of Changes in 4.7.1, 12-07-2022 ======================================== diff --git a/meson.build b/meson.build index 2fb35f393a..6ececaba95 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.7.1', + version: '4.7.2', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', -- 2.30.2