diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 22:17:33 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-01-08 22:17:33 -0500 |
commit | 64df46b47e18de9c4cbf0ef87b9bae2853324637 (patch) | |
tree | 58d878cb2b30e583f0a0b87609e31478ba5a52d2 /debian/changelog | |
parent | 60e78aa5b49972bb34b5049d2d54e1be4b7ad992 (diff) | |
parent | c1010b61c9097212c9631b6cbc4e85fd62539364 (diff) | |
download | libayatana-appindicator-64df46b47e18de9c4cbf0ef87b9bae2853324637.tar.gz libayatana-appindicator-64df46b47e18de9c4cbf0ef87b9bae2853324637.tar.bz2 libayatana-appindicator-64df46b47e18de9c4cbf0ef87b9bae2853324637.zip |
* Upstream Release 0.0.7
* Making the Notification Watcher register for it's own DBus
name to keep the service one unique.
* Adding support for icons changing through the service and
in the indicator.
* Fixing the generated headers for DBus Properties calls
* Fixing libappindicator set_icon to set the right icon.
* Adding in icon path support.
* Switching DBus interface to org.freedesktop
* Adding check/radio support to menu parsing
* Adding ChangeLog to dist
* Adding check item support to menu parsing
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0801ab4..89635e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,21 @@ -indicator-application (0.0.6-0ubuntu1) UNRELEASED; urgency=low +indicator-application (0.0.7-0ubuntu1) lucid; urgency=low + + * Upstream Release 0.0.7 + * Making the Notification Watcher register for it's own DBus + name to keep the service one unique. + * Adding support for icons changing through the service and + in the indicator. + * Fixing the generated headers for DBus Properties calls + * Fixing libappindicator set_icon to set the right icon. + * Adding in icon path support. + * Switching DBus interface to org.freedesktop + * Adding check/radio support to menu parsing + * Adding ChangeLog to dist + * Adding check item support to menu parsing + + -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 16:05:39 -0600 + +indicator-application (0.0.6-0ubuntu1) lucid; urgency=low * Upstream release 0.0.6 * Include Python binding |