Mir

lp:mir/0.13

Created by Alan Griffiths and last modified
Get this branch:
bzr branch lp:mir/0.13
Members of Mir development team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mir development team
Project:
Mir
Status:
Development

Recent revisions

2556. By Daniel van Vugt

Merge lp:mir/ubuntu to get final changelog: 0.13.3+15.10.20150617-0ubuntu1

2555. By Alberto Aguirre

Update changelog for 0.13.3

2554. By Alberto Aguirre

Avoid allocating mir::protobuf objects on the stack

When an addition is made to a protobuf message, a stack allocation of such object may differ from what the destructor of that message is expecting as the destructor is defined by libmirprotobuf and the allocation may have been made from an older definition of the message (by an older mirclient library for example) which can lead to stack corruption.

Ideally, the mirprotobuf library would have versioned symbols and have the ability to be loaded in parallel to a previous version but that's not currently possible.

As an alternative, avoid allocating mir defined protobuf objects on the stack and instead use the xxx::default_instance().New() factory methods which are defined in the mirprotobuf library.

Backport of lp:mir r2674

2553. By Alexandros Frantzis

debian: Update dependency of client-platform-mesa-dev to account for header packaging change

Backport of lp:mir r2667

2552. By Daniel van Vugt

Merge final changelog for 0.13.2 (wily) back from Ubuntu distro.

2551. By Daniel van Vugt

Mir 0.13.2 is already in distro. Bump the version to 0.13.3 in anticipation
for any future point release.

2550. By Robert Bruce Park

Resync infinity's manual distro upload to trunk.

2549. By Alberto Aguirre

bump version to 0.13.2

2548. By Alberto Aguirre

Update client API version.

2547. By Alberto Aguirre

Allow disabling android platform device quirks.

Backport from lp:mir - r2613

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mir
This branch contains Public information 
Everyone can see this information.