[gnome-shell] Bump version to 3.36.0



commit 4baa091bc54856b191394c70bcedcd3fb4d1a2b5
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Mar 7 22:47:10 2020 +0100

    Bump version to 3.36.0
    
    Update NEWS.

 NEWS        | 21 +++++++++++++++++++++
 meson.build |  6 +++---
 2 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1148a45198..991e2e35b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+3.36.0
+======
+* Fix off-by-1900 error in date conversions [Florian; !1061]
+* Fix crash on startup with topIcons* extension enabled [Florian; #2308]
+* Don't require gsd-xsettings for X11 support on wayland [Olivier; !1065]
+* Fix ibus support in Xorg session [Carlos; #1690]
+* Improve Extensions D-Bus API [Florian; !1074]
+* Allow session modes to specify alternative resource name [Marco; !1063]
+* Fix link to location settings in aggregate menu [Sebastian; #2316]
+* Fix illegible app folder titles with light theme [ub; !1059]
+* Really fix visual glitch in sliders [Jonas; #1569]
+
+Contributors:
+  Marco Trevisan (Treviño), Jonas Dreßler, Olivier Fourdan, Carlos Garnacho,
+  Sebastian Keller, Florian Müllner, ub
+
+Translators:
+  Aman Alam [pa], Goran Vidović [hr], Aurimas Černius [lt],
+  Milo Casagrande [it], Daniel Korostil [uk], sicklylife [ja],
+  Marek Černocký [cs], Nathan Follens [nl]
+
 3.35.92
 =======
 * Plug a memory leak [Jonas D.; !1015]
diff --git a/meson.build b/meson.build
index 91193221c3..8b22b72157 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-shell', 'c',
-  version: '3.35.92',
+  version: '3.36.0',
   meson_version: '>= 0.47.0',
   license: 'GPLv2+'
 )
@@ -25,12 +25,12 @@ gio_req = '>= 2.56.0'
 gi_req = '>= 1.49.1'
 gjs_req = '>= 1.63.2'
 gtk_req = '>= 3.15.0'
-mutter_req = '>= 3.35.92'
+mutter_req = '>= 3.36.0'
 polkit_req = '>= 0.100'
 schemas_req = '>= 3.33.1'
 startup_req = '>= 0.11'
 ibus_req = '>= 1.5.2'
-gnome_desktop_req = '>= 3.34.2'
+gnome_desktop_req = '>= 3.35.90'
 
 bt_req = '>= 3.9.0'
 gst_req = '>= 0.11.92'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]