Bump version to 44.rc

Update NEWS.
This commit is contained in:
Florian Müllner 2023-03-06 02:48:51 +01:00
parent 7fdf9b8a06
commit c4f36eefd6
6 changed files with 32 additions and 9 deletions

26
NEWS
View File

@ -1,3 +1,29 @@
44.rc
=====
* Unmute to default volume when slider was at 0 [Florian; !2644]
* Fix missing battery percentage in the top bar [DaPigGuy; !2657]
* Fix unexpected focus order after activating apps [Florian; !2659]
* Stop using GTK for systray support [Carlos; !2590]
* Expose GtkIconTheme replacement to extensions [Florian; !2671]
* Disallow using (most of) GTK in the compositor process [Florian; !2680]
* Plugged leak [Sebastian; !2652]
* Misc. bug fixes and cleanups [Jonas, Florian, Andy, Carlos, Sebastian, Sam,
Automeris, Ray; !2318, !2658, !2663, !2642, !2656, !2664, !2667, !2648,
!2654, !2655, !2670, !2669, !2673, !2675, !2674, !2677, !2676]
Contributors:
DaPigGuy, Jonas Dreßler, Carlos Garnacho, Sam Hewitt, Andy Holmes,
Sebastian Keller, Florian Müllner, Ray Strode, Automeris naranja
Translators:
Daniel Mustieles [es], Jürgen Benvenuti [de], Piotr Drąg [pl],
Danial Behzadi [fa], Fabio Tomat [fur], Jordi Mas [ca], Hemish [hi],
Asier Sarasua Garmendia [eu], Matej Urbančič [sl], Alan Mortensen [da],
Мирослав Николић [sr], Jean-Marc Tissières [fr], Jiri Grönroos [fi],
Sabri Ünal [tr], Balázs Úr [hu], Yuri Chornoivan [uk], Changwoo Ryu [ko],
Aleksandr Melman [ru], Yosef Or Boczko [he], Aurimas Černius [lt],
Alexander Shopov [bg], Hugo Carvalho [pt]
44.beta
=======
* Fix screencast UI being erroneously disabled [Florian; !2533]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '44.beta',
version: '44.rc',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)
@ -25,7 +25,7 @@ gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.73.1'
gtk_req = '>= 3.15.0'
mutter_req = '>= 44.beta'
mutter_req = '>= 44.rc'
polkit_req = '>= 0.100'
schemas_req = '>= 42.beta'
startup_req = '>= 0.11'

View File

@ -39,10 +39,7 @@
</description>
<releases>
<release version="43.1" date="2022-10-22"/>
<release version="43.0" date="2022-09-17">
<p>Modernize About window</p>
</release>
<release version="44.rc" date="2023-03-06" type="development"/>
</releases>
<screenshots>

View File

@ -1,5 +1,5 @@
project('gnome-extensions-app',
version: '44.beta',
version: '44.rc',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View File

@ -1,5 +1,5 @@
project('gnome-extensions-tool', 'c',
version: '44.beta',
version: '44.rc',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View File

@ -1,5 +1,5 @@
project('shew', 'c',
version: '44.beta',
version: '44.rc',
meson_version: '>= 0.58.0',
license: 'LGPLv2+',
)