blob: 8d86fceadacb6fa0d8e64502dcc9c46f0bc7f4a7 [file] [log] [blame]
Miklos Szeredi8b4e0962004-01-07 13:17:32 +00001What is new in 1.1
2
3* Support for the 2.6 kernels
4
5* Read efficiency improvements: read in 64k blocks instead of 4k
6(Michael Grigoriev)
7
8* Lazy automatic unmount
9
10* Added 'fsync()' VFS call to the FUSE interface
11
12* Bugfixes
13
14
Miklos Szeredic0226bb2003-02-19 16:05:06 +000015What is new in 1.0
16
17* Cleanups and bugfixes
18
19* Added 'release()' VFS call to the FUSE interface
20
21* 64 bit file offsets (handling of > 4 GByte files)
Miklos Szeredi8b39a9f2002-10-25 12:41:16 +000022
23* libfuse is now under LGPL
24
25* New 'statfs' call (Mark Glines)
26
27* Cleaned up mount procedure (mostly by Mark Glines)
28
29 NOTE: Binaries linked with with a previous version of libavfs may
30 not work with the new version of the fusermount program. In such
31 case recompile the program after installing the new libavfs library.
32
33* Fix for problems under linux kernel 2.4.19
34
35============================================================================
36
Miklos Szerediddc862a2002-01-09 13:46:10 +000037What is new in 0.95
38
39* Optimized read/write operations. Raw throughput has increased to
40about 60Mbyte/s on a Celeron/360
41
42* Python bindings by Jeff Epler
43
44* Perl bindings by Mark Glines
45
46* Improved multithreaded operation
47
48* Simplified library interface
49
50* Bugfixes
51
52============================================================================
53
Miklos Szeredi0a7077f2001-11-11 18:20:17 +000054What is new in 0.9:
Miklos Szeredi8cffdb92001-11-09 14:49:18 +000055
56* Everything