mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 45.7
Update NEWS.
This commit is contained in:
parent
6b33e6fe6d
commit
2c66b1befd
6 changed files with 23 additions and 4 deletions
18
NEWS
18
NEWS
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '45.6',
|
||||
version: '45.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '45.6',
|
||||
version: '45.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '45.6',
|
||||
version: '45.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '45.6',
|
||||
version: '45.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue