Bump version to 3.19.2
Update NEWS.
This commit is contained in:
parent
e1e08f0a68
commit
a1c091d98d
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
|||||||
|
3.19.2
|
||||||
|
======
|
||||||
|
* Make gnome-shell DBus activatable [Ray; #741666]
|
||||||
|
* Fix browser plugin crash in Firefox [Carlos; #737932, #757940]
|
||||||
|
* Optionally show battery percentage in system status area [Bastien; #735771]
|
||||||
|
* Misc. bug fixes [Kalev, Florian, Bastien; #757418, #757668, #757779, #757816,
|
||||||
|
#745626, #758220]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Michael Biebl, Michael Catanzaro, Piotr Drąg, Carlos Garcia Campos,
|
||||||
|
Kalev Lember, Florian Müllner, Bastien Nocera, Ray Strode
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Pedro Albuquerque [pt], liushuyu [zh_CN], Yosef Or Boczko [he],
|
||||||
|
Jiri Grönroos [fi], Kjartan Maraas [nb], GNOME Translation Robot [gd],
|
||||||
|
Daniel Mustieles [es], Marek Černocký [cs], Kristjan SCHMIDT [eo],
|
||||||
|
Stas Solovey [ru]
|
||||||
|
|
||||||
3.19.1
|
3.19.1
|
||||||
======
|
======
|
||||||
* Respect text-scaling factor under wayland [Owen; #756447]
|
* Respect text-scaling factor under wayland [Owen; #756447]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.19.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.19.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
AX_IS_RELEASE([git-directory])
|
AX_IS_RELEASE([git-directory])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
@ -77,7 +77,7 @@ AC_MSG_RESULT($enable_systemd)
|
|||||||
CLUTTER_MIN_VERSION=1.21.5
|
CLUTTER_MIN_VERSION=1.21.5
|
||||||
GOBJECT_INTROSPECTION_MIN_VERSION=1.45.4
|
GOBJECT_INTROSPECTION_MIN_VERSION=1.45.4
|
||||||
GJS_MIN_VERSION=1.39.0
|
GJS_MIN_VERSION=1.39.0
|
||||||
MUTTER_MIN_VERSION=3.19.1
|
MUTTER_MIN_VERSION=3.19.2
|
||||||
GTK_MIN_VERSION=3.15.0
|
GTK_MIN_VERSION=3.15.0
|
||||||
GIO_MIN_VERSION=2.45.3
|
GIO_MIN_VERSION=2.45.3
|
||||||
LIBECAL_MIN_VERSION=3.5.3
|
LIBECAL_MIN_VERSION=3.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user