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