-
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
3c9a7c6
commit 7026cdb
Showing
2 changed files
with
47 additions
and
2 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
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,48 @@ | ||
mir (2.19.0) UNRELEASED; urgency=medium | ||
|
||
[ Alan Griffiths ] | ||
* New upstream release 2.19.0 | ||
|
||
- ABI summary: | ||
. miral ABI unchanged at 7 | ||
. mircommon ABI unchanged at 10 | ||
. mircore ABI unchanged at 2 | ||
. miroil ABI unchanged at 5 | ||
. mirplatform ABI bumped to 30 | ||
. mirserver ABI bumped to 61 | ||
. mirwayland ABI unchanged at 5 | ||
. mirplatformgraphics ABI unchanged at 22 | ||
. mirinputplatform ABI unchanged at 9 | ||
- Enhancements: | ||
. [x11-kiosk] defer fullscreening of applications until they are placed | ||
once (#3670) | ||
. [x11-kiosk] Ensure windows are placed and repainted on X11 "CONFIGURE" | ||
(#3619) | ||
. [x11-kiosk] change enable-x11 default to true | ||
. Initial atomic-kms platform | ||
. [Wayland] Add support for xdg_activation_v1 (#3639) | ||
. Do not default window size (especially to weird values) (#3623) | ||
. DesktopFileManager::resolve_app_id no longer returns an app id with a | ||
.desktop file suffix (Fixes #3608) | ||
. [Configuration] Split options into global and per-module configuration | ||
(#3590) | ||
- Bugs fixed: | ||
. Ensure we always send an initial output enter (#3680) | ||
. Fix stuck-frame-after-mode-switch bug (#3673) | ||
. Fix rendering of resized XWayland applications with client side | ||
decorations (#3587) | ||
. Aspect ratios shouldn't contain zero (Fixes: #3663) | ||
. Use PkgConfig to find development headers (#3661) | ||
. Fix the inotify event handling in | ||
ReloadingYamlFileDisplayConfig::auto_reload() (#3636) | ||
. The `miral::ConfigFile` "Watcher" can be destroyed before the main loop | ||
(Fixes: #3612) | ||
. [xwayland] Don't allow clients to place X11 windows (#3622) | ||
. Surfaces track scale changes on outputs they appear on. (Fixes: #3552) | ||
. New attached windows need to be placed (#3676) | ||
|
||
-- Alan Griffiths <[email protected]> Wed, 27 Nov 2024 17:18:22 +0000 | ||
|
||
mir (2.18.3) UNRELEASED; urgency=medium | ||
|
||
* Hotfix release 2.18.3 | ||
|