-
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
2f4401f
commit d014a1d
Showing
1 changed file
with
37 additions
and
0 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 (1.4.0) UNRELEASED; urgency=medium | ||
|
||
* New upstream release 1.4.0 | ||
|
||
- ABI summary: | ||
. mirclient ABI unchanged at 9 | ||
. miral ABI unchanged at 3 | ||
. mirserver ABI bumped to 50 | ||
. mircommon ABI unchanged at 7 | ||
. mirplatform ABI unchanged at 16 | ||
. mirprotobuf ABI unchanged at 3 | ||
. mirplatformgraphics ABI unchanged to 16 | ||
. mirclientplatform ABI unchanged at 5 | ||
. mirinputplatform ABI unchanged at 7 | ||
. mircore ABI unchanged at 1 | ||
. mircookie ABI unchanged at 2 | ||
- Enhancements: | ||
. [MirAL] Support for exclusive zones | ||
. [Wayland] Many Layer Shell improvements | ||
. [mirclient] Make the mirclient socket optional and disabled by default | ||
. [mir-utils] Delete mirrun and mirbacklight | ||
. [mir-demos] Replace using `miral-wayland` in the scripts with a name of | ||
the form `wayland-[0-9]` | ||
- Bugs fixed: | ||
. [Wayland] To accommodate GTK3 publish bespoke extensions before | ||
wl_seat. (Fixes #922) | ||
. [Wayland] Handle mir_event_type_close_window. (Fixes #946) | ||
. [Wayland] Send wl_buffer.release on the Wayland thread. (Fixes #951) | ||
. [wlcs test fixture] Fix command-line processing so that | ||
`--wayland-extensions` can be used. (Fixes #906) | ||
. Add header that needs to be explicitly included for protobuf 3.8. | ||
(Fixes #913) | ||
. Track registering miral::WaylandExtensions objects with mir::Servers | ||
and error if there is more than one. (Fixes #875) | ||
|
||
-- Alan Griffiths <[email protected]> Fri, 9 Aug 2019 13:54:00 +0100 | ||
|
||
mir (1.3.0) UNRELEASED; urgency=medium | ||
|
||
* New upstream release 1.3.0 | ||
|