Bump version to 45.beta.1

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2882>
This commit is contained in:
Carlos Garnacho 2023-08-11 00:02:10 +02:00
parent 8a8539ee67
commit 412fad5643
6 changed files with 21 additions and 5 deletions

15
NEWS
View File

@ -1,3 +1,18 @@
45.beta.1
=========
* Fix input handling in alt-tab and several other components [Carlos; !2872]
* Fix screenshot tool [Florian; 2877]
* Export notification source classes for extensions [Andy; 2869]
* Finishing ESM porting touches [Florian; 2880]
* Misc. bug fixes and cleanups [Andrew, Carlos, Florian; !2866, !2871,
!2876, !2878, !2879]
Contributors:
Carlos Garnacho, Florian Müllner, Andy Holmes, Andrew Zaech
Translators:
Piotr Drąg [pl], Kukuh Syafaat [id]
45.beta
=======
* Load extensions as modules [Florian; !2795]

View File

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '45.beta',
version: '45.beta.1',
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 = '>= 4.0'
mutter_req = '>= 45.beta'
mutter_req = '>= 45.beta.1'
polkit_req = '>= 0.100'
schemas_req = '>= 42.beta'
startup_req = '>= 0.11'

View File

@ -39,6 +39,7 @@
</description>
<releases>
<release version="45.beta.1" date="2023-08-11" type="development"/>
<release version="45.beta" date="2023-08-07" type="development"/>
<release version="45.alpha" date="2023-07-03" type="development">
<p>Modernize layout</p>

View File

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

View File

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

View File

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