~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Kevin Gunn
  • Date: 2014-02-12 18:29:29 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20140212182929-ru6hzd1hqdf98tub
Tags: 0.1.5+14.04.20140212-0ubuntu1
[ Kevin Gunn ]
* Cherry-picked from future release 0.1.6:
  - frontend, shell: provide the client process ID in the shell::Session
    interface (LP: #1276704)
* New upstream release 0.1.5 (https://launchpad.net/mir/+milestone/0.1.5)
  - mirclient ABI bumped to 7
  - mirserver ABI bumped to 15
  - Refactoring to support client-controled RPC.
  - Add an translucent server example (use sparingly, this will kill
    performance!)
  - Add workaround for Qualcomm Snapdragon 8960 driver bug.
  - android-input: Improve debug output
  - Screen rotation support half done (rotation of the screen works but input
    rotation not implemented yet).
  - Add groundwork for overlay support to take better advantage of mobile
    hardware features and optimize composition in future.
  - Add support for HWC 1.2 (Android 4.4)
  - Add groundwork for screencasting (screen recording).
  - Optimized surface resizing, significantly reducing event flooding for
    some input configurations like touch.
  - Bugs fixed:
    . Surfaces no longer visible at all on Nexus 10 (LP: #1271853)
    . mir nested server failure: what(): error binding buffer to texture
      (LP: #1272041)
    . Unity does not process events from evdev device created before unity is
      restarted (autopilot tests) (LP: #1238417)
    . mir_unit_tests can't run on touch images any more (missing
      libumockdev.so.0) (LP: #1271434)
    . chmod 777 /tmp/mir_socket is no longer sufficient for non-root clients
      to connect to a root server (LP: #1272143)
    . Nexus7(2013) flo framerate maxes out at 30fps (LP: #1274189)
    . libmirserver user is unable to #include
       <mir/frontend/template_protobuf_message_processor.h> (LP: #1276162)
    . libmirclient user cannot "#include <mir/client/private.h>"
      (LP: #1276565)
    . AndroidInternalClient.internal_client_creation_and_use hangs on Nexus
      10 (LP: #1270685)
    . Tests that use the InProcessServer bind the default socket file
      (LP: #1271604)
    . BasicConnector threads exit immediately (LP: #1271655)
    . Integration tests TestClientIPCRender.test_accelerated_render fails on
      Galaxy Nexus and Nexus4 (LP: #1272597)
    . Android backend unit-tests FTBS on amd64 (LP: #1276621)
    . Erroneous use of last_consumed in SwitchingBundle::compositor_acquire
      (LP: #1270964)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mir (0.1.5+14.04.20140212-0ubuntu1) trusty; urgency=medium
 
2
 
 
3
  [ Kevin Gunn ]
 
4
  * Cherry-picked from future release 0.1.6:
 
5
    - frontend, shell: provide the client process ID in the shell::Session
 
6
      interface (LP: #1276704)
 
7
  * New upstream release 0.1.5 (https://launchpad.net/mir/+milestone/0.1.5)
 
8
    - mirclient ABI bumped to 7
 
9
    - mirserver ABI bumped to 15
 
10
    - Refactoring to support client-controled RPC.
 
11
    - Add an translucent server example (use sparingly, this will kill
 
12
      performance!)
 
13
    - Add workaround for Qualcomm Snapdragon 8960 driver bug.
 
14
    - android-input: Improve debug output
 
15
    - Screen rotation support half done (rotation of the screen works but input
 
16
      rotation not implemented yet).
 
17
    - Add groundwork for overlay support to take better advantage of mobile
 
18
      hardware features and optimize composition in future.
 
19
    - Add support for HWC 1.2 (Android 4.4)
 
20
    - Add groundwork for screencasting (screen recording).
 
21
    - Optimized surface resizing, significantly reducing event flooding for
 
22
      some input configurations like touch.
 
23
    - Bugs fixed:
 
24
      . Surfaces no longer visible at all on Nexus 10 (LP: #1271853)
 
25
      . mir nested server failure: what(): error binding buffer to texture
 
26
        (LP: #1272041)
 
27
      . Unity does not process events from evdev device created before unity is
 
28
        restarted (autopilot tests) (LP: #1238417)
 
29
      . mir_unit_tests can't run on touch images any more (missing
 
30
        libumockdev.so.0) (LP: #1271434)
 
31
      . chmod 777 /tmp/mir_socket is no longer sufficient for non-root clients
 
32
        to connect to a root server (LP: #1272143)
 
33
      . Nexus7(2013) flo framerate maxes out at 30fps (LP: #1274189)
 
34
      . libmirserver user is unable to #include
 
35
         <mir/frontend/template_protobuf_message_processor.h> (LP: #1276162)
 
36
      . libmirclient user cannot "#include <mir/client/private.h>"
 
37
        (LP: #1276565)
 
38
      . AndroidInternalClient.internal_client_creation_and_use hangs on Nexus
 
39
        10 (LP: #1270685)
 
40
      . Tests that use the InProcessServer bind the default socket file
 
41
        (LP: #1271604)
 
42
      . BasicConnector threads exit immediately (LP: #1271655)
 
43
      . Integration tests TestClientIPCRender.test_accelerated_render fails on
 
44
        Galaxy Nexus and Nexus4 (LP: #1272597)
 
45
      . Android backend unit-tests FTBS on amd64 (LP: #1276621)
 
46
      . Erroneous use of last_consumed in SwitchingBundle::compositor_acquire
 
47
        (LP: #1270964)
 
48
 
 
49
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 12 Feb 2014 18:29:29 +0000
 
50
 
1
51
mir (0.1.4+14.04.20140204-0ubuntu1) trusty; urgency=medium
2
52
 
3
53
  [ Daniel van Vugt ]