aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-25 13:12:06 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-25 13:12:06 -0700
commit6ac254c00fc6026fd462b7b93aaa9dc4aa676f69 (patch)
tree1bed45a16bd4c6bebed390e25df197c66356e90f /ChangeLog.rst
parent8641db4af724682fb1c922cbecf6c7e1dfe1a71c (diff)
Document RENAME_EXCHANGE and RENAME_NOREPLACE flags.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 3bf56b7..560ad98 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -3,6 +3,10 @@ Unreleased Changes
* `fuse_main()` / `fuse_remove_signal_handlers()`: do not reset
`SIGPIPE` handler to `SIG_DFL` it was not set by us.
+* Documented the `RENAME_EXCHANGE` and `RENAME_NOREPLACE` flags that
+ may be passed to the `rename` handler of both the high- and
+ low-level API. Filesystem authors are strongly encouraged to check
+ that these flags are handled correctly.
libfuse 3.0.2 (2017-05-24)
==========================