mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 43.6
Update NEWS.
This commit is contained in:
parent
16d6416a39
commit
1336285589
6 changed files with 18 additions and 4 deletions
13
NEWS
13
NEWS
|
|
@ -1,3 +1,16 @@
|
|||
43.6
|
||||
====
|
||||
* Fix stuck authentication dialog in remote sessions [Joan; !2761]
|
||||
* Fix IM popup getting stuck on engine changes [Daniel; !2774]
|
||||
* Fixed crash [Carlos; !2756]
|
||||
* Misc. bug fixes and cleanups [Zacharie; !2770]
|
||||
|
||||
Contributors:
|
||||
Daniel Drake, Zacharie DUBRULLE, Carlos Garnacho, Joan Torres
|
||||
|
||||
Translators:
|
||||
Leônidas Araújo [pt_BR]
|
||||
|
||||
43.5
|
||||
====
|
||||
* Fix window screenshots with pointer [Ivan; !2710, !2702]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '43.5',
|
||||
version: '43.6',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="43.6" date="2023-06-03"/>
|
||||
<release version="43.5" date="2023-04-24"/>
|
||||
<release version="43.4" date="2023-03-19"/>
|
||||
<release version="43.3" date="2023-02-13"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '43.5',
|
||||
version: '43.6',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '43.5',
|
||||
version: '43.6',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '43.5',
|
||||
version: '43.6',
|
||||
meson_version: '>= 0.58.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue