Change logs for mir source package in Impish

  • mir (2.4.1-0ubuntu2) impish; urgency=medium
    
      * debian/patches/fix-UB-in-open-interposer.patch:
        - Cherry-pick upstream patches fixing UB in the test-suite, resulting in a
          FTBFS on ppc64el (LP: #1934995)
      * debian/patches/work-around-gcc-maybe-uninitialised-bug.patch:
        - Cherry-pick upstream patches working around an incorrect warning
          caused by a gcc bug exposed with the previous patch.
    
     -- Christopher James Halse Rogers <email address hidden>  Wed, 28 Jul 2021 11:01:36 +1000
  • mir (2.4.1-0ubuntu1) impish; urgency=medium
    
      * New upstream bugfix release
        - Don't crash when input modules with connected devices are added.
      * debian/tests/wlcs:
        - Update set of known-failures for new Mir & WlCS
      * debian/libmiral4.symbols:
        - Fix version of MIRAL_3.2 symbols. These appear in miral version 3.1.0,
          not verson 3.2.
    
     -- Christopher James Halse Rogers <email address hidden>  Mon, 05 Jul 2021 13:10:10 +1000
  • mir (2.4.0-0ubuntu2) impish; urgency=medium
    
      * debian/tests/wlcs:
        - Refresh lists of known-failures from new release
    
     -- Christopher James Halse Rogers <email address hidden>  Thu, 17 Jun 2021 17:19:53 +1000
  • mir (2.4.0-0ubuntu1) impish; urgency=medium
    
      * New upstream release 2.4.0
        - ABI summary:
          . mirclient ABI unchanged at 10
          . miral ABI unchanged at 4
          . mirserver ABI bumped to 55
          . mircommon ABI unchanged at 7
          . mirplatform ABI bumped to 22
          . mirprotobuf ABI unchanged at 3
          . mirplatformgraphics ABI unchanged at 18
          . mirinputplatform ABI unchanged at 8
          . mircore ABI unchanged at 1
          . mircookie ABI unchanged at 2
          . mirwayland ABI unchanged at 2
        - Enhancements:
          . Make attached surfaces respect exclusive zones
          . split `mg::Platform` into `DisplayPlatform` and `RenderingPlatform`
          . [gbm-kms] Add --driver-quirks option to avoid probing devices where probing crashes
          . [Wayland] Respect --enable-key-repeat with Wayland
          . [Wayland] Send timestamps with frame done event
          . [Wayland] Send timestamps with frame done event
          . [X11 platform] Add hostname to title when remote over X-forwarding (Fixes #1889)
          . [X11 platform] Port from XLib to XCB
          . [X11 platform] Don't clamp Mir-on-X window size
          . [X11 platform] Allow resizing Mir-on-X windows
        - Bugs fixed:
          . Keep track of past surface states (Fixes #1979)
          . Place popups on output their anchor is on (Fixes #1408)
          . [mirplatform] Fix mirplatform.pc include dirs
          . [X11 platform] Fix cursor position on scaled outputs (Fixes #2034)
          . [X11 platform] Handle key state changes when window is not focused (Fixes #2029)
          . [XWayland] Gracefully handle XWayland errors (Fixes #1969)
          . [Wayland] Send bufferless frame callbacks after timeout (Fixes #1967)
          . [Wayland] Fix resize of layer shell surfaces (Fixes #1986)
          . [Wayland] Check for locked cursor before sending pointer movement
          . [Wayland platform] Precise (floating point) pointer events. (Fixes #1852)
      * debian/control:
        - Add new libx11-xcb-dev and libxkbcommon-x11-dev Build-Depends
    
     -- Christopher James Halse Rogers <email address hidden>  Fri, 11 Jun 2021 16:42:10 +1000
  • mir (2.3.3-0ubuntu1) hirsute; urgency=medium
    
      * New upstream release 2.3.3
        - Add `app-env-amend` configuration option. (Fixes: #1934)
        - [miral-terminal] wait for gnome-terminal-server to exit
        - Fix mirplatform.pc include dirs
        - Add missing <cstring> header for strdup
        - [Wayland] Do not suppress motion events when relative motion is used
          (Fixes #1959)
        - Fix protobuf symbols for Arch (Fixes FTBFS on Arch)
    
     -- Christopher James Halse Rogers <email address hidden>  Tue, 30 Mar 2021 17:03:17 +1100