summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2018-07-18 22:42:48 +0200
committerFlorian Müllner <fmuellner@gnome.org>2018-07-18 23:12:51 +0200
commit34f5bdeea3be10e200c52bac56763a267eb4d415 (patch)
tree88827f8b7801673caf9d10db6c6d9e3c0a8eee0d
parentca71b0eb1a806bde3c0f3b2b8098995f57e0defc (diff)
downloadmutter-34f5bdeea3be10e200c52bac56763a267eb4d415.tar.gz
Bump version to 3.28.33.28.3
Update NEWS.
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 41aabbbc5..92090cc50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.28.3
+======
+* Handle touch events on server-side titlebars [Carlos; #770185]
+* Fix crash with unhandled mouse buttons on titlebars [Olivier; #160]
+* Fix Korean Hangul support on wayland [Changwoo; #152]
+* Fix crash when taking up from suspend [Jonas; #786929]
+* Fix crash with parent-less modal dialogs [Olivier; #174]
+* Misc. bug fixes [Olivier, Georges; #83, #112, #150, #104,
+
+Contributors:
+ Jonas Ådahl, Olivier Fourdan, Carlos Garnacho, Georges Basile Stavracas Neto,
+ Changwoo Ryu, Marco Trevisan (Treviño)
+
3.28.2
======
* Take inhibitors into account for monitoring idle [Bastien; #705942]
diff --git a/configure.ac b/configure.ac
index e6b2bf8bb..e795159a1 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], [28])
-m4_define([mutter_micro_version], [2])
+m4_define([mutter_micro_version], [3])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])