diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 13:34:35 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:34:35 -0600 |
commit | 15784dbb2ca18efa7d2790cdd76eba13ea23947f (patch) | |
tree | 5482a453eec4c01ca83fbcc97a537b8d9fb4cce6 /ChangeLog | |
parent | 70d5440f983b1a7de06adfb29ff24d672dc459a9 (diff) | |
parent | 56d9374b5b9de50fcc4c3f904bb0459799244df4 (diff) | |
download | libayatana-appindicator-15784dbb2ca18efa7d2790cdd76eba13ea23947f.tar.gz libayatana-appindicator-15784dbb2ca18efa7d2790cdd76eba13ea23947f.tar.bz2 libayatana-appindicator-15784dbb2ca18efa7d2790cdd76eba13ea23947f.zip |
* New upstream release.
* Set includedir to the location of the headers provided by
libappindicator-dev (LP: #721562)
* Fix crash when importing appindicator from Python (LP: #724917).
* Fix crash when switching themes by disconnecting a signal from
the theme on dispose. LP: #708188
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,5 +1,33 @@ # Generated by Makefile. Do not edit. +2011-03-03 Ted Gould <ted@gould.cx> + + 0.2.97 + +2011-03-02 Ted Gould <ted@gould.cx> + + Adding additional functions into Python bindings + +2011-02-26 Артём Попов <artfwo@gmail.com> + + Updated appindicator.defs (fixes LP: #724917) + +2011-03-02 Ted Gould <ted@gould.cx> + + Fixing the pkgconfig file + +2011-02-28 Ken VanDine <ken.vandine@canonical.com> + + Set the includedir for appindicator3-0.1 to ${includedir}/libappindicator-0.1 + +2011-03-02 Ted Gould <ted@gould.cx> + + Drop theme signal handler when shutting down. + +2011-02-25 Michael Terry <mike@mterry.name> + + disconnect from icon theme on dispose + 2011-02-24 Ted Gould <ted@gould.cx> 0.2.96 |