aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-09-26 12:41:30 +0100
committerNikolaus Rath <Nikolaus@rath.org>2017-09-26 12:41:30 +0100
commit608e7ab89c7f6c4362f8e9a07133adcd26aa63da (patch)
tree82010ee910c7aabe6be0e9a90703c8c7ef7197f2 /ChangeLog.rst
parenta73dda48bd9b9bdc925b180fd7dab4c9689da09f (diff)
downloadsshfs-608e7ab89c7f6c4362f8e9a07133adcd26aa63da.tar
sshfs-608e7ab89c7f6c4362f8e9a07133adcd26aa63da.tar.gz
sshfs-608e7ab89c7f6c4362f8e9a07133adcd26aa63da.tar.bz2
sshfs-608e7ab89c7f6c4362f8e9a07133adcd26aa63da.zip
Ignore fstab-specific mount options
Fixes: #96.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 76a0bb1..2eb4fbb 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -2,6 +2,9 @@ Unreleased Changes
------------------
* Manpage is now installed in correct directory.
+* SSHFS now supports (or rather: ignores) some options that it may
+ receive as result of being mounted from ``/etc/mtab``. This includes
+ things like ``user``, ``netdev``, or ``auto``.
SSHFS 3.3.0 (2017-09-20)
------------------------