From e97b38b38ec20621b6eca165556bff7044e7adb1 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 17 Apr 2012 13:19:12 -0400 Subject: [PATCH] Bump version to 3.4.1 Update NEWS --- NEWS | 21 +++++++++++++++++++++ configure.in | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 175e77d1a..8e40795c5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +3.4.1 +===== +* API change: the meta_display_add_keybinding() function added in 3.4 + wasn't usable from a GNOME Shell extension, so has been changed to take + a GSettings object rather than the name of a schema [Jasper; #673014] +* Don't try to auto-maximize not-maximizable windows; this fixes the problem + with the Nautilus desktop window being mis-positioned when enabled + [Owen; #673566] +* Fix a crash in the default plugin (not used in GNOME) [Giovanni; #673809] +* Make the key work when set as the mouse button modifier + [Florian; #662476] + +Contributors: + Giovanni Campagna, Florian Muellner, Jasper St. Pierre, Owen Taylor + +Translations: + Khaled Hosny [ar], Jordi Serratosa [ca], Carles Ferrando [ca@valencia], + Christian Kirbach [de], Kristjan Schmidt [eo], Arash Mousavi [fa], + Jiro Matsuzawa [ja], Shankar Prasad [kn], Aurimas Černius [lt], + Yinghua Wang [zh_CN] + 3.4.0 ===== * Fix crash when a full-screen window is opened [Jasper; #672797] diff --git a/configure.in b/configure.in index 4b7c474e6..764fd5c66 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ(2.50) m4_define([mutter_major_version], [3]) m4_define([mutter_minor_version], [4]) -m4_define([mutter_micro_version], [0]) +m4_define([mutter_micro_version], [1]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version])