Bump version to 43.8

Update NEWS.
This commit is contained in:
Florian Müllner 2023-08-22 21:31:41 +02:00
parent 3bcba67c33
commit 4f3270f05b
6 changed files with 19 additions and 4 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
43.8
====
* Fix accessibility of quick settings sliders [Lukáš; !2762]
* Allow notification dismissal with backspace [Chris; !2435]
* Misc. bug fixes and cleanups [Florian, Takao, Carlos, Brendan, Daniel, Jonas;
!2814, !2842, !2849, !2668, !2666, !2876, !2729, !2828, !2904]
Contributors:
Takao Fujiwara, Carlos Garnacho, Chris Heywood, Florian Müllner,
Lukáš Tyrychtr, Daniel van Vugt, Brendan William, Jonas Ådahl
Translators:
Danial Behzadi [fa]
43.7
====
* Fix cursor offset when using magnifier [Андрей; !2780]

View file

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

View file

@ -39,6 +39,7 @@
</description>
<releases>
<release version="43.8" date="2023-08-22"/>
<release version="43.7" date="2023-07-04"/>
<release version="43.6" date="2023-06-03"/>
<release version="43.5" date="2023-04-24"/>

View file

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

View file

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

View file

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