summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7a4a592f..84e4d7f9f 100644
--- a/NEWS
+++ b/NEWS
@@ -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]
diff --git a/meson.build b/meson.build
index d4b2c554c..700a36029 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '3.35.2',
+ version: '3.35.3',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)