Skip to content

Commit 50306e6

Browse files
committed
ver bumps up
1 parent 9529569 commit 50306e6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## Version 3.1.2.7
210

311
* No change from 3.1.2.6 but to take a right procedure to upload "network"

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([Haskell network package],
2-
[3.1.2.7],
2+
[3.1.2.8],
33
44
[network])
55

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.1.2.7
3+
version: 3.1.2.8
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Evan Borden

0 commit comments

Comments
 (0)