Bump version to 3.26.2

Update NEWS.
This commit is contained in:
Florian Müllner 2017-11-02 17:01:38 +01:00
parent 98be314e64
commit 6dd973be12
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
3.26.2
======
* Dump javascript stack on aborts, traps and segfaults [Marco; #789237]
* Misc. bug fixes [Jonas, Florian, Alessandro; #788607, #789018, #789231,
#788542, #789103]
Contributors:
Jonas Ådahl, Alessandro Bono, Florian Müllner, Marco Trevisan (Treviño)
Translations:
Xavi Ivars [ca@valencia], Fabio Tomat [fur], Matej Urbančič [sl],
Hannie Dumoleyn [nl]
3.26.1 3.26.1
====== ======
* Don't detach launched apps to not break pkexec and friends [Florian; #763531] * Don't detach launched apps to not break pkexec and friends [Florian; #763531]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c', project('gnome-shell', 'c',
version: '3.26.1', version: '3.26.2',
meson_version: '>= 0.42.0', meson_version: '>= 0.42.0',
license: 'GPLv2+' license: 'GPLv2+'
) )