From e207b4531718fc03ea19995a66521637c7fa351f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 29 Aug 2018 18:54:14 +0200 Subject: [PATCH] Bump version to 3.29.92 Update NEWS. --- NEWS | 14 ++++++++++++++ meson.build | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 448f03145..a279db2f6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.29.92 +======= +* Choose some actors to cache on the GPU [Daniel; #792633] +* inputMethod: Hide preedit text if requested [Takao; #431] +* Fix forced fallback app-menus on wayland [Jonas; #276] + +Contributors: + Jonas Ådahl, Takao Fujiwara, Mohammed Sadiq, Marco Trevisan (Treviño), + Daniel van Vugt + +Translators: + Baurzhan Muftakhidinov [kk], Kukuh Syafaat [id], Milo Casagrande [it], + Changwoo Ryu [ko], Marek Cernocky [cs] + 3.29.91 ======= * Fix handling of 0/false options in ShowOSD D-Bus API [Florian; #791669] diff --git a/meson.build b/meson.build index 00dd96656..47d1bc3da 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.29.91', + version: '3.29.92', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -23,7 +23,7 @@ gi_req = '>= 1.49.1' gjs_req = '>= 1.47.0' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' -mutter_req = '>= 3.29.91' +mutter_req = '>= 3.29.92' polkit_req = '>= 0.100' schemas_req = '>= 3.27.90' startup_req = '>= 0.11'