From 2d9dc143fcc3b800e4a9f6a0761546a990374771 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 17 Sep 2013 10:09:04 +0200 Subject: Bump version to 3.9.92 Update NEWS --- NEWS | 33 +++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 75261b991..12567baac 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +3.9.92 +====== +* Constrain the pointer position onto visible monitors [Giovanni; #706655] +* Fix keyboard state handling in face of event compression [Giovanni; #706963] +* Extend the MetaCursorTracker API with query pointer and cursor visibility [Giovanni; #707474] +* Be stricter in checking and exposing the wayland protocol version [#707851] +* Don't require plugins to pass event to Clutter [Giovanni; #707482] +* Move the --wayland option from the binary to the library [Giovanni; #707897] +* Implement running from gnome-session (environment variable setting, process group + handling, Clutter backend variables) [Giovanni; #706421] +* Add support for more cursor types [Giovanni; #707919] +* Drop man pages for removed utilities [Kalev; #706579] +* Implement monitor configuration on KMS [Giovanni; #706308] +* Implement HW cursors [Giovanni; #707573] +* Implement minimal support for resizing and maximizing wayland clients [Giovanni; #707401] +* Implement transient hints for wayland clients [Giovanni; #707401] +* Implement popup menu surfaces and grabs [Giovanni; #707863] +* Immediately fire idle watches that are already expired [Giovanni; #707302] +* Remove holes generated by disabling the laptop lid [Giovanni; #707473] +* Misc bug fixes [Giovanni, Pavel, Adel; #707649, #706124, #707584, #707851, #707929, + #708070] + +Contributors: + Adel Gadllah, Giovanni Campagna, Kalev Lember, Pavel Vasin + +Translations: + Мирослав Николић po/sr, sr@latin.po, Мирослав Николић [sr, sr@latin], + Chao-Hsiung Liao [zh_HK, zh_TW], Yuri Myasoedov [ru], + Ville-Pekka Vainio [fi], Changwoo Ryu [ko], A S Alam [pa], + Mattias Põldaru [et], Rūdolfs Mazurs [lv], Ihar Hrachyshka [be], + Nilamdyuti Goswami [as], Andika Triwidada [id], Baurzhan Muftakhidinov [kk], + Benjamin Steinwender [de] + 3.9.91 ====== * Drop man pages for removed utilities [Kalev; #706579] diff --git a/configure.ac b/configure.ac index 0e98cd53c..4eba7e6a1 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], [9]) -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]) -- cgit v1.2.1