From 6dd973be1228d7a68dde1a504f2974e62efcc76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 2 Nov 2017 17:01:38 +0100 Subject: [PATCH] Bump version to 3.26.2 Update NEWS. --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 70a703189..f2a44ecd8 100644 --- a/NEWS +++ b/NEWS @@ -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 ====== * Don't detach launched apps to not break pkexec and friends [Florian; #763531] diff --git a/meson.build b/meson.build index 27dc825d5..b82c41398 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.26.1', + version: '3.26.2', meson_version: '>= 0.42.0', license: 'GPLv2+' )