-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
87 lines (66 loc) · 1.82 KB
/
ChangeLog
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
0.1.1
* Added changelog;
* Using pthread_mutex for multithread;
* Added -s (single thread) option;
0.1.2
* Added English README
* Optimized open/create
* removed lock (not needed)
0.1.3
* Added option ' -o loglevel=dd':
0 - debug level
1 - info level
2 - default level
0.1.4
* Added man page
0.1.5
* created objects belong creates (was mount-user) (if mount-user ==root)
0.1.6
* fix permissions after move files.
0.1.7
* fix readlink function.
0.1.8
* Parse the command line using the fuse-lib.
0.1.9
* New files are created only on a partition with enough space
0.1.10
* call chown only if uid==0
* New directories are created only on a partition with enough space
0.1.11
* fix detect filesystem overflow. Thanks lordikc <[email protected]>.
0.1.12
* SGID-attribute works correctly
* option -V shows version of mhddfs
0.1.13
* Fix flags in Makefile (fixed build with --as-needed),
thanks for Vladimir V. Kamarzin <[email protected]>
* Added lock for debug-stream when writing debug messages
thanks for Andrew McGill <[email protected]>
0.1.14
* Fix segfault on mhdd_internal_open (locks added),
thanks to Konstantin Zavialov <[email protected]>
0.1.16
* Revert to old locks scheme.
0.1.17
* Added standard variant for list of directories.
Now it works:
mhddfs /dir1 /dir2 /mount
and old variant works too:
mhddfs /dir1,/dir2 /mount
* Reformatted sources.
0.1.21
* Fixed possible deadlocks
0.1.24
* Applied extended attribute patch, thanks for
Glenn Washburn <[email protected]>.
0.1.26
* Fixed memory leak in extended attribute patch
0.1.27
* Fixed renaming directory bug, thanks for
Nathan Grennan <[email protected]>
0.1.31
* Fixed statvfs if a few shares are placed onto one device.
0.1.32
* Added startup check to remove duplicaties of mount directories.
0.1.33
* Symlinks are processed properly (set date/time).