Skip to content

Commit

Permalink
changes for 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Dec 10, 2021
1 parent 0be3891 commit 347fe97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v7.0.0 (2021-12-10)

* Fix memory leak in processing RST packets (#460 @balrajsingh, reported in
#456 by @dinosaure)
* Move module types (IP, UDP, TCP, STACK, ICMP) into tcpip core library
(#463 @hannesm)
* API breakage: Tcpip_checksum is now part of tcpip.checksum (used to be
part of tcpip #463 @hannesm)
* API breakage: tcpip.unix has been removed (#463 @hannesm)
* Use Lwt.pause instead of deprecated Lwt_{unix,main}.yield (#461 @dinosaure)

### v6.4.0 (2021-11-11)

* Adapt to mirage-protocols 6.0.0 API (#457 @hannesm)
Expand Down
5 changes: 0 additions & 5 deletions src/tcpip_checksum/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
(names checksum_stubs)
(flags :standard))
(wrapped false))

(library
(name tcpip_unix)
(public_name tcpip.unix)
(modules tcpip_unix))
Empty file removed src/tcpip_checksum/tcpip_unix.ml
Empty file.

0 comments on commit 347fe97

Please sign in to comment.