Bump version to 44.4

Update NEWS.
This commit is contained in:
Florian Müllner 2023-08-22 16:51:21 +02:00
parent c0c366c1c6
commit 9329a600bd
6 changed files with 19 additions and 4 deletions

14
NEWS
View file

@ -1,3 +1,17 @@
44.4
====
* Fix accessibility of quick settings sliders [Lukáš; !2762]
* Allow notification dismissal with backspace [Chris; !2435]
* Misc. bug fixes and cleanups [Daniel, Florian, Takao, Carlos, Brendan; !2718,
!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
Translators:
Vasil Pupkin [be], Daniel Mustieles [es], Daniel Rusek [cs]
44.3
====
* Fix cursor offset when using magnifier [Андрей; !2780]

View file

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

View file

@ -39,6 +39,7 @@
</description>
<releases>
<release version="44.4" date="2023-08-22"/>
<release version="44.3" date="2023-07-04"/>
<release version="44.2" date="2023-06-03"/>
<release version="44.1" date="2023-04-23"/>

View file

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

View file

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

View file

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