[mutter] Bump version to 3.1.3
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] Bump version to 3.1.3
- Date: Thu, 30 Jun 2011 21:06:17 +0000 (UTC)
commit 3209e88c6f08c4e7b349b9384717e98eab55deeb
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Thu Jun 30 17:03:19 2011 -0400
Bump version to 3.1.3
Update NEWS
NEWS | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 4 +-
2 files changed, 65 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2143aba..ee7c601 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,66 @@
+3.1.3
+=====
+* Support dark window theme variants for windows with a dark
+ widget theme; this is selected by the _GTK_THEME_VARIANT
+ property [Florian, #645355]
+* Don't draw a shadow under windows with an alpha-channel - this
+ fixes transparency for GNOME Terminal [Owen, Jasper; #635268]
+* Add a MetaWindow:wm-class property for notification [Jasper; #649315]
+* Add a MetaWindow:minimized property for notification [Florian]
+* Fix handing of unusual window shapes that Wine was setting
+ causing some applications to draw wrong [Jasper; #627880]
+* Improve replacing another compositor and being replaced:
+ release compositor selection in the right order and wait for
+ compositors that get it wrong. [Colin, Owen; #653121]
+* Remove behavior where left clicking on a window border with
+ the titlebar offscreen gave the window menu [Florian; #652369]
+* Don't set the global default textdomain, since Mutter is
+ a library as well as an application [Dan; #649202]
+* Exit with the right (success or failure) exit status [Dan]
+* Code cleanup [Florian]
+* Miscellaneous bug fixes [Owen; #649114, #652507]
+
+Contributors:
+ Florian MÃllner, Jasper St. Pierre, Owen Taylor, Colin Walters, Dan Winship
+
+Translations:
+ Ihar Hrachyshka [be], Daniel Mustieles [es], Yaron Shahrabani [he],
+ Carles Ferrando [ca valencia], Takeshi Aihana [ja], Fran DiÃguez [gl],
+ Matej UrbanÄiÄ [sl], Miroslav Nikolic [sr], Muhammet Kara [tr],
+ Daniel Korostil [uk]
+
+3.0.2.1
+=======
+* When saving the session, use the "program name" rather than
+ harcoding mutter, fixing session saving for gnome-shell [Matthias]
+ https://bugzilla.gnome.org/show_bug.cgi?id=648828
+
+Contributors:
+ Matthias Clasen
+
+3.0.2
+=====
+
+* Fix a crash when running without XKB support [Adam]
+ https://bugzilla.gnome.org/show_bug.cgi?id=647777
+* Fix smallish memory leaks [Colin]
+ https://bugzilla.gnome.org/show_bug.cgi?id=649500
+ https://bugzilla.gnome.org/show_bug.cgi?id=649504
+* Ignore mirrored monitors when listing monitors, fixing
+ drag-and-drop problems in GNOME Shell [Owen]
+ https://bugzilla.gnome.org/show_bug.cgi?id=649299
+* Don't allow side-by-side tiling of non-maximizable windows
+ like dialogs and utility windows [Dan]
+* Fix interaction of _NET_WM_WINDOW_OPACITY with window effects,
+ making it work again with GNOME Shell
+ https://bugzilla.gnome.org/show_bug.cgi?id=648613
+
+Contributors:
+ Adam Jackson, Colin Walters, Dan Winship
+
+Translations:
+ Abduxukur Abdurixit [ug]
+
3.0.1
=====
diff --git a/configure.in b/configure.in
index cc56610..48afba3 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], [0])
-m4_define([mutter_micro_version], [1])
+m4_define([mutter_minor_version], [1])
+m4_define([mutter_micro_version], [3])
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]