aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-20 10:39:51 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-20 10:39:51 +0000
commit9f6bf0da77bd36adf2637caf4b8c42591c5e1cf4 (patch)
treefad1d21c856fbe64fa05ad14166be65fa4aec276 /ChangeLog
parent81928eda7672d772ac03803ff30ce488d4dc5fdc (diff)
downloadsshfs-9f6bf0da77bd36adf2637caf4b8c42591c5e1cf4.tar
sshfs-9f6bf0da77bd36adf2637caf4b8c42591c5e1cf4.tar.gz
sshfs-9f6bf0da77bd36adf2637caf4b8c42591c5e1cf4.tar.bz2
sshfs-9f6bf0da77bd36adf2637caf4b8c42591c5e1cf4.zip
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8009ab6..7f3fc79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-19 Miklos Szeredi <miklos@szeredi.hu>
+
+ * GNOME Nautilus fails to copy file to sshfs filesystem, because
+ FUSE returns zero free space. So instead return huge (999999999
+ kbytes) amount of free space, yet it should be obvious that the
+ number is artificial. Bug report by Peter Kronheimer
+
2005-10-18 Miklos Szeredi <miklos@szeredi.hu>
* Add remote uid detection and translation ('idmap=user' option).