Bump version to 45.8

Update NEWS.
This commit is contained in:
Florian Müllner 2024-06-29 14:50:32 +02:00
parent e952b8922e
commit 76e1ba4de2
No known key found for this signature in database
6 changed files with 19 additions and 4 deletions

14
NEWS
View file

@ -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]

View file

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

View file

@ -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"/>

View file

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

View file

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

View file

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