[mutter] Bump version to 3.19.2



commit f3e19643624dd804fea658cc83394855d94e3e41
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Nov 25 00:24:36 2015 +0100

    Bump version to 3.19.2
    
    Update NEWS.

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a48bda6..797128e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.19.2
+======
+* Fix crash on monitor unplug [Rui; #756796]
+* Exit cleanly on initialization errors [Owen; #757311]
+* Allow to determine backend setting from session type [Ray; #741666]
+* Fix DRM device detection for non-PCI devices [Alban; #754911]
+* Don't force placement of windows without buffer on wayland [Marek; #751887]
+* Fix initialization of bypass compositor hint [Rui; #758544]
+
+Contributors:
+  Alban Browaeys, Marek Chalupa, Rui Matos, Florian Müllner, Ray Strode,
+  Owen W. Taylor
+
 3.19.1
 ======
 * wayland: Allow to trigger popups through keyboard/touch [Carlos; #756296]
diff --git a/configure.ac b/configure.ac
index b8ff64d..7a5a2ea 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], [19])
-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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]