summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathan Matthew <jonathan@d14n.org>2008-08-07 09:45:50 +0000
committerJonathan Matthew <jmatthew@src.gnome.org>2008-08-07 09:45:50 +0000
commit41ba53ca195b8c05ca5b4f01bf417d992adc6e1f (patch)
tree37e33ea2f4df103525e351e763918c7d7afe7979 /ChangeLog
parentf7a82eba4709a1671a75b01557e60ac189ced5a1 (diff)
downloadpygobject-41ba53ca195b8c05ca5b4f01bf417d992adc6e1f.tar.gz
pygobject-41ba53ca195b8c05ca5b4f01bf417d992adc6e1f.tar.xz
pygobject-41ba53ca195b8c05ca5b4f01bf417d992adc6e1f.zip
Bug 546734 – Missing Py_INCREFs for some file async methods
2008-08-07 Jonathan Matthew <jonathan@d14n.org> Bug 546734 – Missing Py_INCREFs for some file async methods * gio/gfile.override: Increment refcounts on callbacks and callback data for append_to_async, create_async, replace_async, query_info_async and load_contents_async as for all other async methods. svn path=/trunk/; revision=929
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58f1d8b..cc937e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-07 Jonathan Matthew <jonathan@d14n.org>
+
+ Bug 546734 – Missing Py_INCREFs for some file async methods
+
+ * gio/gfile.override:
+ Increment refcounts on callbacks and callback data for
+ append_to_async, create_async, replace_async, query_info_async and
+ load_contents_async as for all other async methods.
+
2008-08-06 Johan Dahlin <johan@gnome.org>
* gio/gfile.override: