aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-21 11:37:01 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-21 11:37:01 +0000
commit8393e3d2285533a77d38cfe6713bbe2223802594 (patch)
tree06273dde0cc638f2645d1ab68f3f0d9c6405ce12 /ChangeLog
parent05c97845cdd649b31ba140f3b2c4784b94489673 (diff)
downloadlibfuse-8393e3d2285533a77d38cfe6713bbe2223802594.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bac818..710b4f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-21 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Don't use async cancelation in multithreaded loop. This makes
+ it more portable to systems where read() is not async cancel safe.
+ Report from Andriy Gapon
+
2005-11-20 Miklos Szeredi <miklos@szeredi.hu>
* Warn if API version 11 compatibility is requested