Ondřej Súkup
b97e5828f8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-network?expand=0&rev=55
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 26 11:59:20 UTC 2019 - psimons@suse.com
|
|
|
|
- Update network to version 3.1.1.1.
|
|
## Version 3.1.1.1
|
|
|
|
* Fix for GHCJS.
|
|
[#431](https://github.com/haskell/network/pull/431)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 24 02:01:50 UTC 2019 - psimons@suse.com
|
|
|
|
- Update network to version 3.1.1.0.
|
|
## Version 3.1.1.0
|
|
|
|
* A new API: `gracefulClose`.
|
|
[#417](https://github.com/haskell/network/pull/417)
|
|
* `touchSocket`, `unsafeFdSocket`: Allow direct access to a socket's file
|
|
descriptor while providing tools to prevent it from being garbage collected.
|
|
This also deprecated `fdSocket` in favor of `unsafeFdSocket` and
|
|
`withFdSocket`.
|
|
[#423](https://github.com/haskell/network/pull/423)
|
|
* `socketToFd`: Duplicates a socket as a file desriptor and closes the source
|
|
socket.
|
|
[#424](https://github.com/haskell/network/pull/424)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 21 02:02:53 UTC 2019 - psimons@suse.com
|
|
|
|
- Update network to version 3.1.0.1.
|
|
## Version 3.1.0.1
|
|
|
|
* getAddrInfo: raise exception if no AddrInfo returned.
|
|
[#410](https://github.com/haskell/network/pull/410)
|
|
* Avoid catching SomeException.
|
|
[#411](https://github.com/haskell/network/pull/411)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 21 15:36:05 UTC 2019 - psimons@suse.com
|
|
|
|
- Add network at version 3.1.0.0.
|
|
|