blob: 77a0f29a24e60087a79d8e01f6fc33b293e70cdb [file] [log] [blame]
Miklos Szeredi8b39a9f2002-10-25 12:41:16 +00001What is new in 0.99
2
3* libfuse is now under LGPL
4
5* New 'statfs' call (Mark Glines)
6
7* Cleaned up mount procedure (mostly by Mark Glines)
8
9 NOTE: Binaries linked with with a previous version of libavfs may
10 not work with the new version of the fusermount program. In such
11 case recompile the program after installing the new libavfs library.
12
13* Fix for problems under linux kernel 2.4.19
14
15============================================================================
16
Miklos Szerediddc862a2002-01-09 13:46:10 +000017What is new in 0.95
18
19* Optimized read/write operations. Raw throughput has increased to
20about 60Mbyte/s on a Celeron/360
21
22* Python bindings by Jeff Epler
23
24* Perl bindings by Mark Glines
25
26* Improved multithreaded operation
27
28* Simplified library interface
29
30* Bugfixes
31
32============================================================================
33
Miklos Szeredi0a7077f2001-11-11 18:20:17 +000034What is new in 0.9:
Miklos Szeredi8cffdb92001-11-09 14:49:18 +000035
36* Everything