summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2020-07-06 21:12:19 +0200
committerFlorian Müllner <fmuellner@gnome.org>2020-07-07 19:24:32 +0200
commit30d9d1968ceca2e799838063a75b668a0d5ecefb (patch)
treef29d46160f2bcd1e28ff330d4ace435095305b95 /NEWS
parent65aa476414ca87aac64f4e55c26c19322ffd58f0 (diff)
downloadmutter-30d9d1968ceca2e799838063a75b668a0d5ecefb.tar.gz
Bump version to 3.37.33.37.3
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 402a404e0..776f99a26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+3.37.3
+======
+* Support custom keyboard layouts in $XDG_CONFIG_HOME/xkb [Peter; !936]
+* Optimize resource scale computation [Jonas D.; !1196, !1276, !1343]
+* Allow animating ClutterActor's content property [Georges; !1301]
+* Implement backgrounds as ClutterContent [Georges; !1302]
+* Add ClutterAlignContraint:pivot-point property [Jonas D.; !737]
+* Fix crash on area screenshots with fractional scaling [Sebastian; !1320]
+* Do not paint textures of fully obscured windows [Robert; !1326]
+* Use a more appropriate combine function on opaque areas [Daniel; !1331]
+* Fix remote desktop being broken without screencast session [Olivier; #1307]
+* Remove more long-deprecated Clutter APIs [Adam, Georges; !1194, !1332]
+* Drive each monitor by its own frame clock [Jonas Å.; !1285]
+* Fix copy/paste failures on X11 [Carlos; !1350]
+* Mipmap background texture rendering [Daniel; !1347]
+* Plugged memory leaks [Sebastian, Jonas D.; !1293, !1281, !1304]
+* Misc. bug fixes and cleanups [Jonas Å., Jonas D., Daniel, Corentin, Carlos,
+ Sebastian, Michel, Robert, Florian; !1288, !1289, !1291, !1296, !1292, !1298,
+ !1300, !1303, !1290, !1287, !1306, !1305, !1308, !1313, !1250, !1314, !1267,
+ !1275, !1317, !1270, !1322, !1181, !1282, !1325, !1323, !1240, !1295, !1329,
+ !1333, !1334, !1336, !1341, #1312, !1345, !1349, !1356, #873, !1310, !1357]
+
+Contributors:
+ Jonas Dreßler, Michel Dänzer, Olivier Fourdan, Carlos Garnacho,
+ Peter Hutterer, Adam Jackson, Sebastian Keller, Robert Mader, Florian Müllner,
+ Georges Basile Stavracas Neto, Corentin Noël, Daniel van Vugt, Jonas Ådahl
+
3.37.2
======
* Fix move-to-center keybinding with multiple monitors [Sergey; #1073]