diff options
author | Ted Gould <ted@gould.cx> | 2012-02-08 11:31:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-08 11:31:48 -0600 |
commit | 44cc6e756788f6ec37343c93c178227b2b6d3ba1 (patch) | |
tree | a0fceab985ea86b78bb9557a1f875bf0ee4758c4 /ChangeLog | |
parent | e548f851004dbb18360408c04c61a66a5ffc80fd (diff) | |
parent | 22965953b89a0ed229c9009a2750c573d82acfee (diff) | |
download | ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.gz ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.bz2 ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.zip |
* New upstream release.
* Adding in a code coverage based build target
* Fixing useless variable setting
* Fixing variant usage
* Adding support for the Title property
* Fixing to work with Dbusmenu 0.5.90
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 108 |
1 files changed, 108 insertions, 0 deletions
@@ -1,5 +1,113 @@ # Generated by Makefile. Do not edit. +2012-02-08 Ted Gould <ted@gould.cx> + + 0.4.90 + +2012-02-08 Ted Gould <ted@gould.cx> + + Adding in a code coverage based build target + +2011-12-06 Allan LeSage <allanlesage@gmail.com> + + Added coverage reporting via gcov config and targets. + +2012-02-08 Ted Gould <ted@gould.cx> + + Fixing useless variable setting + +2012-01-24 Charles Kerr <charles.kerr@canonical.com> + + fix dead store found by clang static analyzer + +2012-02-08 Ted Gould <ted@gould.cx> + + Fixing variant usage + +2012-02-03 Ted Gould <ted@gould.cx> + + Oops, forgot one + +2012-02-03 Ted Gould <ted@gould.cx> + + Making sure to initial string pointers + +2012-02-03 Ted Gould <ted@gould.cx> + + Make sure to initialize values before free'ing them + +2012-02-03 Ted Gould <ted@gould.cx> + + Ensuring that the values are initialized to NULL before using that later. + +2012-02-03 Ted Gould <ted@gould.cx> + + Fixing variant usage + +2012-02-03 Ted Gould <ted@gould.cx> + + Ignoring generated files + +2012-02-03 Ted Gould <ted@gould.cx> + + Fixing some of the variant usage to free strings appropriately + +2012-02-08 Ted Gould <ted@gould.cx> + + Adding support for the Title property + +2012-02-03 Ted Gould <ted@gould.cx> + + Attaching bug + +2012-02-03 Ted Gould <ted@gould.cx> + + Changing the signatures on the indicator side, we don't care much about title though. + +2012-02-03 Ted Gould <ted@gould.cx> + + Don't need the ID as that's already the hint + +2012-02-03 Ted Gould <ted@gould.cx> + + Changing the output signatures + +2012-02-03 Ted Gould <ted@gould.cx> + + Adding in service versions to detect the dbus API change + +2012-02-03 Ted Gould <ted@gould.cx> + + Adding to more strings to the standard structure, ID and title + +2012-02-03 Ted Gould <ted@gould.cx> + + Changing the service description to match + +2012-02-03 Ted Gould <ted@gould.cx> + + If we have a mega-change of things, let's signal a title change + +2012-02-03 Ted Gould <ted@gould.cx> + + Handling the 'NewTitle' signal coming from the application indicator + +2012-02-03 Ted Gould <ted@gould.cx> + + Add the title to the structure for the application indicator + +2012-02-08 Ted Gould <ted@gould.cx> + + Fixing to work with Dbusmenu 0.5.90 + +2012-02-03 Ted Gould <ted@gould.cx> + + Fixing includes to match dbusmenu v0.5.90 + +2012-02-03 Ted Gould <ted@gould.cx> + + Requiring dbusmenu 0.5.90 + 2011-09-28 Ted Gould <ted@gould.cx> 0.4.0 |