version: v0.5
ACRN v0.5 (Jan 2019)
We are pleased to announce the release of Project ACRN version 0.5.
ACRN is a flexible, lightweight reference hypervisor, built with real-time and safety-criticality in mind, optimized to streamline embedded development through an open source platform. Check out the introduction for more information.
All project ACRN source code is maintained in the https://github.com/projectacrn/acrn-hypervisor repository and includes folders for the ACRN hypervisor, the ACRN device model, and documentation. You can either download this source code as a zip or tar.gz file (see the ACRN v0.5 GitHub release page or use Git clone and checkout commands:
git clone https://github.com/projectacrn/acrn-hypervisor
cd acrn-hypervisor
git checkout v0.5
The project's online technical documentation is also tagged to correspond with a specific release: generated v0.5 documents can be found at https://projectacrn.github.io/0.5/. Documentation for the latest (master) branch is found at https://projectacrn.github.io/latest/.
See the full release notes for details about issues addressed, known issues, and the change log since the previous 0.4 release.