Skip to content

v1.9.3

Compare
Choose a tag to compare
@rfjakob rfjakob released this 28 Jan 14:36
· 77 commits to master since this release
v1.9.3
db76b3b

NOTE: The v1.9.3 release incorrectly reports version 1.9.2 when compiled.

  • Fix compilation with "-std=c++11"
  • Fix a gid permission issue with allow_other
  • Fix operations on symlinks
  • Fix a race in idle unmount
  • Add --reversewrite cli option
  • Add PID to syslog logging
  • Deep code sanity check
  • Modernize coding style
  • Make codebase warnings & clang-tidy clean
  • Bump FUSE_USE_VERSION to 29
  • Ensure compatibility with LibreSSL
  • Switch to vendored lib tinyxml2 & easylogging
  • Reorganize man page and add missing options
  • Add gtest and micro benchmarks