summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-24 08:55:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-24 08:55:31 -0400
commit73bea05c3386075528542c2714790199f2bb5861 (patch)
treedcb12de46558ca138c7670124e31f3cf79663041
parent9eec8e9e45a75a454bd6a416194bd88534c04a1c (diff)
downloadgtk+-73bea05c3386075528542c2714790199f2bb5861.tar.gz
4.6.84.6.8
-rw-r--r--NEWS61
-rw-r--r--meson.build2
2 files changed, 62 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a1101f558e..e3d85894b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+Overview of Changes in 4.6.8, 24-10-2022
+========================================
+
+* Input:
+ - Fix problems with input method interactions that caused
+ dead keys not to work
+
+* GtkText:
+ - Respect the no-emoji input hint fully
+
+* GtkNotebook:
+ - Fix an infinite loop in accessibility code
+ - Event handling fixes
+
+* GtkFileChooser:
+ - Restore ~ and .functionality
+
+* GtkTreeView:
+ - Event handling fixes
+
+* GtkTreeListModel:
+ - Prevent possible crashes with collapsed nodes
+
+* GtkGridView:
+ - Fix issues with rubberband selection
+
+* GtkEmojiChooser:
+ - Fix navigation with arrow keys when filtered
+
+* GtkPopover:
+ - Fix problems with focus when dismissing popovers
+ - Fix problems with focusing editable labels in popovers
+
+* GtkStackSidebar:
+ - Improve accessible presentation
+
+* Wayland:
+ - Make gtk_launch_uri more robust
+ - Make monitor bounds handling more robust
+ - Prevent shrinking clients due to wrong toplevel bounds
+
+* Flatpak:
+ - Fix file DND with the FileTransfer portal
+
+* Translation updates
+ Brazilian Portuguese
+ Croatian
+ Czech
+ Georgian
+ German
+ Hungarian
+ Icelandic
+ Lithuanian
+ Polish
+ Portuguese
+ Serbian
+ Slovenian
+ Swedish
+ Turkish
+
+
Overview of Changes in 4.6.7, 17-08-2022
========================================
diff --git a/meson.build b/meson.build
index 6f12b25c8b..5ea97fbee1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '4.6.7',
+ version: '4.6.8',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',