landing-team-changes team mailing list archive
-
landing-team-changes team
-
Mailing list archive
-
Message #02545
[stable-overlay] mir (0.20.1+15.04.20160225.1-0ubuntu1)
Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive
---------------
Format: 1.8
Date: Thu, 25 Feb 2016 12:03:41 +0000
Source: mir
Binary: libmirprotobuf3 libmirserver38 libmirplatform11 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 libmircommon5 mir-platform-graphics-mesa-x8 mir-platform-graphics-mesa-kms8 mir-platform-graphics-android8 mir-platform-input-evdev5 mir-client-platform-mesa4 mir-client-platform-mesa-dev mir-client-platform-android4 mir-graphics-drivers-desktop mir-graphics-drivers-android libmircookie2 libmircookie-dev python3-mir-perf-framework mir-renderer-gl-dev
Architecture: source
Version: 0.20.1+15.04.20160225.1-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Kevin DuBois <kevin.dubois@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
libmircommon5 - 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
libmirplatform-dev - Display server for Ubuntu - development headers
libmirplatform11 - Display server for Ubuntu - platform library
libmirprotobuf3 - Display server for Ubuntu - RPC definitions
libmirserver-dev - Display server for Ubuntu - development headers
libmirserver38 - Display server for Ubuntu - server library
mir-client-platform-android4 - 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-mesa4 - 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-android8 - Display server for Ubuntu - platform library for Android
mir-platform-graphics-mesa-kms8 - Display server for Ubuntu - platform library for KMS Mesa
mir-platform-graphics-mesa-x8 - Display server for Ubuntu - platform library for X11 Mesa
mir-platform-input-evdev5 - 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: 1517205 1517597 1525003 1528384 1532202 1532607 1535894 1537798 1538632 1539268 1539338 1543594 1544878 1546676 1549226
Changes:
mir (0.20.1+15.04.20160225.1-0ubuntu1) vivid; urgency=medium
.
[ Kevin DuBois ]
* New upstream release 0.20.1 (https://launchpad.net/mir/+milestone/0.20.1)
- ABI summary:
. No ABI changes in any libraries. Bugfix release only.
- Bugs fixed:
. On arale; top panel drop down menu is semi-transparent and items are
unreadable. Accommodate system image device name change for arale
device that broke android quirk detection (LP: #1549226)
. Crash when side mouse buttons are pressed (LP: #1544878)
.
[ CI Train Bot ]
* No-change rebuild.
.
mir (0.20.0+16.04.20160219-0ubuntu1) xenial; urgency=medium
.
[ Alan Griffiths ]
* New upstream release 0.20.0 (https://launchpad.net/mir/+milestone/0.20.0)
- ABI summary: Only servers need rebuilding;
. mirclient ABI unchanged at 9
. mirserver ABI bumped to 38
. mircommon ABI unchanged at 5
. mirplatform ABI unchanged at 11
. mirprotobuf ABI unchanged at 3
. mirplatformgraphics ABI bumped to 8
. mirclientplatform ABI unchanged at 4
. mirinputplatform ABI unchanged at 5
- Enhancements:
. Allow screencasting to create a virtual output (for Miracast)
. Separate the protocol version number from the client API version macros.
They're not meant to be related concepts.
. Add UBSanitizer to the list of build types.
. logging: Human readable timestamps in DumbConsoleLogger.
. examples: AdorningDisplayBufferCompositor::composite() no long ignores
output boundaries and occlusions.
. examples: Add -a <app name> option to eglapps.
. common, client: a more flexible way to probe modules: once we've found
a good current platform we don't even try to load an older one.
. Fix build and test run with CMAKE_BUILD_TYPE=ThreadSanitizer (missing
locks).
. Add MIR_USE_LD_GOLD build option.
- Bug fixes:
. unity-system-compositor crashed with std::runtime_error in
mir::compositor::CompositingFunctor::wait_until_started() from
usc::MirScreen::set_screen_power_mode (mir_power_mode_on)
(LP: #1528384)
. Phone not usable while a call comes in - followed by "restart"
(LP: #1532607)
. ui freezes when simultaneously moving mouse & plug/unplug hdmi
(LP: #1538632)
. Mir fails to build on xenial today: android_graphic_buffer_allocator.h
fatal error: hardware/hardware.h: No such file or directory
(LP: #1539338)
. [mali] egl_demo_client_flicker has graphics corruption on android
(LP: #1517205)
. [testsfail] Intermittent failure in
TestClientCursorAPI.cursor_passed_through_nested_server (LP: #1525003)
. [android] External monitor slows rendering (LP: #1532202)
. Display::create_gl_context may create context with incorrect attributes
(LP: #1539268)
. unity-system-compositor locked up in __libc_do_syscall() (LP: #1543594)
. NestedServer.client_sees_set_scaling_factor intermittent failure
(LP: #1537798)
. [android] External monitor slows rendering - part 2 (LP: #1535894)
. scene: make sure not to set the swapinterval to 0 when an independent
stream is created. The default should be 1 (like the stream created as
part of surface creation).
. Track the displays plugged state to avoid reporting configurations in
case they are unplugged (LP #1531503). [Cherrypicked from 0.21]
. mouse pointer support on emulator is broken (LP: #1517597).
[Cherrypicked from 0.21]
. move an android-only test that ended up in tests/unit-tests/graphics.
(LP: #1546676) [Cherrypicked from 0.21]
.
[ CI Train Bot ]
* No-change rebuild.
Checksums-Sha1:
c0b538cc25b32529d399504961d0f208760791f3 4858 mir_0.20.1+15.04.20160225.1-0ubuntu1.dsc
f9a3d9eee21d4de29f76f9e383e96a45d6fac85a 1580360 mir_0.20.1+15.04.20160225.1.orig.tar.gz
1e0ba16360f52a554a9a1138f8929efa7fd039d2 62510 mir_0.20.1+15.04.20160225.1-0ubuntu1.diff.gz
Checksums-Sha256:
389ca8ce64d4c1676cbcf9afd59281b476d4df51c21751fd5c6579e8626e52ef 4858 mir_0.20.1+15.04.20160225.1-0ubuntu1.dsc
7f10884266c1cbdab13698329682a51ae084ce6fb54e8d659dd8df8ce57ab9f0 1580360 mir_0.20.1+15.04.20160225.1.orig.tar.gz
92b341aef0c4c9b7d17f2c0e5fc94ce6dfce2a53a762f9a14859c1974bcebfec 62510 mir_0.20.1+15.04.20160225.1-0ubuntu1.diff.gz
Files:
5d86bef8e042e21fa6fb0413bc336b24 4858 x11 optional mir_0.20.1+15.04.20160225.1-0ubuntu1.dsc
2cf2d5a56454ee0779ba651b16f09464 1580360 x11 optional mir_0.20.1+15.04.20160225.1.orig.tar.gz
c2b3826a54205bd04135f8fec7123bdc 62510 x11 optional mir_0.20.1+15.04.20160225.1-0ubuntu1.diff.gz
Original-Maintainer: Thomas Vo?? <thomas.voss@xxxxxxxxxxxxx>