← Back to team overview

landing-team-changes team mailing list archive

[stable-overlay] mir (0.17.1+15.04.20151105.1-0ubuntu1)

 

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

---------------
Format: 1.8
Date: Thu, 05 Nov 2015 21:54:17 +0000
Source: mir
Binary: libmirprotobuf3 libmirserver35 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-x6 mir-platform-graphics-mesa-kms6 mir-platform-graphics-android6 mir-platform-input-evdev3 mir-client-platform-mesa3 mir-client-platform-mesa-dev mir-client-platform-android3 mir-graphics-drivers-desktop mir-graphics-drivers-android libmircookie1 libmircookie-dev python3-mir-perf-framework mir-renderer-gl-dev
Architecture: source
Version: 0.17.1+15.04.20151105.1-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Alberto Aguirre <alberto.aguirre@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
 libmircookie1 - 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
 libmirserver35 - Display server for Ubuntu - server library
 mir-client-platform-android3 - 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-mesa3 - 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-android6 - Display server for Ubuntu - platform library for Android
 mir-platform-graphics-mesa-kms6 - Display server for Ubuntu - platform library for KMS Mesa
 mir-platform-graphics-mesa-x6 - Display server for Ubuntu - platform library for X11 Mesa
 mir-platform-input-evdev3 - 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: 1200114 1289072 1308133 1492269 1493721 1496069 1496849 1498045 1498540 1498550 1498829 1499039 1499042 1499134 1501927 1502200 1503450 1509005 1510218 1511095 1511538 1513225
Changes:
 mir (0.17.1+15.04.20151105.1-0ubuntu1) vivid; urgency=medium
 .
   [ Alberto Aguirre ]
   * New upstream release 0.17.1 (https://launchpad.net/mir/+milestone/0.17.1)
     - No ABI changes. Bug fix release only.
     - Bugs fixed:
       . compositing never stops when external monitor is connected
         (LP: #1499039)
       . half screen on external monitor (LP: #1511538)
       . Nested servers don't apply their display configuration at startup
         (LP: #1492269)
       . libmircookie1 package does not list libnettle as dependency
         (LP: #1513225)
       . unity-system-compositor crash, no interaction on windowed mode
         (LP: #1511095)
       . mir_connection_get_egl_pixel_format() crashes (LP: #1510218)
       . [regression] mir-client-platform-mesa-dev pkg-config file dropped
         (LP: #1509005)
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
 mir (0.17.0+15.10.20151008.2-0ubuntu1) wily; urgency=medium
 .
   [ Alexandros Frantzis ]
   * New upstream release 0.17.0 (https://launchpad.net/mir/+milestone/0.17.0)
     - ABI summary: Only servers and graphics drivers need rebuilding;
       . Mirclient ABI unchanged at 9
       . Mirserver ABI bumped to 35
       . Mircommon ABI unchanged at 5
       . Mirplatform ABI bumped to 11
       . Mirprotobuf ABI bumped to 3
       . Mirplatformgraphics ABI bumped to 6
       . Mirclientplatform ABI unchanged at 3
     - Enhancements:
       . Introduce libmircookie, a simple mechanism for a group of cooperating
         processes to hand out and verify difficult-to-forge timestamps to
         untrusted 3rd parties.
       . More refactorings to support renderers other than GL.
       . Add MirBlob to the client API - a tool for serializing and
         deserializing data.
       . Introduce a libinput based input platform, not yet used by default.
       . Provide a mechanism for the shell to send events on surface
         construction.
       . Provide mir::shell::DisplayConfigurationController allowing shells
         to correctly change the display configuration, notifying clients
         as appropriate.
       . New DSO versioning guide.
       . Send events pertaining to the output a surface is currently on (dpi,
         form factor, scale) to clients.
     - Bug fixes:
       . [enhancement] XMir specific documentation should live in its own
         subsection (LP: #1200114)
       . Nested servers need cursor support (LP: #1289072)
       . Mir cursor is missing/invisible until the client sets it multiple
         times (LP: #1308133)
       . [regression] Fullscreen software surfaces (like Xmir -sw) can crash
         the Mir server (LP: #1493721)
       . [usc] Mir gives up and shuts down due to input with multimonitor qtmir
         (std::exception::what: Failure sending input event) (LP: #1496069)
       . Mouse cursor disappears upon entering the surface area of a nested
         client (LP: #1496849)
       . [android] input is not dispatched when attaching an external monitor
         (LP: #1498045)
       . [android] input coordinates are scaled incorrectly when an external
         display is connected (LP: #1498540)
       . [android] std::exception::what: error during hwc set() when unplugging
         external monitor (LP: #1498550)
       . tests do not compile without precompiled headers (LP: #1498829)
       . [android] std::exception::what: Failed to monitor fd: Operation not
         permitted when unplugging external display in a nested configuration
         (LP: #1499042)
       . Mir suddenly no longer builds since 'mesa (11.0.0-1ubuntu1) wily':
         /usr/include/EGL/eglplatform.h:100:35: fatal error:
         android/native_window.h: No such file or directory (LP: #1499134)
       . [android] various crashes when unplugging external display on a
         nested configuration (LP: #1501927)
       . Cursor becomes visible by itself when an external monitor is connected
         (LP: #1502200)
       . mesa FTBFS due to missing Requires in mirclient (LP: #1503450)
 .
   [ CI Train Bot ]
   * New rebuild forced.
Checksums-Sha1:
 6b202bca72b51417e6ab178e96a4a3f190e7e90f 4858 mir_0.17.1+15.04.20151105.1-0ubuntu1.dsc
 a64fa226a61bea447c644edf6bf78f1b1e21f0c0 1661845 mir_0.17.1+15.04.20151105.1.orig.tar.gz
 cca735984a94bb8710b17aa917ab0e98d44f8bef 57289 mir_0.17.1+15.04.20151105.1-0ubuntu1.diff.gz
Checksums-Sha256:
 256cfb5baf5da08e77b09c585cd38b8afb839683bcd64b6262a4ef8dba78fbf2 4858 mir_0.17.1+15.04.20151105.1-0ubuntu1.dsc
 d56a193755ff839b80306e30c031f46f68fbbea6c3c086eafda22274b48d177c 1661845 mir_0.17.1+15.04.20151105.1.orig.tar.gz
 26449f476d59a7a32cdd02349f448b8cabdc0fdd08832381ada1f133e6077db9 57289 mir_0.17.1+15.04.20151105.1-0ubuntu1.diff.gz
Files:
 0c9d2308638038516d36dd01ed57d792 4858 x11 optional mir_0.17.1+15.04.20151105.1-0ubuntu1.dsc
 22331f10da5e34ddb3d68733ec5170f4 1661845 x11 optional mir_0.17.1+15.04.20151105.1.orig.tar.gz
 950e10a536ca80f402eb092015fe5676 57289 x11 optional mir_0.17.1+15.04.20151105.1-0ubuntu1.diff.gz
Original-Maintainer: Thomas Vo?? <thomas.voss@xxxxxxxxxxxxx>