From fef69881a7bac60b6a89c8b5cd9fd0f36372ee21 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Jul 2023 11:25:41 +0300 Subject: [PATCH] 4.12.0 --- NEWS | 131 +++++++++++++++++- meson.build | 2 +- .../tools/validate-data/invalid5.expected | 2 +- 3 files changed, 132 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 3ea70e4afd..4f65bfe965 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,135 @@ -Overview of Changes in 4.11.5, xx-xx-xxxx +Overview of Changes in 4.12.0, 05-08-2023 ========================================= +* List widgets: + - Add scroll_to APIs + +* GtkFileLauncher: + - Add an always-ask property + +* GtkTextView: + - Make backspace behavior match GtkEntry + +* gsk: + - Fix handling of luminance in mask nodes + +* Text rendering: + - Automate the setting of gtk-hint-font-metrics from the + scale factor. This improves font rendering in flatpaks + +* Wayland: + - Fix behavior of stylus buttons + - Support suspended window state + +* Vulkan: + - Many improvements + +* Tools: + - Add gtk4-rendernode-tool + +* Debugging: + - Drop the GTK_DEBUG_TOUCHSCREEN flag + +* Build: + - Some build options have been renamed: + gtk_doc -> documentation + update_screenshots -> screenshots + The old names still work + +* Translation updates: + Georgian + Greek + Hebrew + Persian + Vietnamese + +* Contributors: + Aleksandr Melman + Alexander Mikhaylenko + Alexander Shopov + Alexandre Franke + Alice Mikhaylenko + António Fernandes + Arjan Molenaar + Asier Sarasua Garmendia + Balázs Meskó + Balázs Úr + Barnabás Pőcze + Bart Jacobs + Benjamin Otte + Bilal Elmoussaoui + Boyuan Yang + Bruce Cowan + Calvin Walton + Cam Cook + Chris Mayo + Christian Hergert + Christopher Davis + Chun-wei Fan + Corey Berla + Danial Behzadi + Daniel Boles + Daniel Rusek + Efstathios Iosifidis + Ekaterine Papava + Emin Tufan Çetin + Emmanuele Bassi + Erik Schilling + Fabio Tomat + FeRD (Frank Dana) + Fina Wilke + FineFindus + Fran Dieguez + G.Willems + Georges Basile Stavracas Neto + Guillaume Bernard + Hugo Carvalho + Ivan Molodetskikh + Jason Francis + Jonas Ådahl + Jordan Petridis + Jordi Mas + José Expósito + José Roberto de Souza + Khalid Abu Shawarib + Kévin Commaille + Leônidas Araújo + Luca Bacci + Ludovico de Nittis + Lukáš Tyrychtr + Marc-André Lureau + Marco Trevisan (Treviño) + Matt Turner + Matthias Clasen + Maximiliano Sandoval R + Michael Catanzaro + Michel Dänzer + Mohammed Sadiq + Nathan Follens + Nelson Benítez León + Ngọc Quân Trần + Niels De Graef + Olivier Crête + Patrick Griffis + Piotr Drąg + Sabri Ünal + Sebastian Keller + Sophie Herold + Sébastien Le Roux + Takao Fujiwara + Thomas Lange + Yiğit Burak + Yosef Or Boczko + Yuri Chornoivan + Zander Brown + al_SeveR + dgsasha + sumibi-yakitori + tszymanski + velsinki + Алексей Шилин + Арсений Засыпкин + Overview of Changes in 4.11.4, 03-07-2023 ========================================= diff --git a/meson.build b/meson.build index 829dfa336a..2e6cb1ea8c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.11.5', + version: '4.12.0', default_options: [ 'buildtype=debugoptimized', 'warning_level=1', diff --git a/testsuite/tools/validate-data/invalid5.expected b/testsuite/tools/validate-data/invalid5.expected index a64a1ee8d4..f3f5d7050b 100644 --- a/testsuite/tools/validate-data/invalid5.expected +++ b/testsuite/tools/validate-data/invalid5.expected @@ -1 +1 @@ -invalid5.ui:3:1 Required GTK version 5.10, current version is 4.11 +invalid5.ui:3:1 Required GTK version 5.10, current version is 4.12 -- 2.30.2