10.1.1
2* Added changelog;
3* Using pthread_mutex for multithread;
4* Added -s (single thread) option;
5
60.1.2
7* Added English README
8* Optimized open/create
9* removed lock (not needed)
10
110.1.3
12* Added option ' -o loglevel=dd':
13	0 - debug level
14	1 - info level
15	2 - default level
160.1.4
17* Added man page
18
190.1.5
20* created objects belong creates (was mount-user) (if mount-user ==root)
21
220.1.6
23* fix permissions after move files.
24
250.1.7
26* fix readlink function.
27
280.1.8
29* Parse the command line using the fuse-lib.
30
310.1.9
32* New files are created only on a partition with enough space
33
340.1.10
35* call chown only if uid==0
36* New directories are created only on a partition with enough space
37
380.1.11
39* fix detect filesystem overflow. Thanks lordikc <lordikc@free.fr>.
40
410.1.12
42* SGID-attribute works correctly
43* option -V shows version of mhddfs
44
450.1.13
46* Fix flags in Makefile (fixed build with --as-needed),
47thanks for Vladimir V. Kamarzin <vvk@altlinux.org>
48* Added lock for debug-stream when writing debug messages
49thanks for Andrew McGill <list2008@lunch.za.net>
50
510.1.14
52* Fix segfault on mhdd_internal_open (locks added),
53thanks to Konstantin Zavialov <konstantin.z@gmail.com>
54
550.1.16
56* Revert to old locks scheme.
57
580.1.17
59* Added standard variant for list of directories.
60 Now it works:
61 	mhddfs /dir1 /dir2 /mount
62 and old variant works too:
63 	mhddfs /dir1,/dir2 /mount
64* Reformatted sources.
65
660.1.21
67* Fixed possible deadlocks
68
690.1.24
70* Applied extended attribute patch, thanks for
71Glenn Washburn <gwashburn@Crossroads.com>.
72
730.1.26
74* Fixed memory leak in extended attribute patch
75
760.1.27
77* Fixed renaming directory bug, thanks for
78Nathan Grennan <dimka@cygnusx-1.org>
79
800.1.31
81* Fixed statvfs if a few shares are placed onto one device.
82
830.1.32
84* Added startup check to remove duplicaties of mount directories.
85
860.1.33
87* Symlinks are processed properly (set date/time).
88