From e63a26f02e5a0c8839bc587f2b4a33df8b6473734e17a4254d53352e46f08d0b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:16 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-network revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=40 --- ghc-network.changes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ghc-network.changes b/ghc-network.changes index 4a01e36..5efa9cb 100644 --- a/ghc-network.changes +++ b/ghc-network.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update network to version 2.6.3.5. + * Reverting "Do not closeFd within sendFd" + [#271](https://github.com/haskell/network/pull/271) + * Don't touch IPv6Only when running on OpenBSD + [#227](https://github.com/haskell/network/pull/227) + * Do not closeFd within sendFd + [#271](https://github.com/haskell/network/pull/271) + * Updating examples and docs. + * Adds a function to show the defaultHints without reading their undefined fields + [#291](https://github.com/haskell/network/pull/291) + * Improve exception error messages for getAddrInfo and getNameInfo + [#289](https://github.com/haskell/network/pull/289) + * Deprecating SockAddrCan. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com