Skip to content

v1.9-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vgough vgough released this 05 Sep 21:17
· 325 commits to master since this release
b3f04d2

Fixed in rc3:

  • install gettext translation files
  • do not install internal libraries (libtinyxml2)
  • do not install static library by default (libencfs.a)

Previous changes since last 1.8 release:

Dependencies

  • Drop Boost dependency. Use tinyxml2 to read existing XML config archives.
  • Drop librlog dependency. Use easylogging++ for logging.

C++11

  • use std unordered_map in place of GNU internal hashmap

Build system

  • switch to CMake
  • OSX build improvements, RPATH setup

Fuse

  • add encfs_create operation
  • replace getdir with readdir

Misc

  • cleanup includes and reformat code
  • allow writes in reverse mode when no header is used