summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2dfea933a..c710f4d9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.36.9
+======
+* Do not ping unmanaging windows [Florian; gnome-shell#2467]
+* Improve freezes when switching workspace [Jonas Å.; !1616]
+* Fix drag cancel animation when using geometry scaling [Robert; !1683]
+* Fix stuck icon in DND operation between X11 and wayland [Carlos; !1720]
+* Fix restoring focus to windows using globally active input [Olivier; !1716]
+* Fix order in which subsurface placement operations are handled [Robert; !1768]
+
+Contributors:
+ Jonas Ådahl, Olivier Fourdan, Carlos Garnacho, Robert Mader, Florian Müllner
+
3.36.8
======
* Fix _NET_WM_FRAME_DRAWN timestamps [Jonas; !1360]
diff --git a/meson.build b/meson.build
index e40f037a9..637173a94 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '3.36.8',
+ version: '3.36.9',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)