~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to tests/unit-tests/client/test_client_platform.cpp

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Alberto Aguirre
  • Date: 2015-02-24 23:02:25 UTC
  • mfrom: (1.1.83)
  • Revision ID: package-import@ubuntu.com-20150224230225-82gzgkl7g1zbjrm5
Tags: 0.12.0+15.04.20150224.1-0ubuntu1
[ Alberto Aguirre ]
* New upstream release 0.12.0 (https://launchpad.net/mir/+milestone/0.12.0)
  - Packaging changes:
    . Client platform packages now include the Mir client platform ABI 
      number. Thusly, mir-client-platform-(mesa|android) is replaced by 
      mir-client-platform-(mesa|android)2
    . Server graphics platform packages now include the Mir graphics
      platform ABI number. Thusly, mir-platform-graphics-(mesa|android)
      is replaced by mir-platform-graphics-(mesa|android)1
  - ABI summary: Servers need rebuilding, but clients do not;
    . Mirclient ABI unchanged at 8
    . Mircommon ABI unchanged at 3
    . Mirplatform ABI unchanged at 6
    . Mirserver ABI bumped to 30
  - Bug fixes:
    . [regression] Platform libraries and packages are not versioned thus
      are not installable in parallel (LP: #1423591)
    . [regression] Deadlock in TimeoutFrameDroppingPolicy logic (LP: #1421255)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
};
80
80
 
81
81
#ifdef MIR_BUILD_PLATFORM_ANDROID
82
 
ClientPlatformTraits const android_platform{"android.so",
 
82
ClientPlatformTraits const android_platform{"android",
83
83
                                            [](MirPlatformPackage& pkg)
84
84
                                            {
85
85
                                                ::memset(&pkg, 0, sizeof(pkg));
94
94
#endif
95
95
 
96
96
#ifdef MIR_BUILD_PLATFORM_MESA
97
 
ClientPlatformTraits const mesa_platform{"mesa.so",
 
97
ClientPlatformTraits const mesa_platform{"mesa",
98
98
                                         [](MirPlatformPackage& pkg)
99
99
                                         {
100
100
                                             ::memset(&pkg, 0, sizeof(pkg));