diff options
author | Ted Gould <ted@gould.cx> | 2011-04-14 14:27:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-14 14:27:49 -0500 |
commit | b8ece12c8057d848a5b502bf659dddb6fe59fcd9 (patch) | |
tree | b59252a763feee8db758039175657dd0cb5c5f8f /ChangeLog | |
parent | b0a027c1d23a80bdee99b119ec10567f51f80b66 (diff) | |
parent | ba6c0b194bd2072f98574a22db89a8dfe93734e5 (diff) | |
download | ayatana-indicator-application-b8ece12c8057d848a5b502bf659dddb6fe59fcd9.tar.gz ayatana-indicator-application-b8ece12c8057d848a5b502bf659dddb6fe59fcd9.tar.bz2 ayatana-indicator-application-b8ece12c8057d848a5b502bf659dddb6fe59fcd9.zip |
Import upstream version 0.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,5 +1,41 @@ # Generated by Makefile. Do not edit. +2011-04-14 Ted Gould <ted@gould.cx> + + 0.3.2 + +2011-04-12 Ted Gould <ted@gould.cx> + + Make approver signals cancelable + +2011-04-12 Michael Terry <mike@mterry.name> + + cancel approver requests too + +2011-04-12 Ted Gould <ted@gould.cx> + + Ensure we can cancel GetAll() + +2011-04-11 Michael Terry <mike@mterry.name> + + make sure we can cancel GetAll call + +2011-04-12 Ted Gould <ted@gould.cx> + + Protect from canceling + +2011-04-11 Michael Terry <mike@mterry.name> + + catch one more cancel-before-accessing freed memory instance -- this one resulting in a double free + +2011-04-12 Ted Gould <ted@gould.cx> + + Makes sure to free the application using the application_free() function + +2011-04-08 Michael Terry <mike@mterry.name> + + don't merely free an app, it has to be properly removed from list and such + 2011-04-07 Ted Gould <ted@gould.cx> 0.3.1 |