diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-08 04:27:50 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-08 04:27:50 -0500 |
commit | be69a42947c59dc9a047e3cb304e858db669bb95 (patch) | |
tree | c3b66304300acb67f41ed8dd931df52a80c05560 /ChangeLog | |
parent | 853fe81d0bab3ba0011a6759026223e96013a762 (diff) | |
parent | c05b64af5fc28789f404629d64a1ade4d6c6da34 (diff) | |
download | libayatana-appindicator-be69a42947c59dc9a047e3cb304e858db669bb95.tar.gz libayatana-appindicator-be69a42947c59dc9a047e3cb304e858db669bb95.tar.bz2 libayatana-appindicator-be69a42947c59dc9a047e3cb304e858db669bb95.zip |
* New upstream release.
* A race fix on the dbus name (LP: #526499)
* Fixing the Watcher Interface
* Fixes to build with GTK 2/3
* Fixes to build with valac-0.12
* debian/control
- Changed the valac build depends to valac-0.12
* debian/python-appindicator.install
- Make sure python2.6 and python2.7 files get included
* debian/rules
- Fix builds for multiple python versions
- disable parallel builds, it breaks the mono binding generation
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. +2010-12-07 Ted Gould <ted@gould.cx> + + Update to newest g-ir-scanner and vapigen + +2010-12-03 Ken VanDine <ken.vandine@canonical.com> + + Build fixes with the latest g-ir-scanner and vapigen + +2010-12-03 Ken VanDine <ken.vandine@canonical.com> + + * Explicitly call ShowAll on the menu, otherwise it isn't shown + * Specify a panel icon that exists for the example + +2010-12-03 Ted Gould <ted@gould.cx> + + Merging in support for GTK3/2 dual build + +2010-10-13 Michael Terry <mike@mterry.name> + + ship both pc files in EXTRA_DIST + +2010-10-06 Michael Terry <mike@mterry.name> + + instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure to specify which to build with + +2010-06-19 Michael Terry <michael.terry@canonical.com> + + use gtk3 versions of dbusmenu and indicator; use appindicator3 0.1 rather than appindicator 3.1 + +2010-06-19 Michael Terry <michael.terry@canonical.com> + + first pass at gtk3 version of libappindicator + +2010-11-01 Ted Gould <ted@gould.cx> + + Race fixup + +2010-10-20 Ted Gould <ted@gould.cx> + + Uhg, we need a message to know if we've fixed the bug. + +2010-10-19 Ted Gould <ted@gould.cx> + + Add a nice little warning in + +2010-10-19 Ted Gould <ted@gould.cx> + + Adding a check for the name to ensure we didn't miss it + +2010-10-08 Ted Gould <ted@gould.cx> + + Fixing the Watcher interface + +2010-10-08 Aurelien Gateau <aurelien.gateau@canonical.com> + + NotificationHost => StatusNotifierHost, Service => StatusNotifierItem + +2010-10-08 Aurelien Gateau <aurelien.gateau@canonical.com> + + Fix implementation of org.kde.StatusNotifierWatcher interface + + ProtocolVersion, IsStatusNotifierHostRegistered and + RegisteredStatusNotifierItems are properties, not methods. + +2010-09-22 Ted Gould <ted@gould.cx> + + 0.2.9 + 2010-09-21 Ted Gould <ted@gould.cx> Fixes for the bindings |