diff options
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 |