summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa41e4b55..d5640ae05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.33.90
+=======
+* Fix visibility of clones with hidden source [Florian; #683]
+* Reduce freezes when opening some popup windows [Carlos; #556]
+* Be more thorough when excluding obscured areas from painting [Carlos; !698]
+* Make it possible to start Xwayland on demand [Carlos; !709]
+* clutter: Expose layout_manager to transitions [Florian; !716]
+* Misc. bug fixes and cleanups [Mark, Florian, Iain, Niels, Carlos, Ray; !671,
+ !691, !694, !696, !703, !707, !697, !710, !708, !714, #719, !721]
+
+Contributors:
+ Mark Blakeney, Carlos Garnacho, Niels De Graef, Iain Lane, Florian Müllner,
+ Ray Strode
+
+Translators:
+ Asier Sarasua Garmendia [eu], Rafael Fontenelle [pt_BR], Fabio Tomat [fur],
+ Florentina Mușat [ro]
+
3.33.4
======
* Discard page flip retries on hotplug [Jonas; !630]
diff --git a/meson.build b/meson.build
index 7e774c4d9..6ec758167 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mutter', 'c',
- version: '3.33.4',
+ version: '3.33.90',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)