diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 12:14:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 12:14:59 -0600 |
commit | ed7957852e96b6826681a7a0a91ea5be24780b02 (patch) | |
tree | 425047fdefc453dd09b32c4c63d72328a4320ff5 /ChangeLog | |
parent | 3bf1312d232f4e980b77982f8afb3cf2d47d0782 (diff) | |
parent | 44da996a0ff312992cee60839b965d1fbbd256cc (diff) | |
download | ayatana-indicator-messages-ed7957852e96b6826681a7a0a91ea5be24780b02.tar.gz ayatana-indicator-messages-ed7957852e96b6826681a7a0a91ea5be24780b02.tar.bz2 ayatana-indicator-messages-ed7957852e96b6826681a7a0a91ea5be24780b02.zip |
* New upstream release.
* Adding in accessible description support
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 |