diff options
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 |