Bump version to 43.7

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2826>
This commit is contained in:
Florian Müllner 2023-07-04 18:15:17 +02:00
parent f5d8ad88ec
commit d62abca150
6 changed files with 14 additions and 4 deletions

9
NEWS
View file

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

View file

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

View file

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

View file

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

View file

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

View file

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