Skip to content

v0.5

Latest
Compare
Choose a tag to compare
@airnandez airnandez released this 24 Sep 09:07

This release includes a few features and bug fixes:

  • [new] modification of trace event format for several operations to make possible association of events with a previous open operation. A new field (the last field in each trace event) was added to the event format of the following operations: open, read, write, flush, release, create and readdir. The documentation for those event formats was updated.
  • [new] make FUSE low level debug messages visually distinct from cluefs ones
  • [new] compile with Go v1.5.1
  • [bugfix] correct bug renaming files (thanks to @rfjakob for submitting issue #3 ).

Binary files are available for Linux and Darwin for x86_64 architecture. To install on Linux do:

curl -L https://github.com/airnandez/cluefs/releases/download/v0.5/cluefs-v0.5-linux-x86_64.tar.gz | tar -xz

To install on OS X do:

curl -L https://github.com/airnandez/cluefs/releases/download/v0.5/cluefs-v0.5-darwin-x86_64.tar.gz | tar -xz

You will find the cluefs self-contained executable in the same directory.