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