diff --git a/NEWS b/NEWS index e446f4510..4ff2b8fdb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +3.14.0 +====== +* Fix exposure of the accessible tree [Alejandro; #736821] +* Hide empty app folders in app picker [Florian; #736910] + +Contributors: + Florian Müllner, Alejandro Piñeiro + +Translations: + Yuri Myasoedov [ru], Pawan Chitrakar [ne], Manoj Kumar Giri [or], + Daniel Mustieles [es], GNOME Translation Robot [de], Rajesh Ranjan [hi], + Shankar Prasad [kn], Kenneth Nielsen [da], Daniel Korostil [uk], + Changwoo Ryu [ko], A S Alam [pa], Tom Tryfonidis [el], Petr Kovar [cs] + 3.13.92 ======= * Fix submenu arrow animations [Hashem; #728927] diff --git a/configure.ac b/configure.ac index 14b8cf7df..afd3150a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell],[3.13.92],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) +AC_INIT([gnome-shell],[3.14.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/shell-global.c]) @@ -76,7 +76,7 @@ AC_MSG_RESULT($enable_systemd) CLUTTER_MIN_VERSION=1.15.90 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.39.0 -MUTTER_MIN_VERSION=3.13.92 +MUTTER_MIN_VERSION=3.14.0 GTK_MIN_VERSION=3.13.2 GIO_MIN_VERSION=2.37.0 LIBECAL_MIN_VERSION=3.5.3