Skip to content

JHOVE 1.11

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

GENERAL

  1. I've added lots of logging code. Calls at the FINE level and lower
    don't show up no matter what I do, so I've put them at the INFO level.
    The level is set in JhoveBase.java.
  2. All .bat and _bat.tmpl files now have CR-LF line endings. That is, they
    do in the gzip and zip archives you download. I'm not sure how
    SourceForge will treat files that you download individually,
    but hopefully it will have the sense to keep CR-LF when downloading
    to a Windows system.
  3. All .bat files now assume JHOVE_HOME is the directory from which they're
    run. They no longer try to set JAVA_HOME (which was still stuck in
    Java 1.4 and probably wasn't working for many people), instead assuming
    that the JAVA command is available on the command line.
  4. All javac commands in build.xml files now specify source=1.5 for
    compatibility with more recent compilers.
  5. gdumpwin.bat is deleted. It's redundant with gdump.bat and has bugs
    of its own.

PDF MODULE

  1. Fix to PDF module, submitted by willp-bl, may reduce tendency
    to run out of heap space on some files.