Skip to content

JHOVE 1.6

Compare
Choose a tag to compare
@carlwilson carlwilson released this 25 May 17:12
· 1818 commits to master since this release

XML HANDLER AND TEXT HANDLER

  1. The default version of MIX is now 2.0. In earlier versions it was 0.2.
    However, MIX 2.0 still isn't supported in the text handler, so it will
    produce 1.0 output by default. The XML handler will produce MIX 2.0
    output.

TIFF MODULE

  1. JHOVE returned a "String index out of range: 4" exceptions during
    TIFF validation for a tiff contains an empty (not NULL) date/time
    field. This has been corrected so that a date/time field with
    the wrong length won't be parsed but will report an error instead.
  2. If text tags contain characters which aren't printable ASCII, these
    are now output as escape sequences so that invalid XML isn't
    output.

UTF-8 MODULE

  1. Updated to Unicode 6.0.0.