release 0.3
[rrq/fuse_xattrs.git] / ChangeLog
1 Release 0.3 (2017-05-21)
2 ------------------------
3
4 * Fix crash when writing a key with an empty value
5
6 Release 0.2 (2017-02-26)
7 ------------------------
8
9 * Fix tests
10 * Added support to specify source directory (not mirroring the full fs /)
11 * Hide sidecar files by default
12 * Added man page
13 * Fix crash
14 * Remove sidecar when removing a file (same for renaming)
15 * Optimization: don't open/close files for every operation
16 * Enable optimization flags on compilation (-O3)
17 * Force to run in a single-thread
18
19 Release 0.1 (2016-10-23)
20 ------------------------
21
22 * Initial release