diff options
author | Florian Müllner <fmuellner@gnome.org> | 2018-07-18 17:46:36 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2018-07-18 17:46:36 +0200 |
commit | 0221099e7e055df20fd80b308c916545e095cc4f (patch) | |
tree | 5148c1dccb6c239bff53e9bd260ff0c8efc5f84a | |
parent | 374caade4742405a402952a894f11ced77fe1b9b (diff) | |
download | gnome-shell-0221099e7e055df20fd80b308c916545e095cc4f.tar.gz |
Bump version to 3.29.43.29.4
Update NEWS.
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | meson.build | 4 |
2 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,19 @@ +3.29.4 +====== +* Fix "Clear All" for calendar events [Florian; #325] +* Allow cancelling direct switch operations [Xavier; #315] +* Support being started by systemd --user [Iain; !137, !138] +* Support key event forwarding required by some input methods [Carlos; #275] +* Misc. bug fixes and cleanups [Jasper, Andrea, Florian; #663461, #372, !112, + #414, !151] + +Contributors: + Andrea Azzarone, Carlos Garnacho, Xavier Johnson, Iain Lane, Florian Müllner, + Jasper St. Pierre + +Translators: + Stas Solovey [ru] + 3.29.3 ====== * Save creation time in screenshot metadata [Florian; #790481] diff --git a/meson.build b/meson.build index edc597553..7e5fe3832 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.29.3', + version: '3.29.4', 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.2' +mutter_req = '>= 3.29.4' polkit_req = '>= 0.100' schemas_req = '>= 3.21.3' startup_req = '>= 0.11' |