From c085e1f6be5846f94c2e79e1a2cf957ebad04d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 2 Sep 2021 01:35:47 +0200 Subject: Bump version to 41.rc Update NEWS. Part-of: --- NEWS | 24 ++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fa947ba62..1288751f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +41.rc +===== +* Add clutter_stage_paint_to_content() [Ivan; !1899] +* Add meta_cursor_tracker_get_scale() [Ivan; !1967] +* wayland: Make each wl_output correspond to one monitor [Jonas; !1712] +* Expose 'inactive-since' timestamp to uresourced [Nishal; !1960] +* Pass dirty rects to secondary GPU [Piotr; !1879] +* Support commiting preedit string on focus loss [Carlos; !1940] +* Improve auto-rotation support [Marco; !1233] +* Add meta_window_actor_paint_to_content() [Robert; !1893] +* Fixed crashes [Jonas, Ray, Robert; !1947, !1979, !1965, !1958] +* Misc. bug fixes and cleanups [Florian, Carlos, Robert, Daniel, Erico, Dor; + !1957, !1924, !1970, !1971, !1972, !1973, !1974, !1977, !1978, !1975, !1886, + !1983, !1990, !1980] + +Contributors: + Marco Trevisan (Treviño), Dor Askayo, Carlos Garnacho, Nishal Kulkarni, + Piotr Lopatka, Robert Mader, Ivan Molodetskikh, Florian Müllner, Erico Nunes, + Ray Strode, Daniel van Vugt, Jonas Ådahl + +Translators: + Asier Sarasua Garmendia [eu], Claude Paroz [fr], Jiri Grönroos [fi], + Baurzhan Muftakhidinov [kk], Aurimas Černius [lt] + 41.beta ======= * Fix mouse position in remote desktop with fractional scaling [Pascal; !1867] diff --git a/meson.build b/meson.build index c4fea8043..6e614b557 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '41.beta', + version: '41.rc', meson_version: '>= 0.53.0', license: 'GPLv2+' ) -- cgit v1.2.1