diff options
author | Ted Gould <ted@gould.cx> | 2012-03-07 14:08:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-07 14:08:40 -0600 |
commit | 67872e2808a7c4f4d414822198e4a3f951bdf411 (patch) | |
tree | ec6847f736a6188a06557a516de5b16ba5c6fb0d /ChangeLog | |
parent | 169093d37a32b8019211dd998a6b1ec2df68e450 (diff) | |
parent | 18d670b206e2c4292451cb17602d209a628a7e21 (diff) | |
download | libayatana-indicator-67872e2808a7c4f4d414822198e4a3f951bdf411.tar.gz libayatana-indicator-67872e2808a7c4f4d414822198e4a3f951bdf411.tar.bz2 libayatana-indicator-67872e2808a7c4f4d414822198e4a3f951bdf411.zip |
Import upstream version 0.4.93
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
@@ -1,5 +1,79 @@ # Generated by Makefile. Do not edit. +2012-03-07 Ted Gould <ted@gould.cx> + + 0.4.93 + +2012-03-05 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ted/libindicator/lp719457 for Bug #719457 + +2012-03-02 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-03-02 Ted Gould <ted@gould.cx> + + 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 + +2012-03-02 Ted Gould <ted@gould.cx> + + Support new FD.o Desktop Actions + +2012-02-27 Ted Gould <ted@gould.cx> + + Get the right group in exec too! + +2012-02-27 Ted Gould <ted@gould.cx> + + Handling the different group names when getting the name as well + +2012-02-27 Ted Gould <ted@gould.cx> + + Update test desktop file + +2012-02-27 Ted Gould <ted@gould.cx> + + Creating a warning for the legacy support + +2012-02-27 Ted Gould <ted@gould.cx> + + 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 + +2012-02-27 Ted Gould <ted@gould.cx> + + Use the appropriate list of nicks and groups to find our data now + +2012-02-27 Ted Gould <ted@gould.cx> + + Figure out what kind of actions we have + +2012-02-27 Ted Gould <ted@gould.cx> + + Adding a state variable to track what kind of actions we have + +2012-02-27 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-02-27 Ted Gould <ted@gould.cx> + + Changing our defines around to make sure to mark things the way that we think about them. + +2012-02-29 Charles Kerr <charles.kerr@canonical.com> + + lp:~charlesk/libindicator/fix-939061 + +2012-02-29 Charles Kerr <charles.kerr@canonical.com> + + silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" reported in Bug #939061 + + 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. + +2012-02-29 Charles Kerr <charles.kerr@canonical.com> + + tweak: use g_clear_object() instead of if-not-null-g_object_unref() + 2012-02-23 Ted Gould <ted@gould.cx> 0.4.92 |