We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73616c commit 31fa767Copy full SHA for 31fa767
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## Version 3.1.4.0
2
+
3
+* Install and use afunix_compat.h header.
4
+ [#556](https://github.com/haskell/network/pull/556)
5
+* Supporting SO_SNDTIMEO and SO_RCVTIMEO.
6
+ [#555](https://github.com/haskell/network/pull/555)
7
+* Emulating socketPair on Windows.
8
+ [#554](https://github.com/haskell/network/pull/554)
9
10
## Version 3.1.3.0
11
12
* Supporting AF_UNIX on Windows
network.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: network
-version: 3.1.3.0
+version: 3.1.4.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Evan Borden
0 commit comments