[Haskell-cafe] ANN: network-3.1.0.0, network-2.8.0.1

Evan Borden evan at evan-borden.com
Fri Apr 26 23:53:07 UTC 2019


Announcing the release of  network-3.1.0.0
<http://hackage.haskell.org/package/network-3.1.0.0> and network-2.8.0.1
<http://hackage.haskell.org/package/network-2.8.0.1>.

*Version 3.1.0.0*


   - Made GC of socket safer.(#399
<https://github.com/haskell/network/pull/399>)
   - Deprecating fdSocket. Use withFdSocket instead to ensure that
sockets are GCed in proper time. (#399
<https://github.com/haskell/network/pull/399>)

*Version 2.8.0.1*


   - Ensure that accept returns a correct sockaddr for unix domain.
(#400 <https://github.com/haskell/network/pull/400>)
   - Avoid out of bounds writes in pokeSockAddr. (#400
<https://github.com/haskell/network/pull/400>)

As always thank you to network's contributors and bug reporters.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20190426/48dde46f/attachment.html>


More information about the Haskell-Cafe mailing list