~pete-woods/hud/keywords-test-fail

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tarmac
  • Author(s): Automatic PS uploader, Ted Gould, Charles Kerr
  • Date: 2013-11-18 16:05:51 UTC
  • mfrom: (340.5.7 lp1247896)
  • Revision ID: tarmac-20131118160551-y1tv4l4awofa6kfj
When clearning an application clear last_focused if it's the same app. Fixes: https://bugs.launchpad.net/bugs/1247896.

Approved by Charles Kerr, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 29 Oct 2013 11:17:56 +0000
24
24
 
 
25
hud (13.10.1+13.10.20131031-0ubuntu1) saucy; urgency=low
 
26
 
 
27
  [ Charles Kerr ]
 
28
  * If we can't get the busname, log a g_critical and then exit
 
29
    gracefully instead of abort()ing in g_error. (LP: #1244688)
 
30
  * Add a null safeguard when accessing window SharedPtrs held in the
 
31
    m_windows QMap. (LP: #1243654)
 
32
 
 
33
  [ Ubuntu daily release ]
 
34
  * Automatic snapshot from revision 344
 
35
 
 
36
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 31 Oct 2013 23:12:19 +0000
 
37
 
 
38
hud (13.10.1+13.10.20131024-0ubuntu1) saucy; urgency=low
 
39
 
 
40
  [ Pete Woods ]
 
41
  * Fix the ref counting of application sources The application sources
 
42
    are now entirely owned by the application-list's hash table.
 
43
 
 
44
  [ Ted Gould ]
 
45
  * Add apport dependencies to the package hook. (LP: #1233994)
 
46
  * Don't show disabled items in search results. (LP: #1192646)
 
47
  * Don't crash if we get asked about a window we don't know about,
 
48
    return a null list. (LP: #1242339)
 
49
 
 
50
  [ Ubuntu daily release ]
 
51
  * Automatic snapshot from revision 341
 
52
 
 
53
 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 24 Oct 2013 16:12:43 +0000
 
54
 
25
55
hud (13.10.1+13.10.20131014-0ubuntu1) saucy; urgency=low
26
56
 
27
57
  [ Pete Woods ]