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',