Skip to end of metadata
Go to start of metadata

See Change notes.

Upgrading from 0.6

  1. Remove version from namespace. Eg. Change
    <CollectionSettings xmlns="http://bitrepository.org/settings/0.6/CollectionSettings.xsd">
    
    to
    <CollectionSettings xmlns="http://bitrepository.org/settings/CollectionSettings.xsd">
    
  2. Add
    <AllowedFileIDPattern></AllowedFileIDPattern>
    
    after
    <DefaultChecksumType>MD5</DefaultChecksumType>
    
  3. Add (if monitoring and audit trail services are started):
    <GetAuditTrailSettings>
      <ContributorIDs>xxx</ContributorIDs>
        ......
    </GetAuditTrailSettings>
    <GetStatusSettings>
      <ContributorIDs>yyy</ContributorIDs>
      ...
    </GetStatusSettings>
    
     
  • No labels