Skip to content

Commit dd05614

Browse files
committed
prepare next realease
1 parent 1f0016a commit dd05614

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.9.5 (2025-10-29)
2+
3+
- Update ARP entry behavior: the unikernel now responds with its MAC address for every APR request from a client. This fixes issues with some VPN clients (#221, @palainp, reviewed by @hannesm, fix confirmed by @pprudev).
4+
- Fix HVM client handling: HVM Clients, such as Windows, have two network interfaces but only use one. This causes deadlock states because the connection protocol for one interface is not completed, leading the unikernel to wait for the client to shut down. Now, each connection uses its own thread, and the unikernel can handle Windows HVM (#219 @palainp).
5+
- Add a GH action for code auto-formatting (#217 @hannesm).
6+
- Update to OCaml 5.3 + Mirage ecosystem (4.9 in #215 @hannesm and 4.10 in #216 @palainp).
7+
18
### 0.9.4 (2025-02-10)
29

310
- Fix an issue when qubes-mirage-firewall is used a a mullvad AppVM client. If

qubes-firewall-release.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0c3c2c0e62a834112c69d7cddc5dd6f70ecb93afa988768fb860ed26e423b1f8 dist/qubes-firewall.xen
1+
2bfb49696e59a8ffbb660399e52bd82ffadbd02437d282eb8daab568b3261999 dist/qubes-firewall.xen

0 commit comments

Comments
 (0)