From 42b14ce5f20fc81b85aa3e3e0036fbb2d1476137 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 Aug 2022 15:39:32 -0400 Subject: [PATCH] 4.6.7 --- NEWS | 33 +++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) 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',