From 47f98c5528a6fc6620f40506b7b9885234d3d68b Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 21 Nov 2011 19:04:44 -0500 Subject: Bump version to 3.3.2 Update NEWS --- NEWS | 25 +++++++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 47a5f9419..5adcbfbe0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +3.3.2 +===== + +* Move from GConf to GSettings for preferences [Florian; #635378] +* Add meta_display_add_keybinding()/meta_display_remove_keybinding() + to allow creating new keybindings at runtime [Florian; #663428] +* Add suport for new _NET_WM_STATE_FOCUSED atom in _NET_WM_STATE + to allow applications to draw unfocused windows differently + [Rui; #661427] +* Add meta_window_move_resize_frame() to allow specifying the + size and position of a window via the outside dimensions of the + window frame. +* Don't activate window tiling when moving in snap mode + [Rui; #662270] +* Remove the ability to resize a window from the inner edge of + the titlebar [Jasper; #660129] +* Fix for deprecations in GTK+ [Jasper, Rico; #662574, #662895] +* Misc bug fixes [Jasper, Rico, Rui; #662895, #642652, #660941, #662225] + +Contributors: + Tim Cuthbertson, Rui Matos, Florian Müllner, Jasper St. Pierre, Rico Tzschichholz + +Translations: + Jorge González (es), Kjartan Maraas (nb), Krishnababu Krothapalli (te), Nguyễn Thái Ngọc Duy (vi) + 3.2.1 ===== * Allow keyboard window switching (alt-Tab) during drag-and-drop diff --git a/configure.in b/configure.in index 2d963fd15..1c8c89e70 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ AC_PREREQ(2.50) m4_define([mutter_major_version], [3]) -m4_define([mutter_minor_version], [2]) -m4_define([mutter_micro_version], [1]) +m4_define([mutter_minor_version], [3]) +m4_define([mutter_micro_version], [2]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version]) -- cgit v1.2.1