Skip to content

FIDO v1.6rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@carlwilson carlwilson released this 03 Aug 12:48
701fde3
  • added update signature parameter to control signature download verison:
  • trapped regex creation exception so that sig file creation is not derailed;
  • PRONOM/DROID signature file now downloaded from URL rather than via SOAP service;
  • moved sleep between SOAP downloads so that it's only applied between actual downloads, not when processing cached results;
  • code style warnings:
    • some minor refactoring for complex methods;
    • factoring out string constants;
    • renamed some variables and methods;
    • removed some commented code;
    • tidied exit conditions; and
    • removed some unreachable code.