diff --git a/NEWS b/NEWS index 8e55553a4..d6831cbf7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +3.3.3 +===== +* https://live.gnome.org/EveryDetailMatters + - Stop flashing the window labels on actions in overview [Zan; #644861] + - Improve the look of window captions in the overview [Marc; #664487] + - Move dash tooltips beside the icon [Seif, Stefano; #666166] +* Support application menus exported from applications via new GLib API + and D-Bus protocol. [Giovanni, Colin, Matthias, Cosimo] +* For removable device prompts, show "Open with Rhythmbox], rather + than "Open with Rhythmbox Music Player' [Florian; #664561] +* Switch to activating the message tray only with a hot corner rather + than a full row of pixels, allowing mouse events to apps [Rui; #663366] +* Fully handle the case where the workspaces-only-on-primary + GSetting is set to false [Florian; #652580] +* Add support for background-size CSS property to St [Quentin; #633462] +* Port to new GJS Lang.Class framework [Giovanni; #664436] +* Finish port to GDBus [Giovanni; #664436] +* Stop using the deprecated Clutter default stage [Florian, Jasper; #664052] +* Fix bugs that kept browser plugin from working in WebKit-based browser + [Jasper; #666444] +* Fix typo that made uninstalling extensions not work [Jasper] +* Fix crash in browser plugin if shell is not run [Jürg] +* Reintroduce piscine paschal ovum [Giovanni; #666606] +* Network menu bug fixes + Giovanni; #664124, #665194, #665680, #666429, #666614] +* Misc bug fixes [Florian, Jasper, Jonny, Marina, Ron; #647587, #659272, + #665261, #666020, #666243] + +Contributors: + Jürg Billeter, Giovanni Campagna, Stefano Candori, Cosimo Cecchi, + Matthias Clasen, Zan Dobersek, Quentin Glidic, Jonny Lamb, Ryan Lortie, + Seif Lotfy, Rui Matos, Florian Müllner, Bastien Nocera, Jasper St. Pierre, + Marc Plano-Lesay, Colin Walters, Ron Yorsten, Marina Zhurakhinskaya + +Translations: + Petr Kovar [cz], Kris Thomsen [dk], Daniel Mustieles [es], + Ville-Pekka Vainio [fi], Yaron Shahrabani [he], Žygimantas Beručka [lt], + Jovan Naumovski [mk], Kjartan Maraas [nb], "Andreas N" [nn], + Lucian Adrian Grijincu [ro], Matej Urbančič [sl], Praveen Illa [te], + Muhammet Kara [tr], Daniel Korostil [uk], Aron Xu [zh_CN] + 3.3.2 ===== * Port D-Bus usage in the shell to GDBus [Giovanni, Marc-Antoine, Florian, diff --git a/configure.ac b/configure.ac index 8e32ea109..29520e0f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.3.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.3.3],[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.7.5 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.29.18 -MUTTER_MIN_VERSION=3.3.2 +MUTTER_MIN_VERSION=3.3.3 FOLKS_MIN_VERSION=0.5.2 GTK_MIN_VERSION=3.0.0 GIO_MIN_VERSION=2.31.0