Bump version to 3.19.4

Desktop / GNOME / Mutter - Florian Müllner [gnome.org] - 21 January 2016 16:04 UTC

Update NEWS.

###

diff --git a/NEWS b/NEWS
index d41c669..bfd1555 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.19.4
+======
+* Fix updating stacking order when setting transient_for [Jonas; #755606]
+* Support screen rotation when supported by the driver [Carlos; #745079]
+* Protect against broken WM_CLASS property implementations [Sebastian; #759658]
+* Handle wl_pointer v5 events on wayland [Carlos; #760637]
+* Implement DND actions on wayland [Carlos; #760805]
+* Misc. bug fixes [Jonas, Rui, Ray, Marek; #754711, #756789, #759297, #758613,
+ #760330, #760476, #759222, #760670]
+
+Contributors:
+ Jonas Ådahl, Marek Chalupa, Carlos Garnacho, Sebastian Keller, Rui Matos,
+ Florian Müllner, Jasper St. Pierre, Ray Strode
+
+Translations:
+ Aurimas Černius [lt]
+
3.19.3
======
* Correct refresh rate units on KMS/Wayland [Daniel; #758653]
diff --git a/configure.ac b/configure.ac
index 89f344c..3ad43df 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], [3])
+m4_define([mutter_micro_version], [4])

m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])

af45a50 Bump version to 3.19.4
NEWS | 17 +++++++++++++++++
configure.ac | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)

Upstream: git.gnome.org


  • Share