summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-08-09 21:35:49 +0200
committerFlorian Müllner <fmuellner@gnome.org>2019-08-09 21:35:49 +0200
commit1b9672b5db3f1165f3ba50b5cb218989abe7422b (patch)
tree605e8635fb67c069186198602d7dbb880ebd555c
parent08c6b801d238e4b99cf74c65a4a1eada74a39581 (diff)
downloadmutter-3.33.90.tar.gz
Bump version to 3.33.903.33.90
Update NEWS.
-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+'
)