diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 15:15:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 15:15:20 -0500 |
commit | e3d7177e1ca2181cfe943ea46d2899ccaee07b32 (patch) | |
tree | ba57b24f1c39ea13e9eefaa69aee54dd6466c60e /ChangeLog | |
parent | 6e9e154652d00e0a685f9efe0f2aa99e7e0f808d (diff) | |
parent | fc03ef7c10bf76edc87af4cc54194fe1bf6e28c2 (diff) | |
download | libayatana-appindicator-e3d7177e1ca2181cfe943ea46d2899ccaee07b32.tar.gz libayatana-appindicator-e3d7177e1ca2181cfe943ea46d2899ccaee07b32.tar.bz2 libayatana-appindicator-e3d7177e1ca2181cfe943ea46d2899ccaee07b32.zip |
* New upstream release.
* Fix a memory leak (LP: #)
* Port to libindicator 0.4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,5 +1,51 @@ # Generated by Makefile. Do not edit. +2011-07-07 Ted Gould <ted@gould.cx> + + 0.3.90 + +2011-07-07 Ted Gould <ted@gould.cx> + + Removing -Werror for the Vala compiler + +2011-07-07 Ted Gould <ted@gould.cx> + + Free allocated name + +2011-06-16 Ted Gould <ted@gould.cx> + + Free name if we get it + +2011-07-07 Ted Gould <ted@gould.cx> + + Migrate to libindicator 0.4 + +2011-06-16 Ted Gould <ted@gould.cx> + + Doc fix + +2011-06-16 Javier Jardón <javier.jardon@codethink.co.uk> + + Trivial documentation fix + + The property name is 'icon-desc', not 'icon-description' + +2011-06-16 Ted Gould <ted@gould.cx> + + Autotools fixes + +2011-06-15 Javier Jardón <javier.jardon@codethink.co.uk> + + configure.ac: Generate xz tarballs with pax format by default + +2011-06-15 Javier Jardón <javier.jardon@codethink.co.uk> + + Update autotools configuration + + Do not use deprecated macros + Use new libtool syntax + Remove unneeded code + 2011-03-23 Ted Gould <ted@gould.cx> 0.3.0 |