From 47915f8c1117470e5351a8ec4e4bdac5e683498d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 11 Mar 2019 23:54:15 +0100 Subject: [PATCH] Bump version to 3.32.0 Update NEWS. --- NEWS | 14 ++++++++++++++ meson.build | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 830dcb142..a86e5e4fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.32.0 +====== +* Fix sizing issues in on-screen-keyboard emoji panel [Carlos; !439] +* Fix test linker failure on Debian/Ubuntu [Iain; !442] +* Avoid assertion when sizing fallback app icons from CSS [Florian; #1027] +* Fix mis-sized menu arrows after texture cache changes [Florian; !452] + +Contributors: + Carlos Garnacho, Iain Lane, Florian Müllner + +Translators: + Gábor Kelemen [hu], Victor Ibragimov [tg], Ryuta Fujii [ja], Piotr Drąg [af, + tg], Mart Raudsepp [et] + 3.31.92 ======= * Fix visual glitch in submenus [Alex; #987] diff --git a/meson.build b/meson.build index d77f4c87e..e42611eac 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.31.92', + version: '3.32.0', meson_version: '>= 0.47.0', license: 'GPLv2+' ) @@ -23,7 +23,7 @@ gi_req = '>= 1.49.1' gjs_req = '>= 1.54.0' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' -mutter_req = '>= 3.31.92' +mutter_req = '>= 3.32.0' polkit_req = '>= 0.100' schemas_req = '>= 3.27.90' startup_req = '>= 0.11'