File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
- * Defined ` openSocket ` in terms of ` AddrInfo `
3
+ ## 3.1.2.0
4
+
5
+ * Added ` -f devel ` for test cases that are known to fail.
6
+ [ #471 ] ( https://github.com/haskell/network/pull/471 )
7
+ * Improved precedence-compliant Read/Show instances. Verified via QuickCheck.
8
+ [ #465 ] ( https://github.com/haskell/network/pull/465 )
9
+ [ #466 ] ( https://github.com/haskell/network/pull/466 )
10
+ * Removed the racing graceful close implementation to avoid issues with ` CLOSE_WAIT ` .
11
+ [ #460 ] ( https://github.com/haskell/network/pull/438 )
12
+ * Gracefully handle binding of UNIX domain sockets.
13
+ [ #460 ] ( https://github.com/haskell/network/pull/460 )
14
+ * Replace Socket type and family with extensible ` CInt ` pattern and synonyms.
15
+ [ #459 ] ( https://github.com/haskell/network/pull/459 )
16
+ * Fixed race conditions in tests.
17
+ [ #458 ] ( https://github.com/haskell/network/pull/458 )
18
+ * Removed many legacy uses of ` undefined ` .
19
+ [ #456 ] ( https://github.com/haskell/network/pull/456 )
20
+ * Defined extensible ` CustomSockOpt ` via ` ViewPatterns ` .
21
+ [ #455 ] ( https://github.com/haskell/network/pull/455 )
22
+ * Defined ` openSocket ` in terms of ` AddrInfo ` .
4
23
[ 5b0987197fe2ed7beddd7b2096522d624e71151e] ( https://github.com/haskell/network/commit/5b0987197fe2ed7beddd7b2096522d624e71151e )
5
24
* Improved FreeBSD portability for Control Messages and tests
6
25
[ #452 ] ( https://github.com/haskell/network/pull/452 )
You can’t perform that action at this time.
0 commit comments