aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-01 13:36:53 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-08-01 13:36:53 +0000
commit009b878e22fae96037da5332937c436d48d7989e (patch)
tree943c8c4c53ca3e06161357c55aaa0e21f1f6ed58 /ChangeLog
parent7b28eaeac5f2d8d591b1b0c94e10b64644017869 (diff)
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa6d1fd..dbf7e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
* Add ACCESS operation. This is called from the access() system
call if 'default_permissions' mount option is not given
+
+ * Perform ACCESS operation in case of open(), if the file wasn't
+ newly created
2005-07-28 Miklos Szeredi <miklos@szeredi.hu>