Bump version to 45.7

Update NEWS.
This commit is contained in:
Florian Müllner 2024-05-26 13:03:30 +02:00
parent 6b33e6fe6d
commit 2c66b1befd
No known key found for this signature in database
6 changed files with 23 additions and 4 deletions

18
NEWS
View file

@ -1,3 +1,21 @@
45.7
====
* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284]
* Exclude override-redirect windows from workspace animation [Marco; !3285]
* Also center time on lock screen when using 12h format [pesader; !3290]
* Use absolute tray icon position in root event coordinates [Marco; !3283]
* Correct expected bus name for streams [Simon; !3303]
* Fix showing keyboard layouts with variants [Sebastian K.; !3324]
* automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300]
* Fix stuck unlock prompt when animations are disabled [Florian; !3317]
* Fix possible hang on startup during ibus-daemon launch [Marco; !3293]
* Misc. bug fixes and cleanups [Sebastian W., Jonas; Florian; !3267, !3299,
!3321, !3329, !3331, !3340]
Contributors:
Jonas Ådahl, Sebastian Keller, Simon McVittie, Florian Müllner, pesader,
segfault, Marco Trevisan (Treviño), Sebastian Wick
45.6
====
* Misc. bug fixes and cleanups [Florian; !3234]

View file

@ -1,5 +1,5 @@
project('gnome-shell', 'c',
version: '45.6',
version: '45.7',
meson_version: '>= 0.58.0',
license: 'GPLv2+'
)

View file

@ -39,6 +39,7 @@
</description>
<releases>
<release version="45.7" date="2024-05-26"/>
<release version="45.6" date="2024-04-21"/>
<release version="45.5" date="2024-03-16"/>
<release version="45.4" date="2024-02-11"/>

View file

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

View file

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

View file

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