Bump version to 3.16.4

Update NEWS.
This commit is contained in:
Florian Müllner 2015-10-15 20:15:29 +02:00
parent c3ac059464
commit f3b8f0bf12
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
3.16.4
======
* Fix screen freezes when a notification is pushed [Carlos; #755425]
* Fix icons getting cut off in dash [Florian; #745649]
* Misc. bug fixes [Bastien, Ray, Florian; #752779, #752438, #752739, #651503,
#753181]
Contributors:
Emmanuele Bassi, Carlos Garnacho, Florian Müllner, Bastien Nocera, Ray Strode
Translations:
Pedro Albuquerque [pt], Jiri Grönroos [fi]
3.16.3
======
* Handle touch events in OSK on wayland [Rui; #750287]

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([gnome-shell],[3.16.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell],[gnome-shell])
AC_INIT([gnome-shell],[3.16.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])