From 7f49b5144b538e82aba788cc67f5d9cf5a51dbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 23 Nov 2016 21:48:03 +0100 Subject: [PATCH] Bump version to 3.23.2 Update NEWS. --- NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a2dbabf27..ec67f62b1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +3.23.2 +====== +* Stack docks below other windows on fullscreen monitors [Rui; #772937] +* Fix popup grabs blocking screen lock on wayland [Rui; #771235] +* Handle touchpad pinch gestures with more than two fingers [Carlos; #765937] +* Implement drawing tablet support on X11 [Carlos; #773779] +* Fix some Wine games starting minimized [Carlos; #774333] +* Fix switching between two finger- and edge scrolling on wayland [Rui; #771744] +* Implement support for EGLStream/EGLDevice [Jonas; #773629] +* Add size_changed vfunc to handle async client size changes [Rui; #770345] +* Change focus window on clicks with any modifiers [Rui; #746642] +* Misc. bug fixes and cleanups [Carlos, Daniel, Jonas, Rui; #771067, #774330, #774613, + #771297, #774135, #774827, #774923] + +Contributors: + Jonas Ådahl, Carlos Garnacho, Rui Matos, Florian Müllner, Daniel Stone + +Translations: + Kjartan Maraas [nb] + 3.23.1 ====== * Fix handling of Escape shortcut in force-quit dialog [Landry; #737109] diff --git a/configure.ac b/configure.ac index f7859f9a5..6cec8d85c 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], [23]) -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])