summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2011-11-21 19:04:44 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2011-11-21 19:04:44 -0500
commit47f98c5528a6fc6620f40506b7b9885234d3d68b (patch)
treed43e855532dda840355cb5b7254b36405700ebf3
parent0e50287aea24af9a165a78856da05c1eb1a63e04 (diff)
downloadmutter-3.3.2.tar.gz
Bump version to 3.3.23.3.2
Update NEWS
-rw-r--r--NEWS25
-rw-r--r--configure.in4
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])