/[fuse_dbi]/fuse/trunk/NEWS
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /fuse/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Wed Aug 4 11:40:49 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 1316 byte(s)
copy CVS to trunk

1 dpavlin 4 What is new in 1.1
2    
3     * Support for the 2.6 kernels
4    
5     * Support for exporting filesystem over NFS in 2.6 kernels
6    
7     * Read efficiency improvements: read in 64k blocks instead of 4k
8     (Michael Grigoriev). Can be turned on with '-l' option of fusermount
9    
10     * Lazy automatic unmount
11    
12     * Added 'fsync()' VFS call to the FUSE interface
13    
14     * Bugfixes
15    
16    
17     What is new in 1.0
18    
19     * Cleanups and bugfixes
20    
21     * Added 'release()' VFS call to the FUSE interface
22    
23     * 64 bit file offsets (handling of > 4 GByte files)
24    
25     * libfuse is now under LGPL
26    
27     * New 'statfs' call (Mark Glines)
28    
29     * Cleaned up mount procedure (mostly by Mark Glines)
30    
31     NOTE: Binaries linked with with a previous version of libavfs may
32     not work with the new version of the fusermount program. In such
33     case recompile the program after installing the new libavfs library.
34    
35     * Fix for problems under linux kernel 2.4.19
36    
37     ============================================================================
38    
39     What is new in 0.95
40    
41     * Optimized read/write operations. Raw throughput has increased to
42     about 60Mbyte/s on a Celeron/360
43    
44     * Python bindings by Jeff Epler
45    
46     * Perl bindings by Mark Glines
47    
48     * Improved multithreaded operation
49    
50     * Simplified library interface
51    
52     * Bugfixes
53    
54     ============================================================================
55    
56     What is new in 0.9:
57    
58     * Everything

  ViewVC Help
Powered by ViewVC 1.1.26