Bump version to 3.36.5

Update NEWS.
This commit is contained in:
Florian Müllner 2020-08-11 21:41:41 +02:00
parent e3b213f9d7
commit 7d061a06de
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

@ -1,3 +1,18 @@
3.36.5
======
* Screencast fixes and improvements [Jonas; !1351, !1365]
* Fix glitches when subsurfaces extend outside the toplevel [Robert; #1316]
* Mipmap background texture rendering [Daniel; !1347]
* Fix wine copy & paste [Sebastian; !1369]
* Plugged memory leaks [Marco, Thomas; !1195]
Contributors:
Jonas Ådahl, Thomas Hindoe Paaboel Andersen, Sebastian Keller, Robert Mader,
Marco Trevisan (Treviño), Daniel van Vugt
Translators:
Rafael Fontenelle [pt_BR]
3.36.4
======
* Fix crash on area screenshots with fractional scaling [Sebastian; !1320]

View File

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