diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-07-02 14:38:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-07-02 14:38:25 -0400 |
commit | 57ba5ad39ea0686360559c3a17042634d70fad34 (patch) | |
tree | c1d118054493394985e5ebd4e76299317dd48493 | |
parent | 1ba946d3ba7a36a705a27493d3ee384cf85b296b (diff) | |
download | gtk+-57ba5ad39ea0686360559c3a17042634d70fad34.tar.gz |
4.6.64.6.6
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -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', |