mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Bump version to 3.38.6
Update NEWS.
This commit is contained in:
parent
fc0a87e8a5
commit
beb24d6b10
6 changed files with 19 additions and 4 deletions
14
NEWS
14
NEWS
|
|
@ -1,3 +1,17 @@
|
|||
3.38.6
|
||||
======
|
||||
* Fix IM popup visibility when in fullscreen [Florian; !1900]
|
||||
* magnifier: Fix view jumps when using caret tracking [Lee; !1823]
|
||||
* Fixed crash [Florian; !1885]
|
||||
* Misc. bug fixes and cleanups [Florian, Carlos, Robert; !1891, !1902,
|
||||
!1901, !1786, !1909]
|
||||
|
||||
Contributors:
|
||||
Carlos Garnacho, Lee, Robert Mader, Florian Müllner
|
||||
|
||||
Translators:
|
||||
Hugo Carvalho [pt]
|
||||
|
||||
3.38.5
|
||||
======
|
||||
* Improve handling of authentication cancellation at login [Marco; !1783]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '3.38.5',
|
||||
version: '3.38.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="3.38.6" date="2021-08-18"/>
|
||||
<release version="3.38.5" date="2021-06-10"/>
|
||||
<release version="3.38.4" date="2021-03-15"/>
|
||||
<release version="3.38.3" date="2021-01-14"/>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '3.38.5',
|
||||
version: '3.38.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '3.38.5',
|
||||
version: '3.38.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '3.38.5',
|
||||
version: '3.38.6',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue