X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=ChangeLog;h=5ec8686d3f609ff3f57e869632c738debb5ffac4;hb=44ba89e4e046391df5001e48b9469f7c0ef254f7;hp=5282cad59a168d21d330484d7036e97cf891ddda;hpb=b0063ac38ae833b543d7301f34ed19e559f7fe49;p=rrq%2Ffuse_xattrs.git diff --git a/ChangeLog b/ChangeLog index 5282cad..5ec8686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,26 @@ -Release 0.2 (2017-02-16) +Release 0.4 (2017-05-27) +------------------------ + +* Now compiles and run on OSX (probably also on BSD) +* Namespaces can be enabled on runtime (default: disabled) + +Release 0.3 (2017-05-21) +------------------------ + +* Fix crash when writing a key with an empty value + +Release 0.2 (2017-02-26) ------------------------ * Fix tests * Added support to specify source directory (not mirroring the full fs /) * Hide sidecar files by default +* Added man page +* Fix crash +* Remove sidecar when removing a file (same for renaming) +* Optimization: don't open/close files for every operation +* Enable optimization flags on compilation (-O3) +* Force to run in a single-thread Release 0.1 (2016-10-23) ------------------------