Skip to content

Release v0.6.1

Compare
Choose a tag to compare
@JakubVanek JakubVanek released this 29 Oct 09:18
· 298 commits to master since this release
v0.6.1
9eddeba

Download links

See current README.md for more information.

Changes

OpenJDK-related:

  • added support for OpenJDK 11 & latest mercurial version
  • added support for a modified version of SoftFloat-3e: softfloat-openjdk (why)
    • added automatic download and compilation of the forked library
    • added support to the Java build sytem
  • added AdoptOpenJDK's CA certificate bundle
  • added release debug level build flag
  • added Debian patch for native library search path (libraries in /usr/lib/jni should be working now)

Build-related:

  • added Jenkins support, big thanks to AdoptOpenJDK for providing us the build infrastructure
  • merged autorun support to the main Docker image
  • added support for fast downloading from Git and also Mercurial's tip.tar.bz2
  • java version determination works automatically now
  • buildjdk jlink is used if available (so the JDK basically jlinks itself)
  • added Debian Stretch update repository
  • made apt-get quieter
  • added test HelloWorld

Documentation related:

  • updated README
  • added patches that are a bit more suitable for upstreaming (but re-export using hg export -g and testing are necessary)