diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,5 +1,38 @@ # Generated by Makefile. Do not edit. +2011-02-17 Ted Gould <ted@gould.cx> + + 0.3.92 + +2011-02-17 Ted Gould <ted@gould.cx> + + Support for accessiable descriptions of the indicator + +2011-02-17 Ted Gould <ted@gould.cx> + + Removing an unneeded strdup + +2011-02-17 Ted Gould <ted@gould.cx> + + Updating libindicator required version + +2011-02-17 Ted Gould <ted@gould.cx> + + Updating the description when we signal that it's changed + +2011-02-17 Luke Yelavich <luke.yelavich@canonical.com> + + Store entry data in a variable so it can be freed after signaling an + accessible description change, preventing a memory leak. + +2011-02-17 Luke Yelavich <luke.yelavich@canonical.com> + + No need to use g_strdup, the variable is a const + +2011-02-14 Luke Yelavich <luke.yelavich@canonical.com> + + Add accessible description support + 2011-01-27 Ted Gould <ted@gould.cx> 0.3.91 |