summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-03-06 15:35:38 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-03-06 15:35:38 +0000
commit7dff7415efcc5b529b1e451dd4b2850949ed0620 (patch)
tree595f7b671b330277f3fff44165fe579d406d06cd /ChangeLog
parentedaff5e021cbe7b928ca2652cb57d8361923cb7c (diff)
downloadgvfs-7dff7415efcc5b529b1e451dd4b2850949ed0620.tar.gz
Bug 535814 – hangup on g_input_stream_close after cancelling from other
2009-03-06 Alexander Larsson <alexl@redhat.com> Bug 535814 – hangup on g_input_stream_close after cancelling from other thread * daemon/gvfschannel.c: Reverted patch from bug 522192 as it caused bug 535814. Furthermore, its just wrong. We don't cancel streams as such, we cancel individual operations on the stream. svn path=/trunk/; revision=2296
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ff40fb5..0de4d9be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-03-06 Alexander Larsson <alexl@redhat.com>
+ Bug 535814 – hangup on g_input_stream_close after cancelling from other thread
+ * daemon/gvfschannel.c:
+ Reverted patch from bug 522192 as it caused bug 535814.
+ Furthermore, its just wrong. We don't cancel streams as such, we
+ cancel individual operations on the stream.
+
+2009-03-06 Alexander Larsson <alexl@redhat.com>
+
* client/gdaemonfileinputstream.c:
(iterate_read_state_machine):
(iterate_close_state_machine):