Bump version to 3.29.92

Update NEWS.
This commit is contained in:
Florian Müllner 2018-08-29 18:54:14 +02:00
parent 6b5117677d
commit e207b45317
2 changed files with 16 additions and 2 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
3.29.92
=======
* Choose some actors to cache on the GPU [Daniel; #792633]
* inputMethod: Hide preedit text if requested [Takao; #431]
* Fix forced fallback app-menus on wayland [Jonas; #276]
Contributors:
Jonas Ådahl, Takao Fujiwara, Mohammed Sadiq, Marco Trevisan (Treviño),
Daniel van Vugt
Translators:
Baurzhan Muftakhidinov [kk], Kukuh Syafaat [id], Milo Casagrande [it],
Changwoo Ryu [ko], Marek Cernocky [cs]
3.29.91
=======
* Fix handling of 0/false options in ShowOSD D-Bus API [Florian; #791669]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '3.29.91',
version: '3.29.92',
meson_version: '>= 0.47.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.91'
mutter_req = '>= 3.29.92'
polkit_req = '>= 0.100'
schemas_req = '>= 3.27.90'
startup_req = '>= 0.11'