Hi, I've just released mirage 2.4.0 in opam, which goes together with conduit 0.8.0, mirage-conduit.2.1.0, tcpip.2.4.0 and mirage-http.2.2.0. These releases improve the TLS support, fix ARP issues, make the mirage HTTP server signature only depend on V1.FLOW and fix some usability issues with the mirage command-line tool.
The full changelog: ## conduit 0.8.0 • Add TLS client support for Mirage (#50) • Do not overwrite the default name resolver for Mirage (#49) • Add TLS support using the pure OCaml TLS stack (#46). • Replace the Mirage Make_flow functor with Dynamic_flow that is easier to extend with more flow types. ## tcpip 2.4.0 • ARP improvements (#118) ## mirage-http 2.2.0 • Do not user lwt.syntax • Rename HTTP to Cohttp_mirage (#9) • Expose Cohttp_mirage_io • Expose a Server functor which depends only on mirage's FLOW (no dependency to conduit anymore in this case) • Modernize Travis CI scripts ## mirage 2.4.0 • Support mirage-http.2.2.0 • Support conduit.0.8.0 • Support tcpip.2.4.0 • Add time and clock parameters to IPv4 (#362, patch from @yomimono) • Support for ocaml-tls 0.4.0. • Conduit now takes an optional TLS argument, allowing servers to support encryption. (#347) • Add the ability to specify Makefile.user to extend the generated Makefile. Also all,build and clean are now extensible make targets. • Remove the mirage run command (#379) • Call opam depext when configuring (#373) • Add opam files for mirage and mirage-types packages • Fix mirage --version (#374) • Add a update-doc target to the Makefile to easily update the online documentation athttp://mirage.github.io/mirage/ Best, Thomas _______________________________________________ MirageOS-devel mailing list [email protected] http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
