diff options
author | Ted Gould <ted@gould.cx> | 2011-02-17 10:21:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-17 10:21:37 -0600 |
commit | 20ef744b7ea3f022ec62a904065e02aa1755ab09 (patch) | |
tree | 5e13df00c32bdd9d91140ab41d950b110fb3899c /ChangeLog | |
parent | 6c89ab08a0ae0bed70f3f3306bdd28f5f69afa8a (diff) | |
parent | 7840128ffb7df770b4ff84c2ec6472e3fcb43d3d (diff) | |
download | libayatana-indicator-20ef744b7ea3f022ec62a904065e02aa1755ab09.tar.gz libayatana-indicator-20ef744b7ea3f022ec62a904065e02aa1755ab09.tar.bz2 libayatana-indicator-20ef744b7ea3f022ec62a904065e02aa1755ab09.zip |
New upstream release.
∘ Adding in a11y description support
∘ Fixing distcheck (LP: #587811)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,5 +1,55 @@ # Generated by Makefile. Do not edit. +2011-02-17 Ted Gould <ted@gould.cx> + + 0.3.19 + +2011-02-16 Ted Gould <ted@gould.cx> + + Returning reserveds as we're breaking ABI anyway + +2011-02-16 Ted Gould <ted@gould.cx> + + Bumping the major version of the lib and the indicator directory + +2011-02-16 Ted Gould <ted@gould.cx> + + Merging support for having an accessible description + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + accessible_name -> accessible_desc in tests as well + +2011-02-08 Luke Yelavich <luke.yelavich@canonical.com> + + * accessible_name -> accessible_desc to better reflect the use of the content. + * Add accessible-desc-update signal so that indicators can tell + indicator-applet/unity that the accessible description has changed + +2011-02-01 Luke Yelavich <luke.yelavich@canonical.com> + + use const gchar for variable and prototype + +2011-02-01 Luke Yelavich <luke.yelavich@canonical.com> + + Merge from trunk + +2011-01-18 Luke Yelavich <luke.yelavich@canonical.com> + + Add accessible_name variable in indicator entry structure + +2011-02-16 Ted Gould <ted@gould.cx> + + Fixing makefile to include all the necissary files in dist + +2011-02-15 Ted Gould <ted@gould.cx> + + Adding the service.in files as well + +2011-02-15 Sebastien Bacher <seb128@ubuntu.com> + + Add session.conf.in to dist + 2011-01-27 Ted Gould <ted@gould.cx> 0.3.18 |