diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2009-07-16 11:07:31 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2009-07-16 11:07:31 +0000 |
commit | 3846394e7ad0a85a0eee3346444befa81f4425af (patch) | |
tree | 2a5fbdf198100bc6d7f92f9dca46ba62cbebad9f /ChangeLog | |
parent | 37a90f29e8609951a18e5190d1fd3659e3aee135 (diff) | |
download | libfuse-3846394e7ad0a85a0eee3346444befa81f4425af.tar.gz |
* Clarify how the protocol version should be negotiated between
kernel and userspace. Notably libfuse didn't correctly handle the
case when the supported major versions didn't match
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-07-16 Miklos Szeredi <miklos@szeredi.hu> + + * Clarify how the protocol version should be negotiated between + kernel and userspace. Notably libfuse didn't correctly handle the + case when the supported major versions didn't match + 2009-07-02 Miklos Szeredi <miklos@szeredi.hu> * The context is extended with a 'umask' field. The umask is sent |