diff options
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 7087e71..1ca26f4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,11 @@ +libfuse 3.10.0 (2019-12-14) +========================== + +* Make ioctl prototype conditional on FUSE_USE_VERSION. + Define FUSE_USE_VERSION < 35 to get old ioctl prototype + with int commands; define FUSE_USE_VERSION >= 35 to get + new ioctl prototype with unsigned int commands. + libfuse 3.9.0 (2019-12-14) ========================== |