Skip to content

Commit

Permalink
Prepare v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 22, 2022
1 parent f0b8341 commit 5913b93
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
### unreleased
### v0.6.0 (2022-03-22)

- add option for capturing packets directly on the interface
- add option for unlocking a mutex when the interface is in listen mode
- add package mirage-vnetif-stack to provide a preassembled ipv4 stack
- add initial connect test for the vnetif-stack
- clean up opam dependencies
- add option for capturing packets directly on the interface (#30, @MagnusS)
- add option for unlocking a mutex when the interface is in listen mode (#30, @MagnusS)
- add package mirage-vnetif-stack to provide a preassembled ipv4 stack (#30, @MagnusS)
- add initial connect test for the vnetif-stack (#30, @MagnusS)
- clean up opam dependencies (#30, @MagnusS)
- drop mirage protocols and adapt to arp, ipaddr, tcpip interface
changes (#33 @MisterDA)
changes (#33, @MisterDA)
- restore old behavior of `mirage-vnetif` to avoid breaking changes (f0b8341, @dinosaure)

### v0.5.0 (2019-10-30)

Expand Down

0 comments on commit 5913b93

Please sign in to comment.