summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2017-03-14 02:28:54 +0100
committerFlorian Müllner <fmuellner@gnome.org>2017-03-14 03:02:45 +0100
commit61e9594f6375ae82356d7ddb605bba0b71713c07 (patch)
treee8ae2359bd0e04cfbd3c40740ea549f0187f6e6b
parent2d8eaa082f1774585b29492f7b4479ce422d4785 (diff)
downloadmutter-61e9594f6375ae82356d7ddb605bba0b71713c07.tar.gz
Bump version to 3.23.923.23.92
Update NEWS.
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d96c2ed33..0851376cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.23.92
+=======
+* Properly handle EGLOutput acquire errors [Jonas, Miguel; #779112]
+* Fix crash when a window closes during Alt+Tab [Rui; #779483]
+* Implement DnD handling code in wayland [Hyungwon; #765003]
+* Fix fallout from pixel conversion optimization in 3.23.91 [Carlos; #779234]
+* Fix mouse input stopping to work in applications [Carlos; #763246]
+* Fix DnD between QT5 and GTK3 applications on wayland [Carlos; #779757]
+* Make EDID reading less fragile [Jonas; #779837]
+* Add support for tablet grouping [Carlos; #779986]
+* Misc. bug fixes and cleanups [Rui, Jonas; #779436, #779001, #779745]
+
+Contributors:
+ Jonas Ådahl, Miguel A. Vico, Olivier Fourdan, Carlos Garnacho,
+ Hyungwon Hwang, Rui Matos
+
+Translations:
+ Chao-Hsiung Liao [zh_TW], Sveinn í Felli [is], Ask Hjorth Larsen [da],
+ Changwoo Ryu [ko], Aurimas Černius [lt], GNOME Translation Robot [gd],
+ Marek Černocký [cs], Fran Dieguez [gl], Dušan Kazik [sk]
+
3.23.91
=======
* Give libinput read-only access to /sys [Carlos; #778472]
diff --git a/configure.ac b/configure.ac
index d200083ce..9d0b970b2 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], [23])
-m4_define([mutter_micro_version], [91])
+m4_define([mutter_micro_version], [92])
m4_define([mutter_version],
[mutter_major_version.mutter_minor_version.mutter_micro_version])