mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 45.8.1
Update NEWS.
This commit is contained in:
parent
b64105b014
commit
ad59492167
6 changed files with 12 additions and 4 deletions
7
NEWS
7
NEWS
|
|
@ -1,3 +1,10 @@
|
|||
45.8.1
|
||||
======
|
||||
* Fix including gvc source in tarball [Florian; !3164]
|
||||
|
||||
Contributors:
|
||||
Florian Müllner
|
||||
|
||||
45.8
|
||||
====
|
||||
* Fix rendering artifacts of some rounded borders [Jonas D.; !3354]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '45.8',
|
||||
version: '45.8.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="45.8.1" date="2024-06-29"/>
|
||||
<release version="45.8" date="2024-06-29"/>
|
||||
<release version="45.7" date="2024-05-26"/>
|
||||
<release version="45.6" date="2024-04-21"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '45.8',
|
||||
version: '45.8.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '45.8',
|
||||
version: '45.8.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '45.8',
|
||||
version: '45.8.1',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue