Mir

lp:~ci-train-bot/mir/mir-ubuntu-zesty-2783

Created by CI Train Bot Account and last modified
Get this branch:
bzr branch lp:~ci-train-bot/mir/mir-ubuntu-zesty-2783
Only CI Train Bot Account can upload to this branch. If you are CI Train Bot Account please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
CI Train Bot Account
Project:
Mir
Status:
Development

Recent revisions

1305. By CI Train Bot Account

Releasing 0.26.3+17.04.20170531-0ubuntu1

1304. By CI Train Bot Account

SRU to Zesty & Yakkety

1303. By CI Train Bot Account

Releasing 0.26.3+17.10.20170526.3-0ubuntu1

1302. By CI Train Bot Account

* New upstream release 0.26.3 (https://launchpad.net/mir/+milestone/0.26.3)
  - Enhancements:
    . Make deprecations optional (and default to off for builds on 16.04 LTS)
    . Added support for building on Ubuntu 17.10 artful.
  - Bugs fixed:
    . Mir needs to be updated to 0.26 in 16.04LTS (LP: #1685186)
    . unity-system-compositor crashed with SIGSEGV in
      libinput_device_config_accel_is_available() from
      libinput_device_config_accel_set_speed() from
      mir::input::evdev::LibInputDevice::apply_settings() (LP: #1672955)
    . Please transition to Boost 1.62 (LP: #1675138)
    . Mir sending key repeat events continually to nested shell after VT
      switch (causes Unity8 lockup for a while) (LP: #1675357)
    . mir_demo_standalone_render_overlays fails to link (LP: #1677239)

1301. By Brandon Schaefer

Changes landed in archive that were not sync'ed with our release branch. Sync those changes

1300. By CI Train Bot Account

Releasing 0.26.2+17.04.20170322.1-0ubuntu1

1299. By CI Train Bot Account

* New upstream release 0.26.2 (https://launchpad.net/mir/+milestone/0.26.2)
  - Bugs fixed:
    . EDID does not change when hotplugging a monitor (LP: #1660017)
    . [regression] mirout crashes when connecting to unity8 or any nested
      server: [libprotobuf FATAL /usr/include/google/protobuf/repeated_field.
      h:1408] CHECK failed: (index) < (current_size_) (LP: #1661163)
    . Mir server crashed with SIGSEGV in
      mir::compositor::TemporaryBuffer::size() called from
      mir::gl::tessellate_renderable_into_rectangle() (LP: #1664760)
    . Nested servers (Unity8) periodically stutter (half frame rate) with
      Mir 0.26.1 (LP: #1666372)
    . Don't dereference the end iterator in ms::ApplicationSession::
      surface_after() (LP: #1667645)
    . [regression] OSK input shaping no longer works correctly (LP: #1669444)
    . Setting MirWindowSpec parameters always causes window's input_region
      to be reset (LP: #1670876)
    . Subpixel order not included in Mir display information (LP: #1393578)
    . Presentation chains should support various swap interval modes
      (LP: #1673533)
    . Need an extension for GBM buffers to replace
      mir_buffer_get_buffer_package() (LP: #1673534)
    . Seg fault on detect_fd_leaks (LP: #1661498)

1298. By CI Train Bot Account

Releasing 0.26.1+17.04.20170209.1-0ubuntu1

1297. By CI Train Bot Account

* New upstream release 0.26.1 (https://launchpad.net/mir/+milestone/0.26.1)
  - ABI summary:
    . mirclient ABI unchanged at 9
    . mirserver ABI unchanged at 43
    . mircommon ABI unchanged at 7
    . mirplatform ABI bumped to 15
    . mirprotobuf ABI unchanged at 3
    . mirplatformgraphics ABI bumped to 12
    . mirclientplatform ABI unchanged at 5
    . mirinputplatform ABI unchanged at 6
    . mircore ABI unchanged at 1
  - Enhancements:
    . Support for MirBuffer API that allows for better management of
      hardware/software buffers.
    . Support for MirPresentationChain API that allows better control
      over {de}queueing of individual buffers {from}to the server.
    . Interim support for MirRenderSurface API that provides a unit of
      renderable for lower level content such as MirBufferStreams and
      MirPresentationChains, etc.. MirRenderSurface API is marked
      deprecated as it (and the relevant entry points) will be renamed to
      MirSurface before general availability. It will initially be used for
      revamping support for EGL drivers.
    . Synchronous version of mir_prompt_session_new_fds_for_prompt_providers()
      API (mir_prompt_session_new_fds_for_prompt_providers_sync()) added for
      convenience.
    . Better name for MirPersistentId-->MirWindowId. MirPersistentId has now
      been deprecated.
  - Bugs fixed:
    . [regression] Unity8 stutters constantly (like half frame rate).
      (LP: #1661128)
    . mir 0.26 - spinner loading animation, minimize, maximize too fast.
      (LP: #1661072)
    . [regression] Nested server segfaults or rapidly logs exceptions when a
      fullscreen client starts [in mir_presentation_chain_set_dropping_mode
      ... std::exception::what: Operation not permitted] (LP: #1661508)
    . mir_window_request_persistent_id_sync seg faults when called twice.
      (LP: #1661704)
    . [regression] Windowed clients of nested servers are all black.
      (LP: #1661521)
    . Mir graphics platform ABI broke in series 0.26 but sonames never
      changed (LP: #1662455)
    . Fixes for 0.26 changelog.
    . [regression] mirscreencast hangs during screencast creation. (LP: #1662997)
    . libmirclient-dev missing build dependency on libmircore-dev. (LP: #1662942)
    . mir_window_spec_set_cursor_name() doesn't trigger
      mir::scene::SurfaceObserver::cursor_image_set_to. (LP: #1663197)
    . [regression] Software clients of nested servers are all black in Mir 0.25.0
      and later. (LP: #1663062)
    . New and improved client APIs: MirInputConfig, MirWindow, DisplayConfig,
      MirScreencastSpec.
    . Support for setting the input configuration.
    . Introduced an extension mechanism for platform-specific APIs.
    . Support for screencasting to a specific MirBuffer.
    . Added DisplayConfigurationController::base_configuration() so
      downstreams can get the base configuration (weirdly they can already
      set it).
    . X11 platform: Allow adjustable scale parameter.
    . Added monitor EDID support to both the client API and server-side.
    . mirout: Now shows scaling factor, subpixel arrangement, form factor and
      EDID.
    . mirout: Can now change the monitor configuration as well as report it.
    . Introduced client-side vsync which dramatically reduces latency
      from the client to the screen, by up to 44ms.
    . Removed all input resampling logic. We now expect toolkits to do their
      own, if at all. This reduces input lag by up to 16.9ms, or 8.4ms on
      average.

1296. By CI Train Bot Account

Releasing 0.26.0+17.04.20170126.3-0ubuntu1

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mir
This branch contains Public information 
Everyone can see this information.