mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 40.6
Update NEWS.
This commit is contained in:
parent
aded2cd01b
commit
eadfc757db
6 changed files with 21 additions and 4 deletions
16
NEWS
16
NEWS
|
|
@ -1,3 +1,19 @@
|
|||
40.6
|
||||
====
|
||||
* Fix sound-file support in notifications [Florian; !1991]
|
||||
* Fix high-contrast switches [Florian; !2000]
|
||||
* Only allow one extension prefs dialog at a time [Florian; #4564]
|
||||
* Fixed crash [Sebastian; !2014]
|
||||
* Misc. bug fixes and cleanups [Florian; !1998, !2007]
|
||||
|
||||
Contributors:
|
||||
Sebastian Keller, Florian Müllner
|
||||
|
||||
Translators:
|
||||
Yuri Chornoivan [uk], Matej Urbančič [sl], Anders Jonsson [sv],
|
||||
Rafael Fontenelle [pt_BR], Kukuh Syafaat [id], Hugo Carvalho [pt],
|
||||
Christian Kirbach [de]
|
||||
|
||||
40.5
|
||||
====
|
||||
* Optimize rendering of fullscreen zoom [Daniel; !1899]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '40.5',
|
||||
version: '40.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="40.6" date="2021-11-04"/>
|
||||
<release version="40.5" date="2021-09-21"/>
|
||||
<release version="40.4" date="2021-08-18"/>
|
||||
<release version="40.3" date="2021-07-11"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '40.5',
|
||||
version: '40.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '40.5',
|
||||
version: '40.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '40.5',
|
||||
version: '40.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue