Skip to content

Use Go modules, improve stability and documentation

Pre-release
Pre-release
Compare
Choose a tag to compare
@josephlr josephlr released this 12 Sep 00:00
· 281 commits to master since this release
672cce6

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.