From aa45fa1e2623e176297c66995aaa3ae8d25f8e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 23 Jun 2017 11:38:37 +0200 Subject: [PATCH] Bump version to 3.24.3 Update NEWS. --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0a8c5731f..a94e87186 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +3.24.3 +====== +* Fix handling of tiled monitors [Jonas; #781723] +* Fix swapped red and blue channels in CoglTexture data [Carlos; #779234] +* Fix glitches when opening a window maximized [Olivier; #781353, #782183] +* Implement support for disable-while-typing option [Evan; #764852] +* Consider subsurfaces when grabbing [mindtree; #781811] +* Fix handling of left-handed mode on pen/eraser devices [Carlos; #782027] +* Fix output cycling in non-display-attached tablets [Carlos; #782032] +* Fix wacom cursor offset on wayland [Jason; #784009] +* Handle EXIF orientation of backgrounds [Silvère; #783125] +* Misc. bug fixes [Jonas, Bastien, Ikey, Carlos; #782156, #780407, #757661, + #783113, #781703] + +Contributors: + mitchmindtree, Jonas Ådahl, Ikey Doherty, Olivier Fourdan, Carlos Garnacho, + Jason Gerecke, Silvère Latchurié, Bastien Nocera, Evan Welsh + 3.24.2 ====== * Don't crash when wayland clients commit to destroyed surfaces [Jonas; #781391] diff --git a/configure.ac b/configure.ac index bd4cb310c..eb1ae5854 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], [24]) -m4_define([mutter_micro_version], [2]) +m4_define([mutter_micro_version], [3]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])