diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 08:55:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 08:55:02 -0600 |
commit | a2a0779d48c596f1fda30a2d502bb3d419a83164 (patch) | |
tree | fdc5ab9af6d20c35d11c630e35db049cc797d40a /ChangeLog | |
parent | 10923a8e6c73b0dbee321c33d4b40f1e90c8dd59 (diff) | |
parent | 2afbdf3abb677533b1fdfb25d8b0aa64ebb332f9 (diff) | |
download | ayatana-indicator-session-a2a0779d48c596f1fda30a2d502bb3d419a83164.tar.gz ayatana-indicator-session-a2a0779d48c596f1fda30a2d502bb3d419a83164.tar.bz2 ayatana-indicator-session-a2a0779d48c596f1fda30a2d502bb3d419a83164.zip |
Import upstream version 0.3.92
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 |