mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Bump version to 41.2
Update NEWS. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2063>
This commit is contained in:
parent
a89759a3ec
commit
618965fcd4
6 changed files with 21 additions and 4 deletions
16
NEWS
16
NEWS
|
|
@ -1,3 +1,19 @@
|
|||
41.2
|
||||
====
|
||||
* Fix wrongly rejected D-Bus calls after gnome-shell restarts [Sebastian; !2048]
|
||||
* magnifier: Avoid offscreen rendering if possible [Sebastian; !2026]
|
||||
* Improve handling of all-day/zero-length events in calendar [Sebastian; !2023]
|
||||
* Keep keyboard focus in notification list after deleting message [Dylan; !2053]
|
||||
* Misc. bug fixes and cleanups [Evan; !2036]
|
||||
|
||||
Contributors:
|
||||
Sebastian Keller, Dylan McCall, Evan Welsh
|
||||
|
||||
Translators:
|
||||
Piotr Drąg [pl], Dušan Kazik [sk], Charles Monzat [fr], Milo Casagrande [it],
|
||||
Goran Vidović [hr], Daniel Șerbănescu [ro], Quentin PAGÈS [oc],
|
||||
Aurimas Černius [lt]
|
||||
|
||||
41.1
|
||||
====
|
||||
* Fix icon updates while hidden [Marco; !1983]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-shell', 'c',
|
||||
version: '41.1',
|
||||
version: '41.2',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
</description>
|
||||
|
||||
<releases>
|
||||
<release version="41.2" date="2021-12-11"/>
|
||||
<release version="41.1" date="2021-11-03"/>
|
||||
<release version="41.0" date="2021-09-19"/>
|
||||
</releases>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-app',
|
||||
version: '41.1',
|
||||
version: '41.2',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('gnome-extensions-tool', 'c',
|
||||
version: '41.1',
|
||||
version: '41.2',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('shew', 'c',
|
||||
version: '41.1',
|
||||
version: '41.2',
|
||||
meson_version: '>= 0.53.0',
|
||||
license: 'LGPLv2+',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue