-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbdeb72
commit 27de7b2
Showing
5 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,40 @@ | ||
mir (2.14.0) UNRELEASED; urgency=medium | ||
|
||
[ Alan Griffiths ] | ||
* New upstream release 2.14.0 | ||
|
||
- ABI summary: | ||
. miral ABI unchanged at 5 | ||
. mircommon ABI unchanged at 9 | ||
. mircookie ABI unchanged at 2 | ||
. mircore ABI unchanged at 2 | ||
. miroil ABI unchanged at 3 | ||
. mirplatform ABI bumped to 26 | ||
. mirserver ABI unchanged at 58 | ||
. mirwayland ABI unchanged at 3 | ||
. mirplatformgraphics ABI unchanged at 20 | ||
. mirinputplatform ABI unchanged at 8 | ||
- Enhancements: | ||
. [Wayland] Support screen lockers (`ext-session-lock-v1`) | ||
. [Wayland] Support drag and drop | ||
. [platforms] Consolidate RenderingPlatform implementations | ||
. [platforms] aggregate multiple `Display`s into a combined configuration | ||
. [platforms] Drop the dispmanx platform | ||
. [platforms] Drop unused `last_frame_on` interface | ||
. [Window management] "attached" windows can be "restored" by drag gesture | ||
. [Xwayland] Ensure to call connection_is_allowed on xwayland sessions | ||
(partial fix for #2830) | ||
. Add support for cursor drag icons | ||
- Bugs fixed: | ||
. [platforms] Handle libinput device rejections better | ||
. [platforms] Assume evdev platform is supported (Fixes: #2837) | ||
. [platforms] Fix naming of outputs on Nvidia cards (Fixes: #2968) | ||
. server/ShmBacking: Fix leak in `install_sigbus_handler` | ||
. [Wayland] flush display before polling (Fixes #2902) | ||
. [doc] ignore namespaces that we do not want exported (Fixes #2365) | ||
|
||
-- Alan Griffiths <[email protected]> Tue, 17 Jul 2023 11:55:37 +0100 | ||
|
||
mir (2.13.0) UNRELEASED; urgency=medium | ||
|
||
[ Alan Griffiths ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/lib/*/libmirplatform.so.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters