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
This commit is contained in:
Peter Simons 2018-05-15 18:24:16 +00:00 committed by Git OBS Bridge
parent 4e7af7ff51
commit e63a26f02e

View File

@ -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