aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2010-01-26 18:20:13 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2010-01-26 18:20:13 +0000
commit8b3a0c74a15e237eb4b7053774600f0ce3fff403 (patch)
tree9de3b1b3a5110c94449bc794565bd1aedb1e4c86 /ChangeLog
parentd29bc735ad9d10ca2d71e772d432983c8618fb26 (diff)
* Fix race if two "fusermount -u" instances are run in parallel.
Reported by Dan Rosenberg * Make sure that the path to be unmounted doesn't refer to a symlink
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c197e0..60c52dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-21 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix race if two "fusermount -u" instances are run in parallel.
+ Reported by Dan Rosenberg
+
+ * Make sure that the path to be unmounted doesn't refer to a
+ symlink
+
2010-01-14 Miklos Szeredi <miklos@szeredi.hu>
* Fix compile error on FreeBSD. Patch by Jay Sullivan