4.8.0
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Sep 2022 19:34:30 +0000 (15:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Sep 2022 19:59:04 +0000 (15:59 -0400)
NEWS
meson.build
testsuite/tools/validate-data/invalid5.expected

diff --git a/NEWS b/NEWS
index 48b036da1e5948c7c18ffb355c4a4dc4f16e07f8..d9deea6117ceafa63193619b685247ca20d83396 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,72 @@
+Overview of Changes in 4.8.0, 06-09-2022
+========================================
+
+* GtkTreeView:
+ - Fix a problem with scrolling animations
+ - Fix some event handling problems
+ - Drop unreachable code
+
+* GtkText:
+ - Respect the no-emoji input hint fully
+
+* GtkEmojiChooser:
+ - Fix arrow key navigation
+
+* GtkFontChooser:
+ - Improve the handling of OpenType font features
+
+* GtkTreeListModel:
+ - Fix handling of collapsed child nodes
+
+* GtkInscription:
+ - Fix accessible name
+
+* Theme:
+ - Fix placeholder text in HighContrast
+
+* Increase the memory limit for the jpeg loader to 300M
+
+* Miscellaneous memory leak fixes
+
+* Wayland:
+ - Refator handling of text protocol client updates
+
+* Windows:
+ - Support high-resolution scroll wheel events
+ - Generate GdkWin32.gir
+ - Implement color picking
+
+* Translation updates
+ Abkhazian
+ Basque
+ Brazilian Portuguese
+ Bulgarian
+ Catalan
+ Chinese (China)
+ Croatian
+ Czech
+ Danish
+ Dutch
+ Galician
+ Georgian
+ German
+ Hungarian
+ Icelandic
+ Indonesian
+ Korean
+ Latvian
+ Lithuanian
+ Persian
+ Polish
+ Portuguese
+ Russian
+ Serbian
+ Spanish
+ Swedish
+ Turkish
+ Ukrainian
+
+
 Overview of Changes in 4.7.2, 10-08-2022
 ========================================
 
index 6ececaba95a537bab0f689cf7de3fc6b6d770d6d..11f276e7bdc27da27bc390054f664524eecc9e9e 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.7.2',
+        version: '4.8.0',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',
index 33983ee94ae23c7c2f0f5f8ac3ef35a97d565d4d..2503a82a01bf9423ae6f469419130bcc20b9abc6 100644 (file)
@@ -1 +1 @@
-invalid5.ui:3:1 Required GTK version 5.10, current version is 4.7
+invalid5.ui:3:1 Required GTK version 5.10, current version is 4.8