From fdbac25e0d6ed196a46851d84cc97cb5db690c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 4 Sep 2019 20:48:56 +0200 Subject: [PATCH] Bump version to 3.33.92 Update NEWS. --- NEWS | 28 ++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ab6658bd2..6060398d4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +3.33.92 +======= +* Turn MetaShapedTexture into a ClutterContent implementation [Georges; !409] +* Restore inhibit shortcut for overlay key [Olivier; #734] +* Misc. pointer a11y improvements [Jonas D., Olivier; !746, !747, !745, !761] +* Fix position of drag surfaces [Robert; !684] +* Implement subsurface.place_below() for parents [Robert; !664] +* Add meta_window_actor_get_image() [Jonas Å.; !752] +* Revert faulty optimization from !719 [Jonas Å.; #735] +* Add additional sysprof trace points [Jonas Å.; !757, !765] +* Remove GLX "threaded swap wait" used on Nvidia [Daniel; !602] +* Implement geometric picking [Daniel; !189] +* Fix lost keyboard focus after DND [Olivier; #747] +* Misc. bug fixes and cleanups [Florian, Carlos, Piotr, Hans, Georges, Robert, + Ray, Mart, Rémi; !740, !672, !749, !751, !753, !730, !755, !756, !750, !715, + #738944, !657, !768] + +Contributors: + Jonas Ådahl, Rémi Bernon, Piotr Drąg, Jonas Dreßler, Olivier Fourdan, + Carlos Garnacho, Hans de Goede, Robert Mader, Florian Müllner, + Georges Basile Stavracas Neto, Mart Raudsepp, Ray Strode, Daniel van Vugt + +Translators: + Piotr Drąg [pl], Марко Костић [sr], Rūdolfs Mazurs [lv], Matej Urbančič [sl], + Balázs Úr [hu], Fran Dieguez [gl], Jordi Mas [ca], Anders Jonsson [sv], + Trần Ngọc Quân [vi], Tim Sabsch [de], Fabio Tomat [fur], Goran Vidović [hr], + Marek Černocký [cs] + 3.33.91 ======= * Fix primary selection copy and paste between X11 and wayland [Hans; #702] diff --git a/meson.build b/meson.build index ef59222c3..472693ca4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mutter', 'c', - version: '3.33.91', + version: '3.33.92', meson_version: '>= 0.50.0', license: 'GPLv2+' )