mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 43.3
Update NEWS.
This commit is contained in:
parent
567886893a
commit
85f141fabd
6 changed files with 25 additions and 4 deletions
20
NEWS
20
NEWS
|
|
@ -1,3 +1,23 @@
|
|||
43.3
|
||||
====
|
||||
* Ensure quick settings toggles align with the pixel grid [Sebastian; !2577]
|
||||
* Lower OOM score of gnome-shell process [Jian-Hong; !2582]
|
||||
* Fix incomplete device list in volume menus [Florian; !2616]
|
||||
* Fixed crash [Florian; !2622]
|
||||
* Plugged leak [Sebastian; !2637]
|
||||
* Misc. bug fixes and cleanups [Jonas Å., Florian, Jonas D., Alessandro, Heiko,
|
||||
Takao, Carlos, Sebastian; !2578, !2571, !2594, !2606, !2604, !2399, !2613,
|
||||
!2496, !2625, !2552, !2634, !2514]
|
||||
|
||||
Contributors:
|
||||
Alessandro Bono, Jonas Dreßler, Takao Fujiwara, Carlos Garnacho, Balló György,
|
||||
Heiko Hösch, Sebastian Keller, Florian Müllner, Jian-Hong Pan, Olga Smirnova,
|
||||
Jonas Ådahl
|
||||
|
||||
Translators:
|
||||
Olga Smirnova [ie], Ekaterine Papava [ka], Aleksandr Melman [ru],
|
||||
Nart Tlisha [ab], Bruce Cowan [en_GB], Hugo Carvalho [pt]
|
||||
|
||||
43.2
|
||||
====
|
||||
* Fix screencast UI being erroneously disabled [Florian; !2533]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '43.2',
|
||||
version: '43.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="43.3" date="2023-02-13"/>
|
||||
<release version="43.2" date="2022-12-06"/>
|
||||
<release version="43.1" date="2022-10-22"/>
|
||||
<release version="43.0" date="2022-09-17">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '43.2',
|
||||
version: '43.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '43.2',
|
||||
version: '43.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '43.2',
|
||||
version: '43.3',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue