summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a228e08e..7c5f2626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-03-08 Debarshi Ray <debarshi.ray@gmail.com>
+
+ Bug #611521 - Free Gio::SlotFileProgress (and friends) at completion
+
+ * gio/src/file.ccg:
+ The Gio::SlotFileProgress slots (and their friends) used in operations like
+ Gio::File::copy, Gio::File::copy_async and Gio::File::move should not freed
+ when their C callbacks are invoked for the first time. Instead they should be
+ freed after the operation has completed.
+
2010-02-27 Daniel Elstner <daniel.kitta@gmail.com>
Avoid compiler warning in resolver example