diff options
| author | Ted Gould <ted@gould.cx> | 2012-02-23 09:17:10 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-02-23 09:17:10 -0600 |
| commit | cb9ef79ff83de58657995957de9b9efc2a7face1 (patch) | |
| tree | a6224e1e5af9b8bbf0528cf3ca1334fe22ee7466 /ChangeLog | |
| parent | d37d11adeb30b3ef5c9668a67fd906e79a69286b (diff) | |
| parent | a2a0779d48c596f1fda30a2d502bb3d419a83164 (diff) | |
| download | ayatana-indicator-session-cb9ef79ff83de58657995957de9b9efc2a7face1.tar.gz ayatana-indicator-session-cb9ef79ff83de58657995957de9b9efc2a7face1.tar.bz2 ayatana-indicator-session-cb9ef79ff83de58657995957de9b9efc2a7face1.zip | |
* New upstream release.
* Make GUDev dependency optional for non-Linux kernels
* Add accessibility strings on the icons (LP: #891861)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -1,5 +1,63 @@ # Generated by Makefile. Do not edit. +2012-02-23 Ted Gould <ted@gould.cx> + + 0.3.92 + +2012-02-23 Ted Gould <ted@gould.cx> + + Make GUDev optional for arch's that can't support it + +2012-02-23 Ted Gould <ted@gould.cx> + + Don't include the header or the variable if we're not using GUDev + +2012-02-23 Ted Gould <ted@gould.cx> + + Move the variables into the list straight up as they'll be NULL if undefined + +2012-02-23 Ted Gould <ted@gould.cx> + + Making sure to distribute the files even if we don't use them to build. + +2012-02-23 Evgeni Golov <evgeni@debian.org> + + make gudev dep optional + + Debian has arches w/o udev (hurd-*, kfreebsd-*). These cannot build + indicator-session currently because libgudev-1.0-dev is missing there. + Make the gudev dep optional and thus make indicator-session buildable on + non-Linux arches again. + +2012-02-23 Ted Gould <ted@gould.cx> + + Set the accessible descriptions with the icons + +2012-02-22 Ted Gould <ted@gould.cx> + + If we change the icon to show reboot we need to tell that to the a11y string as well + +2012-02-22 Ted Gould <ted@gould.cx> + + Add default accessible descriptions to the entries + +2012-02-22 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-02-14 Conor Curran <conor.curran@canonical.com> + + merge roberts lock fix + +2012-02-10 Robert Ancell <robert.ancell@canonical.com> + + Don't lock the session when switching to another one - something else (ConsoleKit?) already does this and locks it regardless of if the setting has been configured. + By explicitly doing the lock it means we can't override it inside GNOME screensaver to switch to the greeter instead, so this patch removes the code. + +2012-02-08 Conor Curran <conor.curran@canonical.com> + + prep for release 0.3.91 + 2012-02-08 Conor Curran <conor.curran@canonical.com> merge in the pk api port branch and remove the apt transaction stuff |
