diff --git a/NEWS b/NEWS index 8de015a73c..5167e3d7ef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,52 @@ +Overview of Changes in 4.0.2 +============================ + +* GtkAboutDialog: + - Set icon size for the logo + - Fix initial focus to be the same as in GTK 3 + +* GtkImage: + - Update icons on scale change + +* Wayland: Fix crashes with touch and tablet events + +* Windows: + - Fix surface and geometry computation + - Remove layered window usage + +* MacOS: Support stylus devices + +* Themes: + - Adwaita: Remove edge highlights + - Adwaita: Update image assets + - Make Adwaita-dark available as standalone theme + - Make HighContrastInverse the dark variant of HighContrast + +* Docs: + - Complete GtkAspectFrame docs + - Clarify migration docs for widget signals + +* Inspector: + - Fix a critical with the recorder + - Fix a crash with treeviews + - Show overlay layout properties + - Add a legend for the layout overlay + +* Build: + - Fix build with gcc 11 + - Support building without sassc + +* Translation updates: + Basque + Czech + Friulian + Polish + Romanian + Spanish + Swedish + Ukrainian + + Overview of Changes in 4.0.1 ============================ diff --git a/meson.build b/meson.build index 3edb716efc..d546c00b91 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.0.1', + version: '4.0.2', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',