From 055649e2fa109444fbbc8fdb2126035708615c37 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 28 Jan 2016 17:00:41 -0800 Subject: Changed Changelog format Up to now, the Changelog has essentially been a (manually maintained) copy of the git commit history. This doesn't seem to have any point other than following the GNU coding standards. I believe it's much better to use the Changelog to summarize the release-to-release changes that are most important for users (as was done in the NEWS file until now). --- NEWS | 112 ------------------------------------------------------------------- 1 file changed, 112 deletions(-) delete mode 100644 NEWS (limited to 'NEWS') diff --git a/NEWS b/NEWS deleted file mode 100644 index 493d751..0000000 --- a/NEWS +++ /dev/null @@ -1,112 +0,0 @@ -What is new in 2.1, 2.2 and 2.3 -------------------------------- - -* Support hard link creation if server is OpenSSH 5.7 or later - -* Check mount point and options before connecting to ssh server - -* Handle commas in usernames - -* Small improvements and bug fixes - - -What is new in 2.0 ------------------- - -* Support password authentication with pam_mount - -* Support atomic renames if server is OpenSSH 4.9 or later - -* Support getting disk usage if server is OpenSSH 5.1 or later - -* Small enhancements and bug fixes - -What is new in 1.9 ------------------- - -* Fix a serious bug, that could result in sshfs hanging, crashing, or - reporting out-of-memory - -What is new in 1.8 ------------------- - -* Bug fixes - -What is new in 1.7 ------------------- - -* Tolerate servers which print a banner on login - -* Small improvements - -What is new in 1.6 ------------------- - -* Workaround for missing truncate operation on old sftp servers - -* Bug fixes - -What is new in 1.5 ------------------- - -* Improvements to read performance. Now both read and write - throughput should be very close to 'scp' - -* If used with FUSE 2.6.0 or later, then perform better data caching. - This should show dramatic speed improvements when a file is opened - more than once - -* Bug fixes - -What is new in 1.4 ------------------- - -* Updated to version 25 of libfuse API - -* This means that the 'cp' of readonly file to sshfs bug is finally - solved (as long as using libfuse 2.5.0 or later *and* Linux 2.6.15 - or later) - -* Sshfs now works on FreeBSD - -* Added option to "transform" absolute symbolic links - -What is new in 1.3 ------------------- - -* Add workaround for failure to rename to an existing file - -* Simple user ID mapping - -* Estimate disk usage of files based on size - -* Report "infinite" disk space - -* Bug fixes - -What is new in 1.2 ------------------- - -* Better compatibility with different sftp servers - -* Automatic reconnect (optional) - -What is new in 1.1 ------------------- - -* Performance improvements: - - - directory content caching - - - symlink caching - - - asynchronous writeback - - - readahead - -* Fixed '-p' option - -What is new in 1.0 ------------------- - -* Initial release -- cgit v1.2.3