aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-14 14:29:40 -0500
committerTed Gould <ted@gould.cx>2011-04-14 14:29:40 -0500
commitd8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed (patch)
tree57aea79d68725b349d3efcec800ac3e4bb215c1d /ChangeLog
parent36e1489aa1f123d9e9724f47679249eb9379d25e (diff)
parentb8ece12c8057d848a5b502bf659dddb6fe59fcd9 (diff)
downloadayatana-indicator-application-d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed.tar.gz
ayatana-indicator-application-d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed.tar.bz2
ayatana-indicator-application-d8f7ec7a4d933bf9ca989b8760e6d05c3d50d5ed.zip
New upstream release.
∘ Free app using application_free() instead of just freeing the memory (LP: #743564) ∘ Protect against cancellation ∘ Make it so that we can cancel GetAll() (LP: #725665) ∘ Make it so that we can cancel Approver requests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de65255..1d8f58c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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