summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-04-11 01:22:43 +0200
committerFlorian Müllner <fmuellner@gnome.org>2017-04-11 02:31:57 +0200
commita8b06afba6e9210171303bfef13f5bbddecc3668 (patch)
treeb9736bc875c383e8854a00293508d2c4ae1c5780
parent5b232a80cdde00fe8606766538c8b80b3d6a54ee (diff)
downloadmutter-a8b06afba6e9210171303bfef13f5bbddecc3668.tar.gz
Bump version to 3.22.43.22.4
Update NEWS.
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ffc788228..80c0e27f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.22.4
+======
+* Fix crash when a window closes during Alt+Tab [Rui; #779483]
+* Fix mouse input stopping to work in applications [Carlos; #763246]
+* Fix DnD between QT5 and GTK3 applications on wayland [Carlos; #779757]
+* Fix lock-up when using additional theme variants [Shantanu; #780254]
+* Fix lockfile size confusion [Daniel; #774613]
+
+Contributors:
+ Olivier Fourdan, Carlos Garnacho, Shantanu Goel, Rui Matos, Daniel Stone
+
+Translations:
+ Sveinn í Felli [is], GNOME Translation Robot [gd]
+
3.22.3
======
* Fix switching between two finger- and edge scrolling on wayland [Rui; #771744]
diff --git a/configure.ac b/configure.ac
index 8dde79304..a62afe0c5 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], [22])
-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])