From 7631ba520845e5aa8230c79b6cd6d8cf4e1b2980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 10 May 2016 22:15:58 +0200 Subject: Bump version to 3.20.2 Update NEWS. --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 52c5ee843..8c7aa6dc3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.20.2 +====== +* Notify clients of pending modifier state changes [Rui; #748526] +* Add get_is_builtin_display_on() method [Florian; #765267] +* Fix 2-finger titlebar taps on wayland [Carlos; #764519] +* Misc. bug fixes [Florian, Victor, Jonas; #765058, #765252, #765062] + +Contributors: + Jonas Ådahl, Olivier Fourdan, Carlos Garnacho, Rui Matos, Florian Müllner, + Victor Toso + +Translations: + GNOME Translation Robot [ja], Tiago Santos [pt] + 3.20.1 ====== * Constrain window move/resizes on wayland as on X11 [Rui; #748819] diff --git a/configure.ac b/configure.ac index 24fd64926..0ae5b245e 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], [20]) -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]) -- cgit v1.2.1