mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 43.7
Update NEWS. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2826>
This commit is contained in:
parent
f5d8ad88ec
commit
d62abca150
6 changed files with 14 additions and 4 deletions
9
NEWS
9
NEWS
|
|
@ -1,3 +1,12 @@
|
|||
43.7
|
||||
====
|
||||
* Fix cursor offset when using magnifier [Андрей; !2780]
|
||||
* Fix missing workspace borders after wallpaper changes [Florian; !2801]
|
||||
* Misc. bug fixes and cleanups [Florian; !2796]
|
||||
|
||||
Contributors:
|
||||
Florian Müllner, Андрей Гриценко
|
||||
|
||||
43.6
|
||||
====
|
||||
* Fix stuck authentication dialog in remote sessions [Joan; !2761]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '43.6',
|
||||
version: '43.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="43.7" date="2023-07-04"/>
|
||||
<release version="43.6" date="2023-06-03"/>
|
||||
<release version="43.5" date="2023-04-24"/>
|
||||
<release version="43.4" date="2023-03-19"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '43.6',
|
||||
version: '43.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '43.6',
|
||||
version: '43.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '43.6',
|
||||
version: '43.7',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue