<div dir="ltr"><div><div>Good day,<br><br></div>I am pleased to announce the release of network 2.6.3.0. This release is primarily focused<br>on stability, but includes a few new APIs. Thank you to the contributors for their continued<br>excellence.<br><br><a href="https://hackage.haskell.org/package/network-2.6.3.0">https://hackage.haskell.org/package/network-2.6.3.0</a><br><br></div>Release Notes, Version <a href="http://2.6.3.0">2.6.3.0</a>:<br><br> * New maintainers: Evan Borden (@eborden) and Kazu Yamamoto (@kazu-yamamoto).<br>   The maintainer for a long period, Johan Tibell (@tibbe) stepped down.<br>   Thank you, Johan, for your hard work for a long time.<br><br> * New APIs: ntohl, htonl,hostAddressToTuple{,6} and tupleToHostAddress{,6}.<br>   [#210](<a href="https://github.com/haskell/network/pull/210">https://github.com/haskell/network/pull/210</a>)<br><br> * Added a Read instance for PortNumber. [#145](<a href="https://github.com/haskell/network/pull/145">https://github.com/haskell/network/pull/145</a>)<br><br> * We only set the IPV6_V6ONLY flag to 0 for stream and datagram socket types,<br>   as opposed to all of them. This makes it possible to use ICMPv6.<br>   [#180](<a href="https://github.com/haskell/network/pull/180">https://github.com/haskell/network/pull/180</a>)<br>   [#181](<a href="https://github.com/haskell/network/pull/181">https://github.com/haskell/network/pull/181</a>)<br><br> * Work around GHC bug #12020. Socket errors no longer cause segfaults or<br>   hangs on Windows. [#192](<a href="https://github.com/haskell/network/pull/192">https://github.com/haskell/network/pull/192</a>)<br><br> * Various documentation improvements and the deprecated pragmas.<br>   [#186](<a href="https://github.com/haskell/network/pull/186">https://github.com/haskell/network/pull/186</a>)<br>   [#201](<a href="https://github.com/haskell/network/issues/201">https://github.com/haskell/network/issues/201</a>)<br>   [#205](<a href="https://github.com/haskell/network/pull/205">https://github.com/haskell/network/pull/205</a>)<br>   [#206](<a href="https://github.com/haskell/network/pull/206">https://github.com/haskell/network/pull/206</a>)<br>   [#211](<a href="https://github.com/haskell/network/issues/211">https://github.com/haskell/network/issues/211</a>)<br><br> * Various internal improvements.<br>   [#193](<a href="https://github.com/haskell/network/pull/193">https://github.com/haskell/network/pull/193</a>)<br>   [#200](<a href="https://github.com/haskell/network/pull/200">https://github.com/haskell/network/pull/200</a>)<br><br></div>