From: Matthias Clasen Date: Sat, 2 Jul 2022 18:38:25 +0000 (-0400) Subject: 4.6.6 X-Git-Tag: archive/raspbian/4.7.2+ds-3+rpi1^2^2~15^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57ba5ad39ea0686360559c3a17042634d70fad34;p=gtk4.git 4.6.6 --- diff --git a/NEWS b/NEWS index 7cf3f587ff..555613897f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Overview of Changes in 4.6.6, 02-07-2022 +======================================== + +* Fix translations in GTKs own ui files + +* Wayland: + - Fix a problem with the activation protocol + - Don't force the HighContrast icontheme + +* Windows: + - Fix a problem with builtin icons if the + hicolor icontheme is not installed + +* Translation updates: + Brazilian Portuguese + Russian + Turkish + + Overview of Changes in 4.6.5, 27-05-2022 ======================================== diff --git a/meson.build b/meson.build index a6f32ecf17..74bd897a96 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.6.5', + version: '4.6.6', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',