[gnome-shell] Bump version to 3.37.3
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Bump version to 3.37.3
- Date: Tue, 7 Jul 2020 17:36:14 +0000 (UTC)
commit 7031449f01cfe281f0cc576e69611384e1aba144
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jul 7 03:04:17 2020 +0200
Bump version to 3.37.3
Update NEWS.
NEWS | 35 ++++++++++++++++++++++
meson.build | 4 +--
.../metainfo/org.gnome.Extensions.metainfo.xml.in | 1 +
subprojects/extensions-app/meson.build | 2 +-
subprojects/extensions-tool/meson.build | 2 +-
subprojects/shew/meson.build | 2 +-
6 files changed, 41 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 92c9417925..e71ab0852d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+3.37.3
+======
+* Refactor and clean up window picker
+ [Jonas D., Florian; !1297, !1298, !1305, !1345, !1353]
+* Move calendar events out of notifications list [Florian; !1282]
+* Refine app folder dialogs [Georges; !1301]
+* Hide switch-user button on lock screen if unsupported [Chingkai; #2687]
+* Refactor and clean up app picker pagination [Georges; !1271]
+* Add API to retrieve specified mimetypes from clipboards [Carlos; !1321]
+* Support prepending workspace with horizontal layouts [Florian; #2916]
+* Update microphone icon on input volume changes [fludixx; #2902]
+* Cache labels on GPU [Daniel; !1329]
+* Fix regressions in redesigned modal dialogs [Florian, Jonas D.; #2491, !1336]
+* Use GIcon for all application icons [Florian; !1342]
+* Support pre-authenticated logins in vmware environments [yun341; #1983]
+* Better support sandboxed apps with multiple .desktop files [Florian; #219]
+* Fix on-screen keyboard size in portrait orientation [Florian; #2349]
+* Plugged leaks [Sebastian, Daniel, Florian; !1306, !1319, !1341]
+* Misc. bug fixes and cleanups [Jonas D., Georges, Marco, Florian, Sebastian,
+ MOZGIII, Daniel, Mariana, Jonas Å.; !1296, !1295, #2643, !1300, !1309,
+ !1119, #2901, !1313, !1251, !1285, !1307, !1318, !1310, !1320, !1327, !1315,
+ !1289, !1331, !1332, !1333, !1334, !1340, !1287, !1308, !1346, !1299, !1343,
+ !1351, !1352, !1322]
+
+Contributors:
+ Marco Trevisan (Treviño), Chingkai, Jonas Dreßler, Carlos Garnacho,
+ Sebastian Keller, MOZGIII, Florian Müllner, Georges Basile Stavracas Neto,
+ Mariana Picolo, Daniel van Vugt, fludixx, yun341, Jonas Ådahl
+
+Translators:
+ Daniel Mustieles [es], Boyuan Yang [zh_CN], Yuri Chornoivan [uk],
+ Jordi Mas [ca], sicklylife [ja], Emin Tufan Çetin [tr],
+ Baurzhan Muftakhidinov [kk], Florentina Mușat [ro], Aurimas Černius [lt],
+ Rūdolfs Mazurs [lv]
+
3.37.2
======
* Add support for "PrefersNonDefaultGPU" desktop key [Bastien; !1226]
diff --git a/meson.build b/meson.build
index d62495d88a..3c50502297 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-shell', 'c',
- version: '3.37.2',
+ version: '3.37.3',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)
@@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.65.1'
gtk_req = '>= 3.15.0'
-mutter_req = '>= 3.37.2'
+mutter_req = '>= 3.37.3'
polkit_req = '>= 0.100'
schemas_req = '>= 3.33.1'
startup_req = '>= 0.11'
diff --git a/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in
b/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in
index 7c633ad6ac..6ccb038750 100644
--- a/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in
+++ b/subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in
@@ -39,6 +39,7 @@
</description>
<releases>
+ <release version="3.37.3" date="2020-07-07"/>
<release version="3.37.2" date="2020-06-02"/>
<release version="3.37.1" date="2020-04-29"/>
</releases>
diff --git a/subprojects/extensions-app/meson.build b/subprojects/extensions-app/meson.build
index 7c1f855d41..f4707effcb 100644
--- a/subprojects/extensions-app/meson.build
+++ b/subprojects/extensions-app/meson.build
@@ -1,5 +1,5 @@
project('gnome-extensions-app',
- version: '3.37.2',
+ version: '3.37.3',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)
diff --git a/subprojects/extensions-tool/meson.build b/subprojects/extensions-tool/meson.build
index e33de93c7c..61f3d20011 100644
--- a/subprojects/extensions-tool/meson.build
+++ b/subprojects/extensions-tool/meson.build
@@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c',
- version: '3.37.2',
+ version: '3.37.3',
meson_version: '>= 0.53.0',
license: 'GPLv2+'
)
diff --git a/subprojects/shew/meson.build b/subprojects/shew/meson.build
index 6f24b29522..7dadab5bce 100644
--- a/subprojects/shew/meson.build
+++ b/subprojects/shew/meson.build
@@ -1,5 +1,5 @@
project('shew', 'c',
- version: '3.37.2',
+ version: '3.37.3',
meson_version: '>= 0.53.0',
license: 'LGPLv2+',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]