|
| 1 | +## v0.9.0 (2024-10-11) |
| 2 | + |
| 3 | +* Fetch `stdadomic.h` from system on FreeBSD (#574, @shym, @hannesm) |
| 4 | +* Improve documentation about NAT & deployement (#575, @panglesd, @reynir) |
| 5 | +* Ensure reproducibility of installed objects (#576, @dinosaure) |
| 6 | +* Allow 4GB of memory for the unikernel (#577, @mato, @reynir, @Kensan, |
| 7 | + @hannesm) |
| 8 | +* Fix error path execution about unstable TSC from system (#578, @reynir, |
| 9 | + @hannesm) |
| 10 | +* `-no-acpi` is deprecated, use `-machine acpi=off` (#579, @wegank) |
| 11 | +* Fix yield on `spt` target (#582, @reynir, @Firobe) |
| 12 | +* Delete redundant check (#583, @hannesm, @PizieDust) |
| 13 | +* Multiple net devices for `virtio` targets (#581, @ricarkol, @palainp, @reynir, |
| 14 | + @hannesm) |
| 15 | + |
1 | 16 | ## v0.8.1 (2024-04-05) |
2 | 17 |
|
3 | 18 | * Update the documentation about how to use Solo5 (@fabbing, @dinosaure, |
|
7 | 22 | #565) |
8 | 23 | * Fix the `gdb` support and the `EFLAGS` register (@greydot, @reynir, #567) |
9 | 24 | * Fix few warnings and errors on FreeBSD 14 (@hannesm, #564) |
10 | | -* Allow to pass `HOSTAR` and `HOST_PKG_CONFIG` for the NixOS support (@sternenseemann, #508) |
| 25 | +* Allow to pass `HOSTAR` and `HOST_PKG_CONFIG` for the NixOS support |
| 26 | + (@sternenseemann, #508) |
11 | 27 |
|
12 | 28 | ## v0.8.0 (2023-04-25) |
13 | 29 |
|
@@ -536,7 +552,8 @@ High-level user-visible changes in this release: |
536 | 552 | * Support for building the `virtio` backend on FreeBSD. |
537 | 553 | * The `virtio` drivers are now stable and tested on QEMU/KVM, FreeBSD/bhyve and |
538 | 554 | Google Compute Engine. |
539 | | -* A new option (`--net-mac`) for specifying a user-defined MAC address to `ukvm`. |
| 555 | +* A new option (`--net-mac`) for specifying a user-defined MAC address to |
| 556 | + `ukvm`. |
540 | 557 | * A new script [solo5-mkimage.sh](tools/mkimage/solo5-mkimage.sh) for building |
541 | 558 | MBR-partitioned disk images with a bootloader and Solo5 (`virtio` backed) |
542 | 559 | unikernel, with integrated support for building images for Google Compute |
|
0 commit comments