Bump version to 47.rc

Update NEWS.
This commit is contained in:
Florian Müllner 2024-08-31 17:30:50 +02:00
parent e555bf864d
commit 092fd6334d
No known key found for this signature in database
6 changed files with 30 additions and 5 deletions

24
NEWS
View File

@ -1,3 +1,27 @@
47.rc
=====
* Fix smartcard logins [Alessandro; !3448]
* Mark drag to dash as move operation [Daniel; !3453]
* Use rst2man to generate man pages [Florian; !3454]
* Fix glitch when quick settings menu animation is interrupted [Dylan; !2481]
* Plugged leak [Jonas; !3421]
* Misc. bug fixes and cleanups [Bilal, Florian, Sophie, Jonas; Martin; !3433,
!3441, !3443, !3447, !3450, !3451, !3449, !3455, !3456, !3452, !3458, !3459]
Contributors:
Jonas Ådahl, Alessandro Bono, Bilal Elmoussaoui, Sophie Herold,
Martin Abente Lahaye, Dylan McCall, Florian Müllner, Daniel Sheeler
Translators:
Balázs Úr [hu], Yosef Or Boczko [he], Giannis Antypas [el],
Daniel Șerbănescu [ro], Jordi Mas [ca], Ekaterine Papava [ka],
Asier Sarasua Garmendia [eu], Artur S0 [ru], Vasil Pupkin [be],
Rafael Fontenelle [pt_BR], Jordi Mas i Hernandez [ca], Yuri Chornoivan [uk],
Luming Zh [zh_CN], Jose Riha [sk], Jiri Grönroos [fi], Jürgen Benvenuti [de],
Brage Fuglseth [nb], Daniel Rusek [cs], Danial Behzadi [fa],
Quentin PAGÈS [oc], Changwoo Ryu [ko], Hugo Carvalho [pt], Piotr Drąg [pl],
Andika Triwidada [id], Baurzhan Muftakhidinov [kk], Sabri Ünal [tr]
47.beta
=======
* Use hardware encoding for screen recordings if possible [Jonas D.; !2080]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '47.beta',
version: '47.rc',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)
@ -26,7 +26,7 @@ gio_req = '>= 2.79.2'
gi_req = '>= 1.49.1'
gjs_req = '>= 1.73.1'
gtk_req = '>= 4.0'
mutter_req = '>= 47.beta'
mutter_req = '>= 47.rc'
polkit_req = '>= 0.100'
schemas_req = '>= 47.alpha'
systemd_req = '>= 246'

View File

@ -54,6 +54,7 @@
</description>
<releases>
<release version="47.rc" date="2024-08-31" type="development"/>
<release version="47.beta" date="2024-08-03" type="development"/>
<release version="47.alpha" date="2024-06-29" type="development"/>
</releases>

View File

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

View File

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

View File

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