From 5eb8aa655b6216c7f59bcd59fe3b6dc9c74376fa Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Mon, 25 Apr 2011 17:20:00 -0400 Subject: [PATCH] Bump version to 3.0.1 Update NEWS --- NEWS | 19 +++++++++++++++++++ configure.in | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a146d2ea0..2143aba30 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +3.0.1 +===== + +* If WM_CLIENT_MACHINE isn't set, don't assume a window is remote; + fixes behavior of Fox toolkit applications under GNOME Shell. + https://bugzilla.gnome.org/show_bug.cgi?id=647662 [Colin] +* Fix cases where windows could get stuck drawing as focused after + an attached modal dialog was closed. [Dan] + https://bugzilla.gnome.org/show_bug.cgi?id=647613 +* Fix a bug where a window that is too big to be tiled side-by-side + would behave strangely when using the gesture of dragging to + the top to maximize. [Florian] + +Contributors: + Florian Müllner, Colin Walters, Dan Winship + +Translations: + Amitakhya Phukan [as], Kristjan Schmidt [eo], Muhammet Kara [tr] + 3.0.0 ===== diff --git a/configure.in b/configure.in index edbf364cf..cc56610ff 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], [0]) -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])