summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-02-19 19:52:25 +0100
committerFlorian Müllner <fmuellner@gnome.org>2014-02-19 19:52:25 +0100
commit7abc2762e14bd7116708c10b7c4f1a957e8299fc (patch)
tree1cf424c4c117e4cd88df95442c510910b0176fa5
parentd59472bb6b9ea2ab25b93cf6ca58bd4b5e2fa3f9 (diff)
downloadmutter-gnome-3-10-wayland.tar.gz
Bump version to 3.10.43.10.4-waylandgnome-3-10-wayland
Update NEWS.
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c4a0688f6..a41047201 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.10.4
+======
+* Expose MetaWindow:skip-taskbar property [Florian; #723307]
+* Fix legacy tray icons showing up blank [Adel; #721596]
+* Fix configuration of cloned monitors [Adel; #710610]
+* Misc. bug fixes [Jasper, Adel, Giovanni; #720630, #723468, #724257, #724258,
+ #724364]
+
+Contributors:
+ Giovanni Campagna, Adel Gadllah, Ryan Lortie, Florian Müllner,
+ Jasper St. Pierre
+
3.10.1
======
* Don't apply fullscreen workarounds to CSD windows [Giovanni; #708718]
diff --git a/configure.ac b/configure.ac
index fe99aed75..2388369d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([mutter_major_version], [3])
m4_define([mutter_minor_version], [10])
-m4_define([mutter_micro_version], [1])
+m4_define([mutter_micro_version], [4])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])