[mutter] Bump version to 3.3.2



commit 47f98c5528a6fc6620f40506b7b9885234d3d68b
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Nov 21 19:04:44 2011 -0500

    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 47a5f94..5adcbfb 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 2d963fd..1c8c89e 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]