Skip to content

SnapRAID v11.1

Compare
Choose a tag to compare
@amadvance amadvance released this 13 May 13:08
· 136 commits to master since this release
  • Fixed the check command to correctly ignore errors on unused parity.
    This was broken in version 9.0.
  • Allow increasing the number of parity splits of existing parity.
  • Fixed quoting when printing in Linux. This fixes the UTF-8 screen
    output. Windows version was not affected.
  • Fixed recognition of 'hashsize' in the configuration file.
    The previous incorrect 'hash_size' is still supported for backward
    compatibility.
  • Fixed building in platforms that don't provide major/minor definitions
    in sys/types.h.
  • When creating 'pool' symbolic links, set their time as the linked files.
  • Added support for the Windows 10 symbolic link unprivileged creation,
    using SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE.
  • Windows binaries built with gcc 4.9.4 using the MXE cross compiler at
    commit ae56efa2b23a793b0146508bfef33027cdb09fd2 with targets
    i686-w64-mingw32 and x86_64-w64-mingw32 and optimization -O2.