From d8ad91136d012b9aeaefa40fd97724b0ed6c73b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 31 Mar 2025 16:46:32 +0200 Subject: [PATCH] Bump version to 48.1 Update NEWS. --- NEWS | 22 ++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f8befd871..1ab7c7cc3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +48.1 +==== +* Fixed occasional screen freezes [Michel, Jonas; !4338, !4334, !4375] +* Fix tablet tool cursor sizes when set via the cursor shape protocol + [Jan; !4345] +* Fix hiding the cursor when using the cursor shape protocl [Sebastian; !4358] +* Fall back to the default color mode when a HDR monitor looses HDR capabilities + [Sebastian, Jonas; !4357, !4364] +* Disable HDR support with non-atomic (legacy) KMS drivers [Sebastian; !4357] +* Fix the cursor shape protocol when being used with tablets [Carlos; !4367] +* Immediately update cursors on theme and size changes [Sebastian; !4359] +* Avoid cursor stuttering when cursor set via the cursor shape protocol + [Michel; !4371] +* Handle DnD cursor feedback in compositor [Carlos; !4368] +* Fixed crashes [Orko, Michel, Jonas, Daniel; !4351, !4372, !4374, !4370, !4378] +* Misc. bug fixes and cleanups [Daniel, Florian, Carlos, Michel; !4340, !4343, + !4352, !4353, !4361, !4369, !4377] + +Contributors: + Jan Alexander Steffens (heftig), Michel Dänzer, Orko Garai, Carlos Garnacho, + Florian Müllner, Daniel van Vugt, Sebastian Wick, Jonas Ådahl + 48.0 ==== * Improve wp_color_management_v1 support [Joan; !4304] diff --git a/meson.build b/meson.build index 7ed4b0737..d8520e743 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '48.0', + version: '48.1', meson_version: '>= 1.3.0', license: 'GPL-2.0-or-later', )