| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mirage-4.10.5.tbz | 2026-02-24 | 157.9 kB | |
| 4.10.5 source code.tar.gz | 2026-02-24 | 189.1 kB | |
| 4.10.5 source code.zip | 2026-02-24 | 314.4 kB | |
| README.md | 2026-02-24 | 745 Bytes | |
| Totals: 4 Items | 662.2 kB | 2 | |
CHANGES:
- Enable DHCP by default, and request and use DHCP lease information as fit (plus allow dynamically to request further DHCP options) (#1628 @reynir, review by @palainp @hannesm)
- Provide
Mirage.generic_stackv4v6_with_lease(#1628 @reynir) - Provide
Mirage_runtime_network.optional_network(#1628 @reynir) - Allow dhcp to provide information to DNS (
Mirage.resolver_dnsandMirage.generic_dnc_client) and other entities (viaMirage.make_dhcp_requests/Mirage.add_dhcp_requests/Mirage.dhcp_requests) (#1628 @reynir) - Update to charrua 3.0 (#1628 @reynir)
- Upgrade to ocamlformat 0.28.1 (#1625 @reynir)
- Avoid lwt 6 due to a dune issue (https://github.com/ocaml/dune/issues/13299, [#1629], [35c43d] @hannesm)