[ubuntu/kinetic-proposed] mir 2.9.0-0ubuntu1 (Accepted)
Christopher James Halse Rogers
raof at ubuntu.com
Thu Sep 8 12:36:16 UTC 2022
mir (2.9.0-0ubuntu1) kinetic; urgency=medium
* New upstream release 2.9.0 (FFe LP: #1988702)
- ABI summary:
. miral ABI bumped to 5
. mircommon ABI unchanged at 9
. mircookie ABI unchanged at 2
. mircore ABI bumped to 2
. miroil ABI bumped to 2
. mirplatform ABI unchanged at 23
. mirserver ABI unchanged at 58
. mirwayland ABI unchanged at 3
. mirplatformgraphics ABI unchanged at 20
. mirinputplatform ABI unchanged at 8
- Enhancements:
. [Wayland] Implement zwp_idle_inhibit_manager_v1
. [Wayland] Implement zwlr_virtual_pointer_v1
. [Wayland] Implement zwp_text_input_manager_v1 (Electron works with OSK)
. [Wayland] Bump wl_seat to v8 and implement hi-res scrolling
. [Wayland platform] improve failed to connect error
. [Wayland platform] Port to xdg-shell (Fixes #1903, Fixes: #2434)
. [MirAL] Allow `--add-wayland-extenions all`
. [MirAL] Allow servers to get repeated string options
. [MirAL] Improvement to ExternalClientLauncher: Don't force clients to
split command lines themselves
. [MirAL] Tidy up event filtering API
. [MirAL] Expose miral::Zone::id()
. [MirAL] Rename CommandLineOption => ConfigurationOption
. [Input] Filter 2 distinct bogus touch event scenarios (UBports)
. [gbm-kms] new driver quirk to disable KMS modeset probe
. [gbm-kms] Add defaults to driver-quirks for nvidia and evdi (Fixes: #2467)
. [gbm-kms] Add defaults to driver-quirks for vc4-drm and v3d
. [mir-smoke-test-runner] Enable working in a Wayland only environment
- Bugs fixed:
. Fix ABI breakage of libmircore.so.1 with v2.8.0 vs v1.8.2 (Fixes #2465)
. [Wayland] Text Input v2: do not use commit count as serial
. [Wayland] Send keyboard modifiers after keyboard enter
(Fixes: #2535, Fixes: #2025)
. [Wayland] wlr-screencopy-v1: send .damage event as required (wayvnc fix)
. [Wayland] wlr-screencopy-v1: Waits until the copy area has been damaged
in `.copy_with_damage` request (wayvnc fix)
. [MirAL] Unblock signals before execing child processes (Fixes: #1284)
. [eglstream-kms] Kill clients, not Mir, when they submit bad EGLStreams
(Fixes: #2061)
. [eglstream-kms] Handle EGL errors in devnum_for_device (Fixes: #2426)
. [test clients] Explicitly ask for a GLESv2 context (Fixes: #2440)
. [renderers/gl] Clear framebuffer to opaque black (Fixes: #2427)
. CMake cleanup for locally built dependencies (Fixes: #2507, Fixes: #2261)
. Fix event timestamps (Fixes: #2577)
* debian/libmiral5.symbols:
* debian/libmiral5.install:
- Bump for new SONAME
* debian/libmiroil2.symbols:
* debian/libmiroil2.install:
- Bump for new SONAME
* debian/libmircore2.symbols:
* debian/libmircore2.install:
- Bump for new SONAME
* debian/rules:
- Update for libmiral4 -> libmiral5 change
- Use dpkg-symbols for libmircore2 & libmiroil2 shlibs
- Disable MIR_USE_PRECOMPLIED_HEADERS to avoid gcc-12 bug
Date: Mon, 05 Sep 2022 17:15:31 +1000
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/mir/2.9.0-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 05 Sep 2022 17:15:31 +1000
Source: mir
Built-For-Profiles: noudeb
Architecture: source
Version: 2.9.0-0ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Launchpad-Bugs-Fixed: 1988702
Changes:
mir (2.9.0-0ubuntu1) kinetic; urgency=medium
.
* New upstream release 2.9.0 (FFe LP: #1988702)
- ABI summary:
. miral ABI bumped to 5
. mircommon ABI unchanged at 9
. mircookie ABI unchanged at 2
. mircore ABI bumped to 2
. miroil ABI bumped to 2
. mirplatform ABI unchanged at 23
. mirserver ABI unchanged at 58
. mirwayland ABI unchanged at 3
. mirplatformgraphics ABI unchanged at 20
. mirinputplatform ABI unchanged at 8
- Enhancements:
. [Wayland] Implement zwp_idle_inhibit_manager_v1
. [Wayland] Implement zwlr_virtual_pointer_v1
. [Wayland] Implement zwp_text_input_manager_v1 (Electron works with OSK)
. [Wayland] Bump wl_seat to v8 and implement hi-res scrolling
. [Wayland platform] improve failed to connect error
. [Wayland platform] Port to xdg-shell (Fixes #1903, Fixes: #2434)
. [MirAL] Allow `--add-wayland-extenions all`
. [MirAL] Allow servers to get repeated string options
. [MirAL] Improvement to ExternalClientLauncher: Don't force clients to
split command lines themselves
. [MirAL] Tidy up event filtering API
. [MirAL] Expose miral::Zone::id()
. [MirAL] Rename CommandLineOption => ConfigurationOption
. [Input] Filter 2 distinct bogus touch event scenarios (UBports)
. [gbm-kms] new driver quirk to disable KMS modeset probe
. [gbm-kms] Add defaults to driver-quirks for nvidia and evdi (Fixes: #2467)
. [gbm-kms] Add defaults to driver-quirks for vc4-drm and v3d
. [mir-smoke-test-runner] Enable working in a Wayland only environment
- Bugs fixed:
. Fix ABI breakage of libmircore.so.1 with v2.8.0 vs v1.8.2 (Fixes #2465)
. [Wayland] Text Input v2: do not use commit count as serial
. [Wayland] Send keyboard modifiers after keyboard enter
(Fixes: #2535, Fixes: #2025)
. [Wayland] wlr-screencopy-v1: send .damage event as required (wayvnc fix)
. [Wayland] wlr-screencopy-v1: Waits until the copy area has been damaged
in `.copy_with_damage` request (wayvnc fix)
. [MirAL] Unblock signals before execing child processes (Fixes: #1284)
. [eglstream-kms] Kill clients, not Mir, when they submit bad EGLStreams
(Fixes: #2061)
. [eglstream-kms] Handle EGL errors in devnum_for_device (Fixes: #2426)
. [test clients] Explicitly ask for a GLESv2 context (Fixes: #2440)
. [renderers/gl] Clear framebuffer to opaque black (Fixes: #2427)
. CMake cleanup for locally built dependencies (Fixes: #2507, Fixes: #2261)
. Fix event timestamps (Fixes: #2577)
* debian/libmiral5.symbols:
* debian/libmiral5.install:
- Bump for new SONAME
* debian/libmiroil2.symbols:
* debian/libmiroil2.install:
- Bump for new SONAME
* debian/libmircore2.symbols:
* debian/libmircore2.install:
- Bump for new SONAME
* debian/rules:
- Update for libmiral4 -> libmiral5 change
- Use dpkg-symbols for libmircore2 & libmiroil2 shlibs
- Disable MIR_USE_PRECOMPLIED_HEADERS to avoid gcc-12 bug
Checksums-Sha1:
dd9e9ace28df16ecfacdc50793f92df61e7d8476 5773 mir_2.9.0-0ubuntu1.dsc
03270abc8b524fec0c1c15993f44ae3ebfb63267 1141532 mir_2.9.0.orig.tar.xz
e124a1bbf28815d850ea9efa52a5a1604b203dd7 833 mir_2.9.0.orig.tar.xz.asc
257547f155298250749c4a61688900784aaa15eb 104248 mir_2.9.0-0ubuntu1.debian.tar.xz
98c770287d7c5728b7d4a45eefeab77d56b58a52 18914 mir_2.9.0-0ubuntu1_source.buildinfo
Checksums-Sha256:
e4ddefd3752e3d4fef60eedeb308b226ec097fc8e96c9b153e554ab27c7e7476 5773 mir_2.9.0-0ubuntu1.dsc
c6d0a7ee96b099af57dfd276de72f7c584498ae33bf0292363405ec2072a93ff 1141532 mir_2.9.0.orig.tar.xz
a987314f21f46c91ae4fc6fc0b590cbc9ddaef75a911dd8bf2e0cbb10ae7a585 833 mir_2.9.0.orig.tar.xz.asc
0ee64e5091e8fe373857c492c3815683e388e1f71d36d9f567ace875071b0e3d 104248 mir_2.9.0-0ubuntu1.debian.tar.xz
4d3a5329c4aba5a31678925e857b8874e0b1a9bd1ec76e5d61e762abc98378c4 18914 mir_2.9.0-0ubuntu1_source.buildinfo
Files:
8d9cea1df10950ec87e4da2cbec483e0 5773 x11 optional mir_2.9.0-0ubuntu1.dsc
8ba0e26de45755b8c1c571922b135eac 1141532 x11 optional mir_2.9.0.orig.tar.xz
32d4e01b907e67795da22661e5a8e999 833 x11 optional mir_2.9.0.orig.tar.xz.asc
05f78c2983e36702b038307da889b417 104248 x11 optional mir_2.9.0-0ubuntu1.debian.tar.xz
31e3542d69f189860f0207e0c0c99f58 18914 x11 optional mir_2.9.0-0ubuntu1_source.buildinfo
Original-Maintainer: Thomas Voß <thomas.voss at canonical.com>
More information about the kinetic-changes
mailing list