Version 0.1.1 is now available. This is a bugfix release, fixing mostly
regressions introduced in 0.1, plus a few corner case bugs that existed
from the beginning. Most of the regressions were revealed by rebuilding
and testing the SWT examples on the website, which I meant to do *before*
releasing 0.1, but forgot. ProGuard has been especially helpful in
revealing these regressions, since it tends to produce bytecode sequences
that javac and ecj do not.
By the way, the powerpc branch of the repository now contains support for
running Avian in interpreted mode on Mac OS X PowerPC machines. If you
have such a machine, you can try it by checking out that branch and
running "make process=interpret test". JIT compilation is the next step
for this platform.