summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-08-11 15:39:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-08-17 13:03:24 -0400
commit42b14ce5f20fc81b85aa3e3e0036fbb2d1476137 (patch)
tree1d5c49115287033fc6d297e3b3eec5dc17b06d1f
parent68cff22966f1eebc0511b490d166b01d10817a58 (diff)
downloadgtk+-4.6.7.tar.gz
4.6.74.6.7
-rw-r--r--NEWS33
-rw-r--r--meson.build2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 555613897f..a1101f558e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Overview of Changes in 4.6.7, 17-08-2022
+========================================
+
+* Miscellaneous memory leak fixes
+
+* GtkTreeView:
+ - Fix a problem with DND
+ - Fix a problem with row selection
+
+* GtkTreePopover:
+ - Support scrolling
+
+* GtkGridView:
+ - Fix issues with rubberband selection
+
+* GtkSnapshot:
+ - Make GtkSnapshot work from bindings
+
+* X11:
+ - Fix preferred action for DND
+
+* Windows:
+ - Fix DND
+
+* Translation updates
+ Croatian
+ Georgian
+ Indonesian
+ Russian
+ Serbian
+ Spanish
+
+
Overview of Changes in 4.6.6, 02-07-2022
========================================
diff --git a/meson.build b/meson.build
index 74bd897a96..6f12b25c8b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gtk', 'c',
- version: '4.6.6',
+ version: '4.6.7',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',