From 205773b70057f91b9e4711434706a70930c6429e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 16 Oct 2012 01:25:00 +0200 Subject: [PATCH] Bump version to 3.6.1 Update NEWS --- NEWS | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 55 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c723fff89..dccc3e01e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,56 @@ +3.6.1 +===== +* dash: Make padding even on the top/bottom of the dash [Jasper; #684619] +* Fix a crash when dragging search results [Jasper; #684888] +* workspaceThumbnail: Fix dragging with static workspaces [Jasper; #684641] +* Really hide 'Show Keyboard Layout' on the lock screen [Matthias] +* Misc. improvements to jhbuild setup [Owen; #685352, #685353, #685354, #685355] +* Show message tray in Ctrl+Alt+Tab outside of the overview [Jasper, Florian; + #684633, #685914] +* Disable hotplug sniffer on remote filesystems [Jasper; #684093] +* userMenu: Remove 'Switch Session' item [Florian; #685062] +* unlockDialog: Make prompt entry insensitive while logging in [Jasper; #685444] +* messageTray: Don't animate desktop clone for failed grabs [Jasper; #685342] +* Fix crash on dragging windows between workspaces [Ryan; #681399] +* userMenu: Ignore 'lock-enabled' setting for user switching [Florian; #685536] +* gdm: Fix key-focus on first user [Adel; #684650] +* Make grid button insensitive when dragging non-favorites [Jasper; #685313] +* Calendar: hide all actions when on the login screen [Matthias; #685142] +* Adapt unlock dialog layout for the login screen [Florian; #685201] +* Make focus-follows-mouse work better with Shell UI [Florian; #678169] +* Improve look of screen shield [Jasper; #685919] +* Fix keynav in the login screen [Florian; #684730] +* dateMenu: Hide "Open Calendar" item if calendar unavailable [Florian; #686050] +* unlockDialog: Reset UI on verification failure [Giovanni; #685441] +* Show unlock dialog on primary monitor when using keynav [Giovanni; #685855] +* Fix height changes of entries when entering text [Florian; #685534] +* Fix show-apps label after successful drags [Florian; #684627] +* Misc. bugfixes and cleanups [Jasper, Olivier, Florian, Owen, Adel, Tanner, Tim, Matthias; #685434, #685511, #685466, #685341, #685156, #681159, #673189, #686016, 684869, #686079, #686063 + +Contributors: +Jasper St. Pierre +Matthias Clasen +Owen Taylor +Olivier Blin +Florian Müllner +Ryan Lortie +Adel Gadllah +Tanner Doshier +Tim Lunn +Giovanni Campagna + +Translations: + Tobias Endrigkeit [de], Rudolfs Mazurs [lv], Ask H. Larsen [da], + Shankar Prasad [kn], Changwoo Ryu [ko], Chris Leonard [en_GB], + Arash Mousavi [fa], Theppitak Karoonboonyanan [th], Seán de Búrca [ga], + Yaron Shahrabani [he], Alexander Shopov [bg], Žygimantas Beručka [lt], + Milo Casagrande [it], Kjartan Maraas [nb], Kris Thomsen [da], + Aurimas Černius [lt], Yuri Myasoedov [ru], Мирослав Николић [sr], + Marek Černocký [cs], Gabor Kelemen [hu], Ihar Hrachyshka [be], + Chao-Hsiung Liao [zh_HK, zh_TW], Eleanor Chen [zh_CN], + Carles Ferrando [ca@valencia], Vicent Cubells [ca], Daniel Korostil [uk], + Alexandre Franke [fr], Piotr Drąg [pl] + 3.6.0 ===== * keyboard: Make input source items accessible [Florian; #684462] diff --git a/configure.ac b/configure.ac index e6ac88c47..41bbd67f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.6.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c]) @@ -63,7 +63,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder) CLUTTER_MIN_VERSION=1.11.11 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.33.2 -MUTTER_MIN_VERSION=3.6.0 +MUTTER_MIN_VERSION=3.6.1 GTK_MIN_VERSION=3.3.9 GIO_MIN_VERSION=2.31.6 LIBECAL_MIN_VERSION=3.5.3