Skip to content

Commit

Permalink
Prepare v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 23, 2022
1 parent dec9ec7 commit d17fe5a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
### Pending
### v7.1.0 (2022-03-23)

* Work with MSVC compiler (@jonahbeckford, #476)
* Skip `Lwt_bytes` UDP tests on Windows (@MisterDA, #469)
* Run `PKG_CONFIG_PATH` through cypath (@MisterDA, #469)
* Add Windows CI via GitHub Action (@MisterDA, #469)
* Remove `which` command and replace it by `command -v` (@hannesm, #472)
* Fix some typos (@MisterDA, #471)
* Update binaries to `cmdliner.1.1.0` (@dinosaure, #475)
* Be able to extract via _functor_/`functoria` the TCP/IP stack (@dinosaure, #474)
* Remove missing deprecated usage of `Cstruct.len` (@dinosaure, #477)

### v7.0.1 (2021-12-17)

Expand All @@ -12,10 +20,10 @@
#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
* 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)
* Use Lwt.pause instead of deprecated `Lwt_{unix,main}.yield` (#461 @dinosaure)

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

Expand Down

0 comments on commit d17fe5a

Please sign in to comment.