diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 14:50:35 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 14:50:35 -0500 |
commit | 10923a8e6c73b0dbee321c33d4b40f1e90c8dd59 (patch) | |
tree | 18d446c7238e5021c80839d1f0de069a628b6385 /ChangeLog | |
parent | 455f5df69319c0feb5e64317bef16925623e8ac5 (diff) | |
download | ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.tar.gz ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.tar.bz2 ayatana-indicator-session-10923a8e6c73b0dbee321c33d4b40f1e90c8dd59.zip |
Import upstream version 0.3.91
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -1,5 +1,57 @@ # Generated by Makefile. Do not edit. +2012-02-08 Conor Curran <conor.curran@canonical.com> + + merge in the pk api port branch and remove the apt transaction stuff + +2012-02-08 Conor Curran <conor.curran@canonical.com> + + merge request comments acted upon + +2012-02-08 Conor Curran <conor.curran@canonical.com> + + properly fix conflict and make sure to not check for updates 1 minute after starting the service or Pitti will kill me :) + +2012-02-08 Conor Curran <conor.curran@canonical.com> + + correct conflict + +2012-02-08 Conor Curran <conor.curran@canonical.com> + + get rid of the transaction as we don't need to worry about updates installing state + +2012-02-08 Conor Curran <conor.curran@canonical.com> + + pk kit compat layer seems to be sane + +2012-02-07 Conor Curran <conor.curran@canonical.com> + + no need to hold on to a reference to a pkclient instance + +2012-02-07 Conor Curran <conor.curran@canonical.com> + + apt watcher updates + +2012-02-07 Conor Curran <conor.curran@canonical.com> + + fetching available packages + +2012-02-06 Conor Curran <conor.curran@canonical.com> + + query for updates half complete + +2012-02-06 Conor Curran <conor.curran@canonical.com> + + we need to talk to dbus to listen for signals from package kit, the lib doesnt wrap the signals ... + +2012-02-06 Conor Curran <conor.curran@canonical.com> + + pkclient in place + +2012-02-06 Conor Curran <conor.curran@canonical.com> + + handle gtk3 box constructor changes + 2012-02-07 Ted Gould <ted@gould.cx> 0.3.90 |