← Back to team overview

landing-team-changes+1 team mailing list archive

[stable-overlay] [xenial] mir (0.26.0+16.04.20170126.3-0ubuntu1)

 

Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay xenial) archive

---------------
Format: 1.8
Date: Thu, 26 Jan 2017 23:29:33 +0000
Source: mir
Binary: libmirprotobuf3 libmirserver43 libmirplatform14 libmircore-dev libmircommon-dev libmirplatform-dev libmirserver-dev mirtest-dev libmirclient9 libmirclient-dev libmirclient-debug-extension1 libmirclient-debug-extension-dev mir-demos mir-utils mir-doc mir-test-tools mir-android-diagnostics libmircore1 libmircommon7 mir-platform-graphics-mesa-x11 mir-platform-graphics-mesa-kms11 mir-platform-graphics-android11 mir-platform-input-evdev6 mir-client-platform-mesa5 mir-client-platform-mesa-dev mir-client-platform-android5 mir-graphics-drivers-desktop mir-graphics-drivers-android libmircookie2 libmircookie-dev python3-mir-perf-framework libmirrenderer-dev mir-renderer-gl-dev
Architecture: source
Version: 0.26.0+16.04.20170126.3-0ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Cemil Azizoglu <cemil.azizoglu@xxxxxxxxxxxxx>
Description:
 libmirclient-debug-extension-dev - Display server for Ubuntu - client debug interface headers
 libmirclient-debug-extension1 - Display server for Ubuntu - optional client debug interfaces
 libmirclient-dev - Display server for Ubuntu - development headers
 libmirclient9 - Display server for Ubuntu - client library
 libmircommon-dev - Display server for Ubuntu - development headers
 libmircommon7 - Display server for Ubuntu - shared library
 libmircookie-dev - Produce and verify spoof-resistant timestamps - development heade
 libmircookie2 - Produce and verify spoof-resistant timestamps - runtime library
 libmircore-dev - Display server for Ubuntu - development headers
 libmircore1 - Display server for Ubuntu - shared library
 libmirplatform-dev - Display server for Ubuntu - development headers
 libmirplatform14 - Display server for Ubuntu - platform library
 libmirprotobuf3 - Display server for Ubuntu - RPC definitions
 libmirrenderer-dev - Display server for Ubuntu - Renderer development files
 libmirserver-dev - Display server for Ubuntu - development headers
 libmirserver43 - Display server for Ubuntu - server library
 mir-android-diagnostics - Display Server for Ubuntu - android platform diagnostics utility
 mir-client-platform-android5 - Display server for Ubuntu - client platform library for Android
 mir-client-platform-mesa-dev - Display server for Ubuntu - client platform library for Mesa deve
 mir-client-platform-mesa5 - Display server for Ubuntu - client platform library for Mesa
 mir-demos  - Display server for Ubuntu - demonstration programs
 mir-doc    - API documentation for mir
 mir-graphics-drivers-android - Display server for Ubuntu - android driver metapackage
 mir-graphics-drivers-desktop - Display server for Ubuntu - desktop driver metapackage
 mir-platform-graphics-android11 - Display server for Ubuntu - platform library for Android
 mir-platform-graphics-mesa-kms11 - Display server for Ubuntu - platform library for KMS Mesa
 mir-platform-graphics-mesa-x11 - Display server for Ubuntu - platform library for X11 Mesa
 mir-platform-input-evdev6 - Display server for Ubuntu - input platform library
 mir-renderer-gl-dev - Display server for Ubuntu - GL Renderer development files
 mir-test-tools - Display Server for Ubuntu - stress tests and other test tools
 mir-utils  - Display server for Ubuntu - utility programs
 mirtest-dev - Display server for Ubuntu - test development headers and library
 python3-mir-perf-framework - Display server for Ubuntu - performance testing framework
Launchpad-Bugs-Fixed: 1240909 1388490 1394369 1494197 1556142 1570327 1570698 1576600 1586311 1591328 1606418 1624188 1628794 1634868 1639749 1640366 1641166 1642473 1642504 1643432 1644062 1644075 1644189 1645284 1645372 1646700 1646704 1647573 1647575 1651391 1651633 1651638 1653658 1653789 1654023 1654478 1654612 1655293 1656164 1656633 1657755 1658604 1658605 1659298
Changes:
 mir (0.26.0+16.04.20170126.3-0ubuntu1) xenial; urgency=medium
 .
   [ Daniel van Vugt ]
   * New upstream release 0.26.0 (https://launchpad.net/mir/+milestone/0.26.0)
     - ABI summary:
       . mirclient ABI unchanged at 9
       . mirserver ABI bumped to 43
       . mircommon ABI unchanged at 7
       . mirplatform ABI unchanged at 14
       . mirprotobuf ABI unchanged at 3
       . mirplatformgraphics ABI unchanged at 11
       . mirclientplatform ABI unchanged at 5
       . mirinputplatform ABI unchanged at 6
       . mircore ABI unchanged at 1
     - Enhancements:
       . New/improved toolkit APIs: MirInputConfig and related functions,
         MirWindow and related functions, DisplayConfig and related functions,
         MirScreencastSpec and related functions,
       . Support for configuring input configuration
       . Introduce toolkit extension mechanism for platform specific APIs.
       . Toolkit extensions for: mesa_drm_auth, set_gbm_device and
         window_coordinate_translation
       . Screencasting to a specific MirBuffer.
       . Add DisplayConfigurationController::base_configuration() so downstreams
         can get the base configuration. (Weirdly they can already set it.).
       . x11 platform: allow adjustable scale parameter.
       . Added EDID support: client API, server logging and in mirout.
       . mirout: Add newer attributes only available in the new display
         config API: scaling factor, subpixel arrangement and form factor.
       . mirout: Log the orientation and logical size of each output too.
       . Replace the mir::Server-overridable Reports with Observers.
       . Add xkbcommon to mirclient.pc Requires.private.
       . Deprecate legacy toolkit APIs that will be removed in Mir 1.0
       . Introduced 'client-side vsync', which dramatically reduces latency
         from the client to the screen (particularly for nested servers like
         Unity8).
     - Bugs fixed:
       . [performance] Restore support for better-than-triple buffering by
         default. (LP: #1240909)
       . Frame rate is artificially low on Diamondville Intel Atom systems due
         to aggressive power management (LP: #1388490)
       . [testsfail] failure in CI in
         AndroidInputReceiverSetup.slow_raw_input_doesnt_cause_frameskipping
         (LP: #1394369)
       . [trusted prompt sessions] Can't open two prompt sessions at the same
         time (LP: #1494197)
       . Changing scale, formFactor or DPI in display configuration causes
         renderer teardown/recreate unnecessarily (LP: #1556142)
       . [testsfail] ApplicationNotRespondingDetection.failure_to_pong_is_
         noticed (LP: #1570327)
       . CI failure in TestClientInput.receives_one_touch_event_per_frame
         (LP: #1570698)
       . Mir-on-X mouse input is jerky/stuttery compared to Mir-on-KMS
         (LP: #1576600)
       . [regression] Two fingers in mir_proving_server now resizes/moves app
         windows (two finger apps unusable) (LP: #1586311)
       . Pointer/cursor input lag in unity8 session (LP: #1591328)
       . PointerConfinement.test_we_update_our_confined_region_on_a_resize
         (LP: #1606418)
       . [ FAILED ] ClientLatency.throttled_input_rate_yields_lower_latency
         (LP: #1624188)
       . Valgrind failure on mir_acceptance_tests - leak on incoming buffer in
         Requests::free_buffer(int) (LP: #1628794)
       . Add support for returning monitor EDIDs (LP: #1634868)
       . When pointer motion crosses window borders SurfaceInputDispatcher
         injected events increase accumulated relative motion (LP: #1639749)
       . [ FAILED ] ClientLatency.dropping_latency_is_limited_to_one (AKA
         dropping_latency_is_closer_to_zero_than_one) (LP: #1640366)
       . Server::override_the_coordinate_translator() cannot be effectively used
         downstream (LP: #1641166)
       . [regression] FTBFS when cross compiling to yakkety from zesty:
         test_client_extensions.cpp: error: ???Ne??? was not declared in this scope
         (LP: #1642473)
       . [regression] mir_proving_server crashes with std::exception::what:
         add_options() must be called before the_options() (LP: #1642504)
       . [ FAILED ] NestedServer.nested_platform_connects_and_disconnects
         (LP: #1643432)
       . googletest 1.8.0-2 (on zesty) breaks existing builds [add_library
         cannot create target "gmock" ...] (LP: #1644062)
       . [regression] Those mir_demo_client_* which default to fullscreen now
         ignore the size parameter (-s WIDTHxHEIGHT) (LP: #1644075)
       . Shell doesn't know when base display config has changed (LP: #1644189)
       . miral::ActiveOutputsMonitor (and therefore miral-shell --window-manager
         tiling) are broken by lp:mir (LP: #1645284)
       . mir_proving_server's four finger swipe to switch apps leaks touch
         events to the clients (LP: #1646700)
       . [regression] Cross compiling from zesty to yakkety fails with *** No
         rule to make target 'gmock/libs/googlemock/gtest/libgtest.a' (LP:
         #1646704)
       . [ FAILED ] ThreadedDispatcherDeathTest.destroying_dispatcher_from_a_
         callback_is_an_error (LP: #1647573)
       . [regression] eglapps now all have window title "default" (LP: #1647575)
       . Package mirtest-dev is missing a dependency on mir-renderer-gl-dev
         (LP: #1651391)
       . EDID data is missing in nested servers (LP: #1651633)
       . [regression] Latency for fullscreen interval 0 clients (e.g. games and
         benchmarks) increased with the introduction of nested passthrough
         (LP: #1651638)
       . Race between MirConnection::released() and
         MirConnection::~MirConnection() causes deadlocks, possible crashes and
         memory corruption (LP: #1653658)
       . DisplayConfigurationTest.configure_session_removed_display failure
         (LP: #1653789)
       . [regression] Development headers reference unknown header
         "mir_toolkit/mir_input_device_types.h" so some clients can't build at
         all any more (LP: #1654023)
       . [regression] mir_acceptance_tests' death tests leave behind core files
         (LP: #1654478)
       . Setting the event handler after the surface has been created does
         nothing (LP: #1654612)
       . [ FAILED ] RaiseSurfaces.key_event_with_cookie (LP: #1655293)
       . Black screen with Raspberry Pi 3 VC4 Mesa driver (LP: #1656164)
       . i386 FTBFS:
         src/platforms/eglstream-kms/server/kms_display_configuration.cpp:88:47:
         error: narrowing conversion of ???..._drmModeConnector::connector_id???
         from ???uint32_t {aka unsigned int}??? to ???EGLAttrib {aka int}??? inside { }
         [-Werror=narrowing] (LP: #1656633)
       . android: overlays no longer are activated (LP: #1657755)
       . Mir FTBFS with MIR_USE_PRECOMPILED_HEADERS=OFF: error: ISO C++11
         requires at least one argument for the "..." in a variadic macro
         [-Werror] (LP: #1658604)
       . [regression] Mir cross-compile to vivid/armhf FTBFS with:
         mock_input_device_hub.h:33:18: error: ???add_observer??? is not a type
         (LP: #1658605)
       . Caught exception at Mir/EGL driver boundary (in setSwapInterval) in
         clients and tests (LP: #1659298)
       . Support display scaling slider in unity8 (LP: #1645372)
Checksums-Sha1:
 6ab70921b84e5a5cf1f6c3ca4551dfeb181c27cd 5241 mir_0.26.0+16.04.20170126.3-0ubuntu1.dsc
 b2c4aae7c8f5e9b0dc2cd98169527e72ec481cf2 1851386 mir_0.26.0+16.04.20170126.3.orig.tar.gz
 befb131ba3c9e657f1ffeecafc74ca981f076f1a 72751 mir_0.26.0+16.04.20170126.3-0ubuntu1.diff.gz
Checksums-Sha256:
 6fe8782e5f0f5b4bd0419017ec2015486b05d552feded3c74884ccfa07cf238e 5241 mir_0.26.0+16.04.20170126.3-0ubuntu1.dsc
 a504b2cdc996a8ad85b010ccd6be0dd1960e52184089006d48b987ce16bb4b67 1851386 mir_0.26.0+16.04.20170126.3.orig.tar.gz
 82d7111aca677a572d2971cd19b7355284852f9b4fb020bd5f38b7f9bd49b148 72751 mir_0.26.0+16.04.20170126.3-0ubuntu1.diff.gz
Files:
 cf01d7f276869fefb8e047627a3058f5 5241 x11 optional mir_0.26.0+16.04.20170126.3-0ubuntu1.dsc
 abb567d628873a0f7edeac043970c0c8 1851386 x11 optional mir_0.26.0+16.04.20170126.3.orig.tar.gz
 c738f4daf0b723b801d3bebab9915d39 72751 x11 optional mir_0.26.0+16.04.20170126.3-0ubuntu1.diff.gz
Launchpad-Notify-Changed-By: yes
Original-Maintainer: Thomas Vo?? <thomas.voss@xxxxxxxxxxxxx>