Bump version to 3.36.3

Update NEWS.
This commit is contained in:
Florian Müllner 2020-06-03 00:58:18 +02:00
parent 33c008b90a
commit dc75c7d297
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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]

View File

@ -1,5 +1,5 @@
project('mutter', 'c',
version: '3.36.2',
version: '3.36.3',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)