Bump version to 3.10.4
Update NEWS.
This commit is contained in:
parent
4d72af73c8
commit
4a9ffb5e2f
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
||||
3.10.4
|
||||
======
|
||||
* Fix keyboard activation of legacy tray icons [Giovanni; #721267]
|
||||
* Fix regressions from window-tracking changes in 3.10.3 [Florian; #722434,
|
||||
#722690, #722840, #723308, #722928]
|
||||
* Scale UI on high-resolution displays [Adel; #705410]
|
||||
* Misc. bug fixes [Giovanni, Jasper; #722547, #723197, #724256]
|
||||
|
||||
Contributors:
|
||||
Giovanni Campagna, Adel Gadllah, Florian Müllner, Jasper St. Pierre
|
||||
|
||||
Translations:
|
||||
Nilamdyuti Goswami [as], Stas Solovey [ru], A S Alam [pa]
|
||||
|
||||
3.10.3
|
||||
======
|
||||
* Fix reentrancy issue in message tray [Jasper; #711694]
|
||||
|
@ -1,5 +1,5 @@
|
||||
AC_PREREQ(2.63)
|
||||
AC_INIT([gnome-shell],[3.10.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||
AC_INIT([gnome-shell],[3.10.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])
|
||||
@ -60,7 +60,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder)
|
||||
CLUTTER_MIN_VERSION=1.13.4
|
||||
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
||||
GJS_MIN_VERSION=1.38.1
|
||||
MUTTER_MIN_VERSION=3.10.1
|
||||
MUTTER_MIN_VERSION=3.10.4
|
||||
GTK_MIN_VERSION=3.7.9
|
||||
GIO_MIN_VERSION=2.37.0
|
||||
LIBECAL_MIN_VERSION=3.5.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user