summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-05-02 18:05:31 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-05-05 21:01:38 +0200
commit94bd385bf3ece2a746d8755049fc1fa5c8c0a808 (patch)
treee3e93fb6204b4f3e805d8df9f7af43f4ebe05339
parentc3210b0ab2a2fc4c4a38c6353c4f1ba0f18950cc (diff)
downloadmutter-94bd385bf3ece2a746d8755049fc1fa5c8c0a808.tar.gz
Bump version to 42.142.1
Update NEWS.
-rw-r--r--NEWS37
-rw-r--r--meson.build2
2 files changed, 38 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e910cfb50..bbd36d0b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+42.1
+====
+* Send correct LEAVE events when entering windows [Jonas D.; !2321]
+* Be more forgiving with wrongly sized clients [Robert; !2335]
+* Add ClutterInputCapabilities enum and device property [Carlos; !2331]
+* Fall back if COPY_MODE_SECONDARY_GPU fails to init [Daniel; !2341]
+* Fix missing root window properties after XWayland start [Olivier; !2336]
+* wayland/shm: Add support for ABGR8888 and XBGR8888 formats [Jonas Å.; !2352]
+* Keep actors dirty if a redraw was queued up during paint() [Carlos; !2353]
+* Fix overview painting of shaped texture with layer snippets [Jonas Å.; !2278]
+* Survive missing GAMMA_LUT KMS property [Daniel; !2360]
+* Record current event when going through event filters [Jonas D.; !2327]
+* Pass events to pointer a11y before going through filters [Jonas D.; !2332]
+* Update cursor when scaled or transformed [Sebastian W.; !2363]
+* Fix screen cast when DMA buffer fails or can't be used [Jonas Å.; !2383]
+* Repick when pointer actor goes unmapped [Jonas D.; !2333]
+* Improve IM support [Carlos; !2365, !2384]
+* Allow using dumb buffers for cursor sprites [Jonas Å.; !2275]
+* wayland/dma-buf: Only advertise supported formats [Robert; !2386]
+* Fix screen cast cursor metadata with unthrottled input [Jonas Å.; !2393]
+* Fixed crashes [Olivier Daniel, Łukasz, Jonas D.; !2339, !2359, !2347, !2299]
+* Plugged memory leak [Sebastian K.; !2345]
+* Misc. bug fixes and cleanups [Christian, Jonas Å., Bartłomiej, Carlos, Daniel,
+ Sebastian W., Corentin, Jonas D., Sebastian K.; !2316, !2152, !2334, !2349,
+ !2325, !2357, !2362, !2373, !2374, !2361, !2366, !2350, !2377, !2382, !2391,
+ !2395, !2387, !2400, !2397, !2378]
+
+Contributors:
+ Jonas Dreßler, Bilal Elmoussaoui, Olivier Fourdan, Carlos Garnacho,
+ Christian Hergert, Sebastian Keller, Robert Mader, Florian Müllner,
+ Corentin Noël, Bartłomiej Piotrowski, Łukasz Spintzyk, Daniel van Vugt,
+ Sebastian Wick, Jonas Ådahl
+
+Translators:
+ Balázs Úr [hu], Charles Monzat [fr], Milo Casagrande [it], Марко Костић [sr],
+ Nathan Follens [nl], Jordi Mas [ca], Ngọc Quân Trần [vi]
+
42.0
====
diff --git a/meson.build b/meson.build
index a10232bbb..d6c1e10b6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '42.0',
+ version: '42.1',
meson_version: '>= 0.55.0',
license: 'GPLv2+'
)