Use Go modules, improve stability and documentation
Pre-release
Pre-release
A special thanks to @ebiggers for most of the changes in this release.
With the release of 1.13 recently, the minimum supported version of Go for fscrypt is now 1.12.
With #107, fscrypt now uses go modules (and no longer uses dep
).
New Features:
Changes to improve stability of fscrypt:
- #140: Makes sure fscrypt file update are always atomic
- #134: Use sane defaults for newly encrypted directories
- #122: Install PAM modules/configs correctly
The remaining changes include numerous fixes to the Documentation and CI.