From d17fe5a187e4cef2bc7dde60d6d5b525f826c600 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Wed, 23 Mar 2022 13:59:46 +0100 Subject: [PATCH] Prepare v7.1.0 --- CHANGES.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4603f7fe..7f602548 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) @@ -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)