From 90a691ed250a8d65afb6d669370c115165fb8c4f Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 20 Jan 2012 21:12:39 -0500 Subject: [PATCH] Bump version to 3.3.4 Update NEWS --- NEWS | 38 ++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 60be4fdbf..3d5390d13 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +3.3.4 +===== +* https://live.gnome.org/EveryDetailMatters + - Add "browse" for labels for dash items - once a tooltip is + showing, switch to other items without a delay [Seif; #666170] + - Always scale down windows in the overview at least to 70% [Vit; #646704] + - Fix the new-workspace drop indicator sometimes getting stuck + [Stefano; #664201] + - Delay rearranging windows in the overview as long as the pointer + is over a window [Vit; #645325] +* Add a GConf => DConf migration file for overriden Mutter settings + [Florian; #667636] +* When a VPN connection is active, show that as the network icon + [Giovanni; #665115] +* Handle the "ExtendedAway" IM status as away, not offline [Guillaume; #667813] +* Improve the appearance of the labels in "Applications" [Alex; #642392] +* Adjust for GTK+ and Mutter API changes for application menu [Ryan; #668118] +* Add section label support to the application menu [Giovanni; #666681] +* Fix screenshot methods to work again [Cosimo; #667662] +* Fix several crashers related to updating workspace thumbnails [Owen; #667652] +* Fix memory management error causing gnome-shell-hotplug-sniffer to crash + [Owen; #667378] +* Build fixes [Emmanuele, Rico; #667864] +* Code cleanups [Adel; #668087] +* Misc bug fixes [Colin, Florian, Giovanni, Owen, Xavier; #633028, #658817, + #664138, #667881, #668048, #668050] + +Contributors: + Emmanuele Bassi, Giovanni Campagna, Cosimo Cecchi, Xavier Claessens, + Guillaume Desmottes, Stefano Facchini, Adel Gadllah, Alex Hultman, + Ryan Lortie, Seif Lotfy, Florian Müllner, Vit Stanislav, Owen Taylor, + Rico Tzschichholz, Colin Walters + +Translations: + Ihar Hrachyshka [be], Alexander Shopov [bg], Arash Mousavi [fa], + Jiri Grönroos, Timo Jyrinki [fi], Fran Diéguez [gl], Kjartan Maraas [nb], + Yuri Myasoedov [ru], Matej Urbančič [sl], Nguyễn Thái Ngọc Duy [vi] + 3.3.3 ===== * https://live.gnome.org/EveryDetailMatters diff --git a/configure.ac b/configure.ac index 52a9605f5..a3424cce3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.3.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.3.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c])