From 3a060d755dc2bee48883d39d3bf7ce79c4889e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 14 May 2019 15:39:42 +0000 Subject: [PATCH] Bump version to 3.32.2 Update NEWS. --- NEWS | 19 +++++++++++++++++++ meson.build | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fcfa06055..408515591 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.32.2 +====== +* Fix tablet button mapping overlay [Carlos; #1220] +* Fix ellipsization in dialog subtitles/bodies [Marco; !531] +* Don't crash for world clock locations with no timezone [Florian; #1062] +* Handle network interface name changes [Fabrice; !534] +* Don't leak old on-screen keyboard layout groups [Carlos; mutter#556] +* Avoid unnecessary style changes when computing :first/:last-child + [Florian; !529] +* Misc. bug fixes [Simon, Carlos, Florian; #822, !551, !509, + !511, #1054, !506, #1065] + +Contributors: + Fabrice Bellet, Carlos Garnacho, Simon McVittie, Florian Müllner, + Marco Trevisan (Treviño) + +Translators: + Dingzhong Chen [zh_CN], Tim Sabsch [de] + 3.32.1 ====== * Fix avatar scaling on login screen [Florian; #1024] diff --git a/meson.build b/meson.build index e3500d440..21a80bcc8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.32.1', + version: '3.32.2', meson_version: '>= 0.47.0', license: 'GPLv2+' )