diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 16:09:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 16:09:08 -0600 |
commit | eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab (patch) | |
tree | b53727a60aa73e22a3c1e1477cf100aa77280771 /ChangeLog | |
parent | 073fb07231188c77679cfb094848e0b311c0830d (diff) | |
parent | 4097a4c42901dee5edf61c589ef0d501b716c633 (diff) | |
download | ayatana-indicator-session-eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab.tar.gz ayatana-indicator-session-eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab.tar.bz2 ayatana-indicator-session-eb8f43efef005e90fae7caaa4e70b9c6b40bc4ab.zip |
New upstream release.
∘ Support adding arbitrary items to the end of the session
menu. (LP: #727823)
∘ Call guest session with --no-lock to ensure there is no
double locking (LP: #636693)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -1,5 +1,62 @@ # Generated by Makefile. Do not edit. +2011-03-10 Ted Gould <ted@gould.cx> + + 0.2.15 + +2011-03-10 Ted Gould <ted@gould.cx> + + Use the --no-lock parameter + +2011-03-10 Ted Gould <ted@gould.cx> + + Add the --no-lock option to activate the session. + +2011-03-10 Ted Gould <ted@gould.cx> + + Looking in a directory for extra launchers + +2011-03-10 Ted Gould <ted@gould.cx> + + Embed the function so it's not one separator ever, but once per run + +2011-03-10 Ted Gould <ted@gould.cx> + + Add some cleanup and some comments + +2011-03-10 Ted Gould <ted@gould.cx> + + Sort the launchers + +2011-03-10 Ted Gould <ted@gould.cx> + + Reducing the scope of some of our variables + +2011-03-10 Ted Gould <ted@gould.cx> + + Closing the directory after we're done with it + +2011-03-10 Ted Gould <ted@gould.cx> + + Putting the appinfo's into a list so that we can sort them + +2011-03-10 Martin Pitt <martin.pitt@ubuntu.com> + + Drop support for indicator-session-extra.desktop + +2011-03-10 Martin Pitt <martin.pitt@canonical.com> + + Add support for extra launcher dir + + Hardcoding a single extra launcher path is impractical for distributions, as + multiple packages would collide on the name and wouldn't give any extra + customization possibility for OEMs. + + Obsolete /usr/share/applications/indicator-session-extra.desktop and instead + read /usr/share/indicators/session/applications/*.desktop + + https://launchpad.net/bugs/727823 + 2011-02-17 Ted Gould <ted@gould.cx> 0.2.14 |