Skip to content

Reliance Edge v2.0

Compare
Choose a tag to compare
@aamcampbell aamcampbell released this 13 Jan 01:50
· 173 commits to master since this release

Reliance Edge v2.0, January 2017

  • Added support for Linux as a host environment
    • All "host" projects may now be built in either Windows or Linux using the
      make command. The formatter and image builder are built, and the checker
      and image copier are also built in the commercial kit.
    • An additional host tool has been added for Linux only: redfuse. It is a
      File System in User Space (FUSE) implementation, allowing a Reliance Edge
      volume to be mounted directly on Linux for easy access. It is built from
      the host project folder using the command make redfuse.
    • The OS-specific API test (commercial kit only) is now ported to run on Linux
      for the purpose of verifying the FUSE implementation.
  • Fixed a bug that could leave a directory in an invalid state after removing
    files. For example, an affected directory might report a non-zero length even
    after all files had been deleted.
  • Fixed a bug that would leave the driver in a bad state if a mount operation
    failed due to missing or corrupt metaroot blocks.
  • The configuration utility now has keyboard shortcuts for opening and saving
    the configuration.