4.7.2
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Aug 2022 18:27:54 +0000 (14:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 Aug 2022 18:26:50 +0000 (14:26 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index c7e9461a3bea2b79306e7d33cf28a6bbeefbd590..48b036da1e5948c7c18ffb355c4a4dc4f16e07f8 100644 (file)
--- 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
 ========================================
 
index 2fb35f393afa211f7bb1285337a73619747dcf44..6ececaba95a537bab0f689cf7de3fc6b6d770d6d 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.7.1',
+        version: '4.7.2',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',