summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-09-04 14:38:12 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-09-04 15:42:39 +0200
commit383c32e7565da5f1ddd0d10ed397e5797c070366 (patch)
treec8e1fb692b7e1a4ffd0598dcf6ef02891b50de30
parent830006d2acb4b3e84fae128bbd56ab3a73c03c95 (diff)
downloadmutter-383c32e7565da5f1ddd0d10ed397e5797c070366.tar.gz
Bump version to 43.rc43.rc
Update NEWS.
-rw-r--r--NEWS40
-rw-r--r--meson.build2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd402845b..356faecf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+43.rc
+=====
+* Remember monitor scale when switching configurations [Jonas Å.; !2479]
+* Embed wayland output name into screencast streams [Salman; !2540]
+* Limit precision of stored refresh rates [Daniel; !2465, !2602]
+* Add support for the "max bpc" connector property [Daniel; !2412]
+* Fix focus-tracking corner case [Jonas D.; !2329]
+* Add detail to ::event signal [Jonas D.; !2431]
+* Improve heuristics for adding fallback monitor modes [Mario; !2586]
+* Take over color management from gnome-settings-daemon
+ [Jonas Å.; !2141, !2164, !2165, !2166, !2568]
+* Allow scanout for offscreen rotated views [Robert; !2468]
+* Fix hot corner regression on X11 [Jonas Å.; !2604]
+* Fix losing IM focus in some circumstances [Carlos; !2585]
+* Avoid swapping redundant portions of buffers onscreen [Erico; !2241]
+* Animate windows moving between monitors [Alessandro; !2558]
+* Make NVIDIA + gbm use atomic mode setting [Jonas Å.; !2578]
+* Fixed crashes [Jonas Å., Steev, Carlos, Simon; !2554, !2577, !2592, !2182,
+ !2609, !2612]
+* Plugged memory leak [Alessandro; !2608]
+* Misc. bug fixes and cleanups [Florian, Carlos, Jordan, Simon, Jonas Å.,
+ Jonas D., Daniel, Sebastian K., Alberts, Bilal, Dor, Sebastian W.; !2566,
+ !2573, !2576, !2534, !2581, !2430, !2561, !2584, !2588, !2551, !2552, !2594,
+ !2596, !2598, !2601, !2603, !2589, !2587, !2375, !2486, !2606, !1354, !2605,
+ !2611]
+
+Contributors:
+ Dor Askayo, Alessandro Bono, Jonas Dreßler, Bilal Elmoussaoui,
+ Carlos Garnacho, Sebastian Keller, Steev Klimaszewski, Mario Limonciello,
+ Robert Mader, Salman Malik, Simon McVittie, Alberts Muktupāvels,
+ Florian Müllner, Erico Nunes, Jordan Petridis, Daniel van Vugt,
+ Sebastian Wick, Jonas Ådahl
+
+Translators:
+ Nart Tlisha [ab], Jiri Grönroos [fi], Goran Vidović [hr],
+ Yuri Chornoivan [uk], Jordi Mas [ca], Marek Černocký [cs], Balázs Úr [hu],
+ Emin Tufan Çetin [tr], Danial Behzadi [fa], Piotr Drąg [pl],
+ Rūdolfs Mazurs [lv], Hugo Carvalho [pt], Anders Jonsson [sv],
+ Boyuan Yang [zh_CN], Asier Sarasua Garmendia [eu]
+
43.beta
=======
* Fix glitches in apps using subsurfaces [Robert; !2501, !2530]
diff --git a/meson.build b/meson.build
index 45ed455dd..d3c2aeabc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '43.beta',
+ version: '43.rc',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)