Bump version to 3.14.4
Update NEWS.
This commit is contained in:
parent
92e0cc1008
commit
71daa39349
17
NEWS
17
NEWS
@ -1,3 +1,20 @@
|
|||||||
|
3.14.4
|
||||||
|
======
|
||||||
|
* Fix erroneous week numbers in calendar [Florian; #736722]
|
||||||
|
* Make slider scrolling smoother [Adel; #742648]
|
||||||
|
* Fix current day highlight on day change [Sebastian; #742492]
|
||||||
|
* Do not wake up the screen for disabled notifications [Florian; #744114]
|
||||||
|
* gdm: Fix user list accessibility [Florian; #729603]
|
||||||
|
* Work around background corruption with NVIDIA driver [Rui; #739178]
|
||||||
|
* Misc. bug fixes [Florian, Rui, Michele; #744575, #743993, #745245, #745570,
|
||||||
|
#737502]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Michele, Adel Gadllah, Sebastian Keller, Rui Matos, Florian Müllner
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
Matej Urbančič [sl], Samir Ribic [bs]
|
||||||
|
|
||||||
3.14.3
|
3.14.3
|
||||||
======
|
======
|
||||||
* Properly remove network connections from list [Ryan; #740227]
|
* Properly remove network connections from list [Ryan; #740227]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.63)
|
AC_PREREQ(2.63)
|
||||||
AC_INIT([gnome-shell],[3.14.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
AC_INIT([gnome-shell],[3.14.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SRCDIR([src/shell-global.c])
|
AC_CONFIG_SRCDIR([src/shell-global.c])
|
||||||
@ -76,7 +76,7 @@ AC_MSG_RESULT($enable_systemd)
|
|||||||
CLUTTER_MIN_VERSION=1.15.90
|
CLUTTER_MIN_VERSION=1.15.90
|
||||||
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
|
||||||
GJS_MIN_VERSION=1.39.0
|
GJS_MIN_VERSION=1.39.0
|
||||||
MUTTER_MIN_VERSION=3.14.3
|
MUTTER_MIN_VERSION=3.14.4
|
||||||
GTK_MIN_VERSION=3.13.2
|
GTK_MIN_VERSION=3.13.2
|
||||||
GIO_MIN_VERSION=2.37.0
|
GIO_MIN_VERSION=2.37.0
|
||||||
LIBECAL_MIN_VERSION=3.5.3
|
LIBECAL_MIN_VERSION=3.5.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user