Aller au contenu principal
Version: 5.4

Release Notes

5.4

Release date: 22 November 2019

Improvements

  • create the zipped DIP in the temporary location before moving it to the final destination

Bugs

  • fix exception of file format report when PUID is not present in the DROID signatures
  • include default levels.xml with docuteam-darc library
  • Include generic levels.xml in config folder
  • rservices should clean up dip_* directories in tomcat's temp directory

Changes in common libraries

New Features

  • Integrate platform independent webservice for the 3-Heights document converter

Improvements

  • Use the most recent DROID signatures in config as default (instead of hard-coded default)
  • check for valid filenames when unzipping

Bugs

  • sanitize invalid XML characters in metadata values
  • fix kerberos authentication for SNBPDFGenerator
  • use correct log4j libraries for logging
  • replace java.io.File.renameTo(File) calls with java.nio.file.Files.move(Path, Path, CopyOption…)