0a1,80 > 2007-12-17 Miklos Szeredi > > * Released 1.9 > > 2007-12-12 Miklos Szeredi > > * Fix checking for fuse_opt_parse in configure > > 2007-12-11 Miklos Szeredi > > * Fill in st_ctime attribute with st_mtime, instead of leaving it > zero > > * Check for OpenSSH version >= 4.4, and if found, don't build the > sshnodelay.so workaround > > 2007-12-10 Miklos Szeredi > > * Fix crash on writing files, caused by missing locking around > sshfs_file_get() > > * Don't time requests when not debugging > > * Add subtype support with libfuse >= 2.7.0 > > * Abort on allocation failure instead of exit > > * Correctly show default of nodelaysrv workaround in help message > > 2007-05-16 Miklos Szeredi > > * Released 1.8 > > 2007-05-15 Miklos Szeredi > > * Add needed g_thread_init() to fix rare crashes. Reported by > Dimitrios Apostolou > > * Fix memory leak in sshfs_open_common() > > 2007-04-18 Miklos Szeredi > > * Fix crash within gdb, caused by sem_wait() returning with an > error on interrupt. Reported by Dimitrios Apostolou > > * Fix spurious cache entries remaining after renaming a directory > > 2007-02-28 Miklos Szeredi > > * Don't set DISPLAY environment variable to "", because it breaks > ssh-askpass. Make nodelaysrv_workaround default to off, because > with this change it may have security implications. > > 2007-02-19 Miklos Szeredi > > * OpenSSH sftp-server can read requests faster, than it processes > them, when it's buffer is full it aborts. This can happen on a > large upload to a slow server. Work around this by limiting the > total size of outstanding reqests. Debian bug #365541. Tracked > down by Thue Janus Kristensen > > * Add --disable-sshnodelay configure option. The sshnodelay.so > hack shouldnt be needed with OpenSSH client versions >= 4.3 > > 2006-12-20 Miklos Szeredi > > * Work around write performace issues due to missing TCP_NODELAY > in sshd. Reported by Justin Searle > > 2006-11-10 Miklos Szeredi > > * Fix bug which ommitted directory entries for symlinks with the > -ofollow_symlinks option. Bug reported by Mikael Ståldal > > 2006-09-29 Miklos Szeredi > > * Fix segfault if there are outstanding writes to the server after > release on the file descriptor. This only happened on FreeBSD. > Reported by Andriy Gapon >