1
0
Fork 0

Bump version to 3.35.3

Update NEWS.
This commit is contained in:
Florian Müllner 2020-01-05 12:15:29 +01:00
parent bd4ebd23f4
commit 9075a5bf1e
2 changed files with 16 additions and 1 deletions

15
NEWS
View file

@ -1,3 +1,18 @@
3.35.3
======
* backends/native: Correct dy value in pinch gesture event [Yariv; !974]
* Upload clipping rectangles in parallel [Daniel; !969]
* More cogl API cleanups [Adam; !978, !977, !973]
* Fix window recording on HiDPI [Pascal; !976]
* Fix top-left pixel being insensitive to clicks [Sebastian; #893]
* Misc. bug fixes and cleanups [Daniel, Adam; !979, !980]
Contributors:
Yariv Barkan, Adam Jackson, Sebastian Keller, Pascal Nowack, Daniel van Vugt
Translators:
Fran Dieguez [gl], Dz Chen [zh_CN]
3.35.2
======
* Don't emit focus event after destruction [Marco; gnome-shell#1704, !860]

View file

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