mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Merge branch '45-8' into 'gnome-45'
Bump version to 45.8 See merge request GNOME/gnome-shell!3401
This commit is contained in:
commit
0284eaba26
6 changed files with 19 additions and 4 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
45.8
|
||||
====
|
||||
* Fix rendering artifacts of some rounded borders [Jonas D.; !3354]
|
||||
* Fix overview animation glitch when windows overlap workspaces [Keyu; !3378]
|
||||
* Fix overview animation glitch when windows overlap workspaces [Sundeep; !3386]
|
||||
* Misc. bug fixes and cleanups [Florian, Bilal, Georges, Philip, Jonas Å.,
|
||||
Jonas D., Alessandro; !3158, !3344, !3347, !3350, !3351, !3352, !3353,
|
||||
!3307, !3370, !3291, !3376]
|
||||
|
||||
Contributors:
|
||||
Jonas Ådahl, Alessandro Bono, Jonas Dreßler, Bilal Elmoussaoui,
|
||||
Sundeep Mediratta, Florian Müllner, Georges Basile Stavracas Neto, Keyu Tao,
|
||||
Philip Withnall
|
||||
|
||||
45.7
|
||||
====
|
||||
* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '45.7',
|
||||
version: '45.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="45.8" date="2024-06-29"/>
|
||||
<release version="45.7" date="2024-05-26"/>
|
||||
<release version="45.6" date="2024-04-21"/>
|
||||
<release version="45.5" date="2024-03-16"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '45.7',
|
||||
version: '45.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '45.7',
|
||||
version: '45.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '45.7',
|
||||
version: '45.8',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue