Merge lp:~ps-jenkins/unity-mir/latestsnapshot-0.1+14.04.20131028-0ubuntu1 into lp:unity-mir

Proposed by PS Jenkins bot
Status: Merged
Approved by: PS Jenkins bot
Approved revision: 137
Merged at revision: 137
Proposed branch: lp:~ps-jenkins/unity-mir/latestsnapshot-0.1+14.04.20131028-0ubuntu1
Merge into: lp:unity-mir
Diff against target: 43 lines (+36/-0)
1 file modified
debian/changelog (+36/-0)
To merge this branch: bzr merge lp:~ps-jenkins/unity-mir/latestsnapshot-0.1+14.04.20131028-0ubuntu1
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Mir development team Pending
Review via email: mp+192959@code.launchpad.net

Commit message

Releasing 0.1+14.04.20131028-0ubuntu1 (revision 136 from lp:unity-mir)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-10-16 17:04:51 +0000
3+++ debian/changelog 2013-10-28 21:47:46 +0000
4@@ -1,3 +1,39 @@
5+unity-mir (0.1+14.04.20131028-0ubuntu1) trusty; urgency=low
6+
7+ [ Daniel d'Andrada ]
8+ * UbuntuKeyboardInfo now provides the opaque keybard area in scene
9+ coordinates So all that's left for OSKController is setting its
10+ InputArea to match it. No more guesswork anymore. (LP: #1236489)
11+
12+ [ Alan Griffiths ]
13+ * Avoid unnecessary use of mir::surfaces::SurfaceStackModel (which
14+ ought to be internal to Mir).
15+
16+ [ Albert Astals ]
17+ * Fix crashes/deadlocks if we sigterm the app while still starting up
18+ Three changes:  * We need to make sure that the_shell_* return a non
19+ unique shared pointer (i.e. Mir is also holding it)    otherwise
20+ once we return from the function it will cease to exist and we'll be
21+ using    deleted memory  * Move ua_ui_mirserver_finish to after the
22+ qApp has stopped, otherwise may happen the code    is still trying
23+ to do a QWindow::showMaximized and uses memory that is also gone  *
24+ Make the qApp quit call more stubborn, it can happen that sometimes
25+ we get to that code before the other thread    has done qApp->exec()
26+ so we wait until we get the aboutToQuit signal to make sure the
27+ other thread will stop.
28+ * Add two const & .
29+
30+ [ thomas-voss ]
31+ * Ensure that app processes are not assigned an oom score smaller than
32+ the one of the shell.
33+ * stop/continue complete process groups instead of individual
34+ processes.
35+
36+ [ Ubuntu daily release ]
37+ * Automatic snapshot from revision 136
38+
39+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 28 Oct 2013 18:17:52 +0000
40+
41 unity-mir (0.1+13.10.20131016.1-0ubuntu1) saucy; urgency=low
42
43 [ Gerry Boland ]

Subscribers

People subscribed via source and target branches