diff --git a/NEWS b/NEWS index 0cf53905c..0a2bd6765 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +3.29.2 +====== +* Guard against untimely keyboard map changes [Carlos; #240] +* Fix icons in search provider results [Florian; #249] +* Fix blurriness of OSD under some resolutions [Silvère; #782011] +* Fix lagging pointer when zoomed [Daniel; #682013] +* Misc. bug fixes [Milan, Xiaoguang, Florian, Mario, Ole; #244, #787871, + #781471, #136, #214, #294] + +Contributors: + Ole Jørgen Brønner, Milan Crha, Carlos Garnacho, Yussuf Khalil, + Silvère Latchurié, Florian Müllner, Mario Sanchez Prada, Ray Strode, + Daniel van Vugt, Xiaoguang Wang + +Translators: + Rafael Fontenelle [pt_BR], Kukuh Syafaat [id], Marcos Lans [gl], + Anders Jonsson [sv], Mingcong Bai [zh_CN] + 3.29.1 ====== * Support icons in app-menu [Florian; #760985] diff --git a/meson.build b/meson.build index 5601c96ca..9b4727893 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell', 'c', - version: '3.29.1', + version: '3.29.2', 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.1' +mutter_req = '>= 3.29.2' polkit_req = '>= 0.100' schemas_req = '>= 3.21.3' startup_req = '>= 0.11'