From 41303bc01be873e684f11a3407aa556af2922426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 7 May 2018 22:18:39 +0200 Subject: [PATCH] Bump version to 3.28.2 Update NEWS. --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 942e00923..41aabbbc5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +3.28.2 +====== +* Take inhibitors into account for monitoring idle [Bastien; #705942] +* Fix window animations on wayland [Georges; #780292] +* Misc. bug fixes [Mario, Jonas, Olivier, Florian; gnome-shell#157, #130, + #21, #124, !96, #138, !102, #781471] + +Contributors: + Jonas Ådahl, Olivier Fourdan, Carlos Garnacho, Florian Müllner, + Georges Basile Stavracas Neto, Bastien Nocera, Mario Sanchez Prada, + Ray Strode, Marco Trevisan (Treviño) + 3.28.1 ====== * Fix various input-method regressions [Carlos; #65, #74, #66] diff --git a/configure.ac b/configure.ac index c98f583f9..e6b2bf8bb 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.62) m4_define([mutter_major_version], [3]) m4_define([mutter_minor_version], [28]) -m4_define([mutter_micro_version], [1]) +m4_define([mutter_micro_version], [2]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])