aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-04-26 20:29:12 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-04-26 20:29:12 +0000
commitccf0be03c3f6ec094b18c53c0606dafadb1e5423 (patch)
tree41984087357addad138436520e57a313f839420c /ChangeLog
parent611ad93ac79a8a4a8adf18bcbcd9a7e3ca9ce0e0 (diff)
downloadlibfuse-ccf0be03c3f6ec094b18c53c0606dafadb1e5423.tar.gz
In multithreaded loop, use a semaphore instead of SIGHUP...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5f83b6..4f27cec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-26 Miklos Szeredi <miklos@szeredi.hu>
+
+ * In multithreaded loop, use a semaphore instead of SIGHUP to wake
+ up the main thread on umount. This is more elegant, and works
+ even if signals are blocked.
+
2007-04-25 Miklos Szeredi <miklos@szeredi.hu>
* Improve mounting support in libfuse: