File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 3.1.2.8
2
+
3
+ * Ignoring error from shutdown in gracefulClose
4
+ * Fix bitsize of some msghdr and cmsghdr fields on Linux
5
+ [ #535 ] ( https://github.com/haskell/network/issues/535 )
6
+ * Add SO_ACCEPTCONN SocketOption
7
+ [ #524 ] ( https://github.com/haskell/network/issues/524 )
8
+
1
9
## Version 3.1.2.7
2
10
3
11
* No change from 3.1.2.6 but to take a right procedure to upload "network"
Original file line number Diff line number Diff line change 1
1
AC_INIT ( [ Haskell network package] ,
2
- [ 3.1.2.7 ] ,
2
+ [ 3.1.2.8 ] ,
3
3
4
4
[ network] )
5
5
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.18
2
2
name : network
3
- version : 3.1.2.7
3
+ version : 3.1.2.8
4
4
license : BSD3
5
5
license-file : LICENSE
6
6
maintainer : Kazu Yamamoto, Evan Borden
You can’t perform that action at this time.
0 commit comments