New in release 0.7.3

* Fixed a critical bug in gjdoc.sh.in which would fail due to a broken
  classpath.
* gjdoc.sh.in now tries to use the VM configured using JAVA or
  installed at /usr/bin/java first and only falls back to the one used
  during build if no VM is found this way. Thanks to Jerry Haltom.

New in release 0.7.2

* Fixed a bug which omitted the last declared thrown exception in
  interface method declarations.
* Class discovery via reflection is now disabled by default to avoid
  unintended side effects during class loading. Re-enable using option
  -reflection.
* Build: jar files are now put into $(datadir)/java instead of
  $(datadir)/java/ext (so by default, jar files now end up in
  $PREFIX/share/java).
* Minor bug fixes.

New in release 0.7.1

* Man page and rudimentary Info manual
* Fixed support for -encoding, -title, -nocomment
* Now sets exit code properly on failure
* Fixes for several minor build problems, mostly related to jar file
  assembly and tool detection.
* Bytecode wrapper script now includes antlr.jar on the classpath

New in release 0.7.1-pre3

* Add option --with-antlr-jar to configure
* Look in /usr/lib for antlr.jar
* Detect gij
* Detect fastjar
* Fixed wrapper script for bytecode version
* Various other improvements to build
