File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Unreleased
2
+
3
+ * Defined ` openSocket ` in terms of ` AddrInfo `
4
+ [ 5b0987197fe2ed7beddd7b2096522d624e71151e] ( https://github.com/haskell/network/commit/5b0987197fe2ed7beddd7b2096522d624e71151e )
5
+ * Improved FreeBSD portability for Control Messages and tests
6
+ [ #452 ] ( https://github.com/haskell/network/pull/452 )
7
+ * Added ` sendMsg ` and ` recvMsg ` APIs
8
+ [ #433 ] ( https://github.com/haskell/network/pull/433 )
9
+ [ #445 ] ( https://github.com/haskell/network/pull/445 )
10
+ [ #451 ] ( https://github.com/haskell/network/pull/451 )
11
+ * Implement total Show functions for SockAddr
12
+ [ #441 ] ( https://github.com/haskell/network/pull/441 )
13
+ * Improve portability changing ` u_int32_t ` to ` uint32_t ` .
14
+ [ #442 ] ( https://github.com/haskell/network/pull/442 )
15
+ * Removed obsolete CPP statements.
16
+ [ d1f4ee60ce6a4a85abb79532f64d4a4e71e2b1ce] ( https://github.com/haskell/network/commit/d1f4ee60ce6a4a85abb79532f64d4a4e71e2b1ce )
17
+ * Loads of improved test coverage.
18
+ [ cbd67cc50a37770432eb978ac8b8eb6da3664817] ( https://github.com/haskell/network/commit/cbd67cc50a37770432eb978ac8b8eb6da3664817 )
19
+ [ fcc2d86d53a6bec793f6a979a9e8fdf7fe3f4c22] ( https://github.com/haskell/network/commit/fcc2d86d53a6bec793f6a979a9e8fdf7fe3f4c22 )
20
+ [ 6db96969b3e8974abbfd50a7f073baa57376fd5e] ( https://github.com/haskell/network/commit/6db96969b3e8974abbfd50a7f073baa57376fd5e )
21
+
1
22
## Version 3.1.1.1
2
23
3
24
* Fix for GHCJS.
You can’t perform that action at this time.
0 commit comments