Skip to content

1.4.0

Compare
Choose a tag to compare
@james-pre james-pre released this 25 Nov 22:17
· 169 commits to main since this release
v1.4.0
02f4646
  • Added contexts (docs)
    • bindContext is used to create a new BoundContext
    • Almost all emulation layer functions now accept a FS_Context as this
  • Added chroot
    • For both chroot and bindContext, you need to make sure the new root directory exists and has the correct permissions
  • Removed some backend option descriptions (runtime bloat)
  • Changed to assert.equal for many tests for readability
  • Fixed Dir tests not using opendir
  • Removed source from package to reduce size and reduce confusion
  • Fixed a race condition in configure
  • Overhauled zenfs-test