diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-09-28 09:19:25 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-09-28 09:19:25 -0400 |
commit | d44c110df4e6702bb2441961c4d517f6885f5a3c (patch) | |
tree | 628e6d606000081a01cccc59e593ab914a6bff31 /ChangeLog | |
parent | 18f3158453229388605760aa8e738a9adb65109b (diff) | |
parent | a3fd1aa6abf470016825dbb288565018cf834c12 (diff) | |
download | ayatana-indicator-session-d44c110df4e6702bb2441961c4d517f6885f5a3c.tar.gz ayatana-indicator-session-d44c110df4e6702bb2441961c4d517f6885f5a3c.tar.bz2 ayatana-indicator-session-d44c110df4e6702bb2441961c4d517f6885f5a3c.zip |
* New upstream release.
* Fix convert file key naming (LP: #847807)
* Use environment variable to get seat path (LP: #856455)
* Fix abort when using ConsoleKit fallback (LP: #740382)
* Update session icon instead of creating a new one (LP: #854292)
* Update to latest Launchpad translations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
@@ -1,5 +1,73 @@ # Generated by Makefile. Do not edit. +2011-09-27 Ted Gould <ted@gould.cx> + + 0.3.6 + +2011-09-27 Ted Gould <ted@gould.cx> + + Merging in translations from LP + +2011-09-27 Ted Gould <ted@gould.cx> + + Fixing capitalization of input strings as well + +2011-09-27 Ted Gould <ted@gould.cx> + + Updating to trunk + +2011-09-27 Ted Gould <ted@gould.cx> + + Updating to current translations on Launchpad + +2011-09-27 Ted Gould <ted@gould.cx> + + Removing an error and fixing the parameters. + +2011-09-27 Ted Gould <ted@gould.cx> + + Make the dialog not abort and add invalids for the return to make sure it does less often + +2011-09-27 Ted Gould <ted@gould.cx> + + Update the icon instead of recreating it. + +2011-09-26 Ted Gould <ted@gould.cx> + + Switch changing restart to updating the image instead of recreating it. + +2011-09-27 Ted Gould <ted@gould.cx> + + Switch to using the XDG_SEAT_PATH env. variable instead of using DBus + +2011-09-21 Robert Ancell <robert.ancell@canonical.com> + + Don't use depcrecated org.freedesktop.DisplayManager.GetSeatForCookie, use XDG_SEAT_PATH instead + +2011-09-26 Ted Gould <ted@gould.cx> + + Adding categories to the desktop files + +2011-09-21 Ted Gould <ted@gould.cx> + + Fixing key names + +2011-09-19 Ted Gould <ted@gould.cx> + + Only grab reboot after a second delay + +2011-09-16 Conor Curran <conor.curran@canonical.com> + + removed startup rebootrequired query, it must have been returning true + +2011-09-16 Ted Gould <ted@gould.cx> + + Fix title case + +2011-09-16 Jeremy Bicha <jbicha@ubuntu.com> + + Use Title Case for "Restart to Complete Updates" + 2011-09-14 Conor Curran <conor.curran@canonical.com> fixes for apt handling |