Skip to content

Commit b2ac392

Browse files
committed
Prepare v0.9.0
1 parent a8a2ec4 commit b2ac392

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGES.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## v0.8.1 (2024-04-05)
217

318
* Update the documentation about how to use Solo5 (@fabbing, @dinosaure,
@@ -7,7 +22,8 @@
722
#565)
823
* Fix the `gdb` support and the `EFLAGS` register (@greydot, @reynir, #567)
924
* 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)
1127

1228
## v0.8.0 (2023-04-25)
1329

@@ -536,7 +552,8 @@ High-level user-visible changes in this release:
536552
* Support for building the `virtio` backend on FreeBSD.
537553
* The `virtio` drivers are now stable and tested on QEMU/KVM, FreeBSD/bhyve and
538554
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`.
540557
* A new script [solo5-mkimage.sh](tools/mkimage/solo5-mkimage.sh) for building
541558
MBR-partitioned disk images with a bootloader and Solo5 (`virtio` backed)
542559
unikernel, with integrated support for building images for Google Compute

0 commit comments

Comments
 (0)