Tag release 40.alpha.1.1
Like the mutter 40.alpha.1.1 release, we missed adjusting to a GSettings schema move from g-s-d to gsettings-desktop-schemas, resulting in an abort on startup with the latest released gnome-settings-daemon.
This commit is contained in:
parent
a32df6b7a3
commit
40ac6143a4
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
|||||||
|
40.alpha.1.1
|
||||||
|
============
|
||||||
|
* Adapt to settings moving to gsettings-desktop-schemas [Florian; !1573]
|
||||||
|
* Misc. bug fixes [Georges, Florian; !1571, !1574]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner, Georges Basile Stavracas Neto
|
||||||
|
|
||||||
|
Translators:
|
||||||
|
Марко Костић [sr], Marek Černocký [cs], Fabio Tomat [fur]
|
||||||
|
|
||||||
40.alpha.1
|
40.alpha.1
|
||||||
==========
|
==========
|
||||||
* Restore app picker fade during swipes [Georges, Florian; !1519, !1569]
|
* Restore app picker fade during swipes [Georges, Florian; !1519, !1569]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-shell', 'c',
|
project('gnome-shell', 'c',
|
||||||
version: '40.beta',
|
version: '40.alpha.1.1',
|
||||||
meson_version: '>= 0.53.0',
|
meson_version: '>= 0.53.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
|
|||||||
gi_req = '>= 1.49.1'
|
gi_req = '>= 1.49.1'
|
||||||
gjs_req = '>= 1.65.1'
|
gjs_req = '>= 1.65.1'
|
||||||
gtk_req = '>= 3.15.0'
|
gtk_req = '>= 3.15.0'
|
||||||
mutter_req = '>= 40.beta'
|
mutter_req = '>= 40.alpha.1.1'
|
||||||
polkit_req = '>= 0.100'
|
polkit_req = '>= 0.100'
|
||||||
schemas_req = '>= 3.33.1'
|
schemas_req = '>= 3.33.1'
|
||||||
startup_req = '>= 0.11'
|
startup_req = '>= 0.11'
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
</description>
|
</description>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="40.beta" type="development" date="2021-01-14"/>
|
<release version="40.alpha.1.1" type="development" date="2021-01-18"/>
|
||||||
<release version="40.alpha.1" type="development" date="2021-01-14"/>
|
<release version="40.alpha.1" type="development" date="2021-01-14"/>
|
||||||
<release version="40.alpha" type="development" date="2020-12-02">
|
<release version="40.alpha" type="development" date="2020-12-02">
|
||||||
<description>
|
<description>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-extensions-app',
|
project('gnome-extensions-app',
|
||||||
version: '40.beta',
|
version: '40.alpha.1.1',
|
||||||
meson_version: '>= 0.53.0',
|
meson_version: '>= 0.53.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gnome-extensions-tool', 'c',
|
project('gnome-extensions-tool', 'c',
|
||||||
version: '40.beta',
|
version: '40.alpha.1.1',
|
||||||
meson_version: '>= 0.53.0',
|
meson_version: '>= 0.53.0',
|
||||||
license: 'GPLv2+'
|
license: 'GPLv2+'
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('shew', 'c',
|
project('shew', 'c',
|
||||||
version: '40.beta',
|
version: '40.alpha.1.1',
|
||||||
meson_version: '>= 0.53.0',
|
meson_version: '>= 0.53.0',
|
||||||
license: 'LGPLv2+',
|
license: 'LGPLv2+',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user