~ubuntu-desktop/libindicator/ubuntu

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Sebastien Bacher
  • Date: 2012-03-08 20:57:54 UTC
  • mfrom: (337.1.92 ubuntu)
  • Revision ID: seb128@ubuntu.com-20120308205754-ryk2guh8b2bhlmqh
Tags: 0.4.93-0ubuntu1
releasing version 0.4.93-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2012-03-07  Ted Gould  <ted@gould.cx>
 
4
 
 
5
        0.4.93
 
6
 
 
7
2012-03-05  Charles Kerr  <charles.kerr@canonical.com>
 
8
 
 
9
        merge lp:~ted/libindicator/lp719457 for Bug #719457
 
10
 
 
11
2012-03-02  Ted Gould  <ted@gould.cx>
 
12
 
 
13
        Attaching bug
 
14
 
 
15
2012-03-02  Ted Gould  <ted@gould.cx>
 
16
 
 
17
        Copying the name before using it to remove as it seems that the unwatch can cause the name to be free'd in some cases.  Odd, but valgrind can find it
 
18
 
 
19
2012-03-02  Ted Gould  <ted@gould.cx>
 
20
 
 
21
        Support new FD.o Desktop Actions
 
22
 
 
23
2012-02-27  Ted Gould  <ted@gould.cx>
 
24
 
 
25
        Get the right group in exec too! 
 
26
 
 
27
2012-02-27  Ted Gould  <ted@gould.cx>
 
28
 
 
29
        Handling the different group names when getting the name as well
 
30
 
 
31
2012-02-27  Ted Gould  <ted@gould.cx>
 
32
 
 
33
        Update test desktop file
 
34
 
 
35
2012-02-27  Ted Gould  <ted@gould.cx>
 
36
 
 
37
        Creating a warning for the legacy support
 
38
 
 
39
2012-02-27  Ted Gould  <ted@gould.cx>
 
40
 
 
41
        Adding a value for whether it should use the TargetEnvironment, I'm removing the warning because we don't care to fix old stuff anymore
 
42
 
 
43
2012-02-27  Ted Gould  <ted@gould.cx>
 
44
 
 
45
        Use the appropriate list of nicks and groups to find our data now
 
46
 
 
47
2012-02-27  Ted Gould  <ted@gould.cx>
 
48
 
 
49
        Figure out what kind of actions we have
 
50
 
 
51
2012-02-27  Ted Gould  <ted@gould.cx>
 
52
 
 
53
        Adding a state variable to track what kind of actions we have
 
54
 
 
55
2012-02-27  Ted Gould  <ted@gould.cx>
 
56
 
 
57
        Attaching bug
 
58
 
 
59
2012-02-27  Ted Gould  <ted@gould.cx>
 
60
 
 
61
        Changing our defines around to make sure to mark things the way that we think about them.
 
62
 
 
63
2012-02-29  Charles Kerr  <charles.kerr@canonical.com>
 
64
 
 
65
        lp:~charlesk/libindicator/fix-939061
 
66
 
 
67
2012-02-29  Charles Kerr  <charles.kerr@canonical.com>
 
68
 
 
69
        silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" reported in Bug #939061 
 
70
        
 
71
        Coverity is unhappy that the local variable "priv" is uninitialized if one of the goto branches is followed in this function. Since we only use priv once, a fairly clean way of sidestepping this warning is removing the local variable "priv" and instead using INDICATOR_OBJECT_GET_PRIVATE()'s return pointer directly.
 
72
 
 
73
2012-02-29  Charles Kerr  <charles.kerr@canonical.com>
 
74
 
 
75
        tweak: use g_clear_object() instead of if-not-null-g_object_unref()
 
76
 
3
77
2012-02-23  Ted Gould  <ted@gould.cx>
4
78
 
5
79
        0.4.92