aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-11-27 18:31:18 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-11-27 18:31:18 +0000
commite9191d5550e36bde10781e4aa84a3fc4be17f609 (patch)
tree586ebdb2730f163a670292d6c1f0ca25d8db8dad /ChangeLog
parent5c094ac0150ebfef6a2c9c2c9d1c545a90ff4e96 (diff)
downloadlibfuse-e9191d5550e36bde10781e4aa84a3fc4be17f609.tar.gz
lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handling function. Reported by Tero Marttila
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79ed2a5..5487d59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-19 Miklos Szeredi <miklos@szeredi.hu>
+
+ * lowlevel lib: fix deadlock if fuse_reply_* is called from the
+ interrupt handling function. Reported by Tero Marttila
+
2008-10-16 Miklos Szeredi <miklos@szeredi.hu>
* Allow commas in options to be escaped with a backslash