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 99795f5c4..60ad8edef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.36.3
+======
+* Broadcast clipboard/primary offers [Carlos; !1262]
+* Fix monitor screen cast on X11 [Jonas Å.; !1251]
+* Implement touch-mode detecation for the X11 backend [Carlos; !1278]
+* Drop external keyboard detection from touch-mode heuristics [Carlos; !1277]
+* Fix leaked DMA buffers in screencasts [Jonas; !1283]
+* Fixed crashes [Daniel, Carlos, Jonas D.; !1256, !1258, !1280]
+
+Contributors:
+ Carlos Garnacho, Daniel van Vugt, Jonas Ådahl
+
3.36.2
======
* Sync timelines to hardware vsync [Daniel; !724]
diff --git a/meson.build b/meson.build
index ed9cc88c3..bce6095fe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '3.36.2',
+ version: '3.36.3',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)