aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: f00aae050ed011b909bd07d8374de0eff9587feb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
2002-01-07  Mark Glines <mark@glines.org>
	
	* Added statfs() support to kernel, lib, examples, and perl!

2001-12-26  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Better cross compilation support

	* Ported to Compaq IPAQ

2001-12-20  Miklos Szeredi <mszeredi@inf.bme.hu>
	
	* Added function fuse_get_context() to library API (inspired by
	patch from Matt Ryan) 
	
	* Added flags to fusermount and to kernel interface to control
	permission checking

	* Integrated fuse_set_operations() into fuse_new()

2001-12-08  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Applied header protection + extern "C" patch by Roland
	Bauerschmidt

2001-12-02  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Added perl bindings by Mark Glines 

2001-11-21  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Cleaned up way of mounting simple filesystems.

	* fuse_main() helper function added

2001-11-18  Miklos Szeredi <mszeredi@inf.bme.hu>
	
	* Optimized read/write operations, so that minimal copying of data
	is done

2001-11-14  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Python bindings by Jeff Epler added

2001-11-13  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Fixed vfsmount reference leak in fuse_follow_link

	* FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
	userspace is ignored

2001-11-09  Miklos Szeredi <mszeredi@inf.bme.hu>

	* Started ChangeLog