[gnome-shell] Bump version to 3.29.90



commit b8b5da1e953bb8dc89896dc1cc1862f2616addae
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Aug 1 03:15:09 2018 +0200

    Bump version to 3.29.90
    
    Update NEWS.

 NEWS        | 19 +++++++++++++++++++
 meson.build |  4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 09ed3db15..fb971a636 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.29.90
+=======
+* Add remote access indication on wayland [Jonas; !160]
+* Fix wrong window positions in overview on wayland [Marco; #776588]
+* Add gesture to unfullscreen a window [Jan-Michael; !123]
+* Add PickColor method to screenshot D-Bus interface [Florian; #286]
+* Consider "new-window" action when opening new windows [Florian; #756844]
+* Make workspace switching gestures follow motion [Carlos; #788994]
+* Support audio volumes above 100% [Didier; #790280]
+* Misc. bug fixes [Florian, Daniel; #424, !132, !182, #433, !179, #786496]
+
+Contributors:
+  Jonas Ådahl, Jan-Michael Brummer, Piotr Drąg, Daniel Drake, Carlos Garnacho,
+  Florian Müllner, Georges Basile Stavracas Neto, Didier Roche, Jakub Steiner,
+  Marco Trevisan (Treviño)
+
+Translators:
+  Charles Monzat [fr], Daniel Mustieles [es]
+
 3.29.4
 ======
 * Fix "Clear All" for calendar events [Florian; #325]
diff --git a/meson.build b/meson.build
index 045684902..03b9d52a8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-shell', 'c',
-  version: '3.29.4',
+  version: '3.29.90',
   meson_version: '>= 0.42.0',
   license: 'GPLv2+'
 )
@@ -23,7 +23,7 @@ gi_req = '>= 1.49.1'
 gjs_req = '>= 1.47.0'
 gtk_req = '>= 3.15.0'
 json_glib_req = '>= 0.13.2'
-mutter_req = '>= 3.29.4'
+mutter_req = '>= 3.29.90'
 polkit_req = '>= 0.100'
 schemas_req = '>= 3.27.90'
 startup_req = '>= 0.11'


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