From 17e5cd8c46434c030037664242a44d8c67774e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 2 Nov 2017 16:51:21 +0100 Subject: [PATCH] Bump version to 3.26.2 Update NEWS. --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 495d919b4..ef7acda04 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +3.26.2 +====== +* Work with clients that require older linux_dmabuf protocol [Daniel; #788558] +* Prevent crash when closing maximized windows [Jonni; #788666] +* Use the correct monitor for HiDPI scaling of shell chrome [Jonas; #788820] +* Fix unredirection of fullscreen windows [Rui, Jonas; #788493] +* Fix list of supported monitor scales on X11 [Jonas; #788901] +* Fix handling of trackball settings on wayland [Carlos; #787804] +* Enable XWayland core dumps [Daniel; #789086] +* Fixes of misc. multi-monitor regressions and crashes [Jonas, Marco; #788607, + #788860, #789153, #786929, #789501] +* Misc. bug fixes [Florian, Jonas, Michael, Marco, Carlos; #788572, #788569, + #784314, #789227, #789223, #782344, #789552, #789553, #789300] + +Contributors: + Jonas Ådahl, Jeremy Bicha, Michael Catanzaro, Carlos Garnacho, Rui Matos, + Florian Müllner, Daniel Stone, Marco Trevisan, Daniel van Vugt, + Jonni Westphalen + +Translations: + Xavi Ivars [ca@valencia] + 3.26.1 ====== * Fix crash when respawning shortcut inhibitor dialog [Olivier; #787568] diff --git a/configure.ac b/configure.ac index a5870e6ab..fb53d6d48 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], [26]) -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])