Skip to content

Commit

Permalink
Merge pull request #250 from haskell/release-2.6.3.2
Browse files Browse the repository at this point in the history
v2.6.3.2 Release candidate
  • Loading branch information
kazu-yamamoto authored May 22, 2017
2 parents bd4878d + 4185bef commit 035f2ab
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
## Version 2.6.3.2

* Zero memory of sockaddr_un if abstract socket
* Zero memory of `sockaddr_un` if abstract socket
[#220](https://github.com/haskell/network/pull/220)

* Improving error messages
[#232](https://github.com/haskell/network/pull/232)

* Allow non-blocking file descriptors via `setNonBlockIfNeeded`
[#242](https://github.com/haskell/network/pull/242)

* Update config.{guess,sub} to latest version
[#244](https://github.com/haskell/network/pull/244)

* Rename `my_inet_ntoa` to avoid symbol conflicts
[#228](https://github.com/haskell/network/pull/228)

* Test infrastructure improvements
[#219](https://github.com/haskell/network/pull/219)
[#217](https://github.com/haskell/network/pull/217)
[#218](https://github.com/haskell/network/pull/218)

* House keeping and cleanup
[#238](https://github.com/haskell/network/pull/238)
[#237](https://github.com/haskell/network/pull/237)

## Version 2.6.3.1

* Reverse breaking exception change in `Network.Socket.ByteString.recv`
Expand Down
2 changes: 1 addition & 1 deletion network.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: network
version: 2.6.3.1
version: 2.6.3.2
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Evan Borden
Expand Down

0 comments on commit 035f2ab

Please sign in to comment.