summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2021-11-02 19:25:00 +0100
committerFlorian Müllner <fmuellner@gnome.org>2021-11-02 19:51:41 +0100
commit48f4306b738b079d3758595cdb6ab7f6a1f821c8 (patch)
treeb9a3741deebe14f8c66a5252981028fbc4782bfb
parent9ed80a736b274e13ca3a71aa1d65b9d053222763 (diff)
downloadmutter-48f4306b738b079d3758595cdb6ab7f6a1f821c8.tar.gz
Bump version to 40.640.6
Update NEWS.
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9882df649..a7f7e67a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+40.6
+====
+* Don't change workspaces of unmanaged windows [Sebastian; !2003]
+* xwayland: Avoid unnecessary _NET_WM_STATE events [Dor; !2032]
+* Don't use atomic mode setting for virtio_gpu driver [Jonas; !2040]
+* frame-clock: Apply dithering to dispatch times [Daniel; !1826]
+* wayland: Accept final preference of drop destination [Robert; !2043]
+* Fix tilt direction of pen/tablet inputs [Quytelda; !2065]
+* Use b/w unicode for tablet mode OSD [Carlos; !2064]
+* Fix negative paint volume offscreen effect [Sebastian; !2031]
+* Only add paint volumes of mapped actors to stage clip [Robert; !2035]
+* Fix mapping tablet input to correct monitor [Jason; !1934]
+
+Contributors:
+ Dor Askayo, Carlos Garnacho, Jason Gerecke, Quytelda Kahja, Sebastian Keller,
+ Robert Mader, Florian Müllner, Daniel van Vugt, Jonas Ådahl
+
+Translators:
+ Fabio Tomat [fur]
+
40.5
====
* Fix monitor screencast scanouts [Michel; !1914]
diff --git a/meson.build b/meson.build
index e337ac127..3fd2dbd91 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '40.5',
+ version: '40.6',
meson_version: '>= 0.51.0',
license: 'GPLv2+'
)