From c70b18764b2658849b170c897ce4c423a118d7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 8 May 2018 22:18:02 +0200 Subject: [PATCH] Bump version to 3.28.2 Update NEWS. --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0c56e7ec9..9f4fe59b8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +3.28.2 +====== +* Fix lock-up on cancelling polkit dialog [Florian; #221] +* Guard against untimely keyboard map changes [Carlos; #240] +* Fix blurriness of OSD under some resolutions [Silvère; #782011] +* Fix icons in search provider results [Florian; #249] +* Misc. bug fixes [Marco, Florian; #792687, #781471] + +Contributors: + Carlos Garnacho, Silvère Latchurié, Florian Müllner, Mario Sanchez Prada, + Ray Strode, Marco Trevisan (Treviño) + +Translators: + Stas Solovey [ru], Rafael Fontenelle [pt_BR] + 3.28.1 ====== * Fix compose characters in shell entries [Carlos; #115] diff --git a/meson.build b/meson.build index bfc2ff76c..978ed6506 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.28.1', + version: '3.28.2', meson_version: '>= 0.42.0', license: 'GPLv2+' )