-
Notifications
You must be signed in to change notification settings - Fork 104
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
349a5ca
commit 4eb9c78
Showing
2 changed files
with
38 additions
and
1 deletion.
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
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.7.1) UNRELEASED; urgency=medium | ||
|
||
* New upstream release 1.7.1 | ||
|
||
- ABI summary: | ||
. mirclient ABI unchanged at 9 | ||
. miral ABI unchanged at 3 | ||
. mirserver ABI unchanged at 53 | ||
. mircommon ABI unchanged at 7 | ||
. mirplatform ABI unchanged at 17 | ||
. 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: | ||
. [X11] Lots of improvements to Xwayland & X11 window managment | ||
. [X11] X11 support is no longer "experimental" (--enable-x11 replaces | ||
--x11-display-experimental <socket>) | ||
. [X11] add --x11-displayfd option | ||
. [miral] Make app launch environment configurable. (Fixes: #1268) | ||
. [miral] Add ExternalClientLauncher::launch_using_x11() | ||
. [demos] Simplify miral-app script and make terminal logic more robust | ||
. Tell Java toolkits that we're a non-reparenting window manager | ||
- Bugs fixed: | ||
. [X11] Lots of fixes to Xwayland & X11 window managment code | ||
. [miral] Occasionally input locks when launching apps. (#1218) | ||
. Fix FTBFS with g++-10. (Fixes: #1259) | ||
. Correct logic to locate gmock when gtest has package configuration. | ||
(Fixes: #1228) | ||
. Fix FTBFS caused by GTest deprecation of INSTANTIATE_TEST_CASE_P | ||
. Use ByteSizeLong instead of deprecated ByteSize. (Fixes #1127) | ||
. Fix unnecessary copies in range-for loops (Clang-11 fixes) | ||
|
||
-- Alan Griffiths <[email protected]> Mon, 17 Feb 12:09:00 +0000 | ||
|
||
mir (1.7.0) UNRELEASED; urgency=medium | ||
|
||
* New upstream release 1.7.0 | ||
|