aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-07-30 17:33:40 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-07-30 17:33:40 +0000
commit9a5c11d132298239be66d7538c3f8c6b03f8ad95 (patch)
treee5a676b6f20f663d7574ca7a5ca9eda6e9ab6b8e /ChangeLog
parent3b0e4faeaf38e234b8c1209ec92824691503995f (diff)
downloadlibfuse-9a5c11d132298239be66d7538c3f8c6b03f8ad95.tar.gz
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cd91c20..b7105be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,22 @@
+2006-07-30 Miklos Szeredi <miklos@szeredi.hu>
+
+ * fusermount: if selinux is active, restore the original file's
+ security context in unmount_rename(). Redhat bugzilla id 188561.
+ Patch from Yves Perrenoud
+
+ * Add POSIX file locking operation to high level library
+
+2006-07-14 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Multiple release() calls can race with each other, resulting in
+ the hidden file being deleted before the last release finishes.
+ Bug found and patch tested by Mark Huijgen
+
2006-07-05 Miklos Szeredi <miklos@szeredi.hu>
- * fusermount: if /dev/fuse doesn't exist, suggest moddprobing
- fuse; this makes sense on systems using udev. Reported by
- Szakacsits Szabolcs
+ * fusermount: if /dev/fuse doesn't exist, suggest modprobing fuse;
+ this makes sense on systems using udev. Reported by Szakacsits
+ Szabolcs
2006-06-29 Miklos Szeredi <miklos@szeredi.hu>