blob: 13a84e125fcead003870173f09da06028bb6bbbe [file] [log] [blame]
Miklos Szeredi127d49b2004-10-14 13:33:39 +00001What is new in 1.9
2
3* Lots of bugs fixed
4
5* Minor modifications to the library API
6
7* Improvements to the kernel/userspace interface
8
9* Mounting by non-root made more secure
10
11* Build shared library in addition to the static one
12
13* Consolidated mount options
14
15* Optimized reading under 2.6 kernels
16
17* Direct I/O support
18
19* Support file I/O on deleted files
20
21* Extended attributes support
22
23What is new in 1.3
24
25* Thanks to user bugreports and stress testing with LTP and sfx-linux
26a number of bugs were fixed, some quite serious.
27
28* Fix compile problems with recent SuSE kernles
29
30What is new in 1.2
31
32* Fix mount problems on recent 2.6 kernels with SELinux enabled
33
34* Fixed writing files lager than 2GBytes
35
36* Other bugfixes
37
Miklos Szeredi8b4e0962004-01-07 13:17:32 +000038What is new in 1.1
39
40* Support for the 2.6 kernels
41
Miklos Szeredib1158392004-01-26 14:43:12 +000042* Support for exporting filesystem over NFS in 2.6 kernels
43
Miklos Szeredi8b4e0962004-01-07 13:17:32 +000044* Read efficiency improvements: read in 64k blocks instead of 4k
Miklos Szeredib1158392004-01-26 14:43:12 +000045(Michael Grigoriev). Can be turned on with '-l' option of fusermount
Miklos Szeredi8b4e0962004-01-07 13:17:32 +000046
47* Lazy automatic unmount
48
49* Added 'fsync()' VFS call to the FUSE interface
50
51* Bugfixes
52
53
Miklos Szeredic0226bb2003-02-19 16:05:06 +000054What is new in 1.0
55
56* Cleanups and bugfixes
57
58* Added 'release()' VFS call to the FUSE interface
59
60* 64 bit file offsets (handling of > 4 GByte files)
Miklos Szeredi8b39a9f2002-10-25 12:41:16 +000061
62* libfuse is now under LGPL
63
64* New 'statfs' call (Mark Glines)
65
66* Cleaned up mount procedure (mostly by Mark Glines)
67
68 NOTE: Binaries linked with with a previous version of libavfs may
69 not work with the new version of the fusermount program. In such
70 case recompile the program after installing the new libavfs library.
71
72* Fix for problems under linux kernel 2.4.19
73
74============================================================================
75
Miklos Szerediddc862a2002-01-09 13:46:10 +000076What is new in 0.95
77
78* Optimized read/write operations. Raw throughput has increased to
79about 60Mbyte/s on a Celeron/360
80
81* Python bindings by Jeff Epler
82
83* Perl bindings by Mark Glines
84
85* Improved multithreaded operation
86
87* Simplified library interface
88
89* Bugfixes
90
91============================================================================
92
Miklos Szeredi0a7077f2001-11-11 18:20:17 +000093What is new in 0.9:
Miklos Szeredi8cffdb92001-11-09 14:49:18 +000094
95* Everything