diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-06 10:55:53 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-06 11:07:23 +0200 |
commit | 6ac4046bee1763081d78fab555dc8c4ecd24078d (patch) | |
tree | a1c494a4098bc16ef9729339f89cd6109049a47e /ChangeLog.rst | |
parent | 95c65a62463031dd39a8776be500dcfb25c04c39 (diff) | |
download | sshfs-6ac4046bee1763081d78fab555dc8c4ecd24078d.tar sshfs-6ac4046bee1763081d78fab555dc8c4ecd24078d.tar.gz sshfs-6ac4046bee1763081d78fab555dc8c4ecd24078d.tar.bz2 sshfs-6ac4046bee1763081d78fab555dc8c4ecd24078d.zip |
Support O_APPEND.
Fixes: #76.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index a8038b3..5285523 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -3,6 +3,7 @@ Unreleased Changes * Truly disable the writeback cache, instead of just adjusting the default and printing a warning when explicitly enabled. +* SSHFS now supports O_APPEND. Release 3.1.0 (2017-08-04) -------------------------- |