summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-12-21 15:42:39 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-12-21 15:42:39 +0000
commit7e993696b6037ae3cb7dd5fd1c31887100f3357f (patch)
tree366efdededc182848272be81bc0ed705a1d1b4b6 /ChangeLog
parentad30d14ca1e2254d1f0d14dbe8416de19d74c108 (diff)
Bug 564102 – _wrap_g_output_stream_write_async not adding a reference to
2008-12-21 Paul Pogonyshev <pogonyshev@gmx.net> Bug 564102 – _wrap_g_output_stream_write_async not adding a reference to the buffer passed * gio/gio.override (pygio_notify_copy_buffer): New function. (pygio_free_notify): Free new `buffer' field if it is set. * gio/goutputstream.override (_wrap_g_output_stream_write_async): Copy the buffer with new pygio_notify_copy_buffer() and use the copy for g_output_stream_write_async() call. * gio/gfile.override (_wrap_g_file_replace_contents_async): Same as for _wrap_g_output_stream_write_async(). svn path=/branches/pygobject-2-16/; revision=980
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2760b14..d8f0f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-12-21 Paul Pogonyshev <pogonyshev@gmx.net>
+
+ Bug 564102 – _wrap_g_output_stream_write_async not adding a
+ reference to the buffer passed
+
+ * gio/gio.override (pygio_notify_copy_buffer): New function.
+ (pygio_free_notify): Free new `buffer' field if it is set.
+
+ * gio/goutputstream.override (_wrap_g_output_stream_write_async):
+ Copy the buffer with new pygio_notify_copy_buffer() and use the
+ copy for g_output_stream_write_async() call.
+
+ * gio/gfile.override (_wrap_g_file_replace_contents_async): Same
+ as for _wrap_g_output_stream_write_async().
+
2008-12-06 Gian Mario Tagliaretti <gianmt@gnome.org>
Bug 555613 – gio.VolumeMonitor segfaults