commit | fb28c5ebe1efdc3e3b125aad1a19f1a240519345 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Fri Nov 26 12:15:06 2004 +0000 |
committer | Miklos Szeredi <miklos@szeredi.hu> | Fri Nov 26 12:15:06 2004 +0000 |
tree | cfe63db63bc515c36886dad956ee8c171167d496 | |
parent | 97de5118b5c240063f634e9fa41998dc72708b56 [diff] [blame] |
API change
diff --git a/ChangeLog b/ChangeLog index e8d2cac..947b410 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,10 @@ +2004-11-26 Miklos Szeredi <miklos@szeredi.hu> + + * libfuse API change: open, read, write, flush, fsync and release + are passed a 'struct fuse_file_info' pointer containing the open + flags (open and release), and the file handle. Verion changed to + 3.0. + 2004-11-23 Miklos Szeredi <miklos@szeredi.hu> * More cleanups in the kernel