source: FTPfs/sshfs-fuse-1.9/NEWS @ 10

Last change on this file since 10 was 10, checked in by zsjheng, 16 years ago
File size: 1.6 KB
Line 
1What is new in 1.9
2------------------
3
4* Fix a serious bug, that could result in sshfs hanging, crashing, or
5  reporting out-of-memory
6
7What is new in 1.8
8------------------
9
10* Bug fixes
11
12What is new in 1.7
13------------------
14
15* Tolerate servers which print a banner on login
16
17* Small improvements
18
19What is new in 1.6
20------------------
21
22* Workaround for missing truncate operation on old sftp servers
23
24* Bug fixes
25
26What is new in 1.5
27------------------
28
29* Improvements to read performance.  Now both read and write
30  throughput should be very close to 'scp'
31
32* If used with FUSE 2.6.0 or later, then perform better data caching.
33  This should show dramatic speed improvements when a file is opened
34  more than once
35
36* Bug fixes
37
38What is new in 1.4
39------------------
40
41* Updated to version 25 of libfuse API
42
43* This means that the 'cp' of readonly file to sshfs bug is finally
44  solved (as long as using libfuse 2.5.0 or later *and* Linux 2.6.15
45  or later)
46
47* Sshfs now works on FreeBSD
48
49* Added option to "transform" absolute symbolic links
50
51What is new in 1.3
52------------------
53
54* Add workaround for failure to rename to an existing file
55
56* Simple user ID mapping
57
58* Estimate disk usage of files based on size
59
60* Report "infinite" disk space
61
62* Bug fixes
63
64What is new in 1.2
65------------------
66
67* Better compatibility with different sftp servers
68
69* Automatic reconnect (optional)
70
71What is new in 1.1
72------------------
73
74* Performance improvements:
75
76   - directory content caching
77
78   - symlink caching
79
80   - asynchronous writeback
81
82   - readahead
83
84* Fixed '-p' option
85
86What is new in 1.0
87------------------
88
89* Initial release
Note: See TracBrowser for help on using the repository browser.