Skip to content

Commit

Permalink
v2.6.3.2 Release candidate
Browse files Browse the repository at this point in the history
 * Zero memory of `sockaddr_un` if abstract socket
   [#220](#220)

 * Improving error messages
   [#232](#232)

 * Allow non-blocking file descriptors via `setNonBlockIfNeeded`
   [#242](#242)

 * Update config.{guess,sub} to latest version
   [#244](#244)

 * Rename `my_inet_ntoa` to avoid symbol conflicts
   [#228](#228)

 * Test infrastructure improvements
   [#219](#219)
   [#217](#217)
   [#218](#218)

 * House keeping and cleanup
   [#238](#238)
   [#237](#237)
  • Loading branch information
eborden committed May 17, 2017
1 parent 49c4665 commit c82c9e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 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
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -41,7 +41,7 @@ extra-source-files:
cbits/winSockErr.c
homepage: https://github.com/haskell/network
bug-reports: https://github.com/haskell/network/issues
tested-with: GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.0.1
tested-with: GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.0.2

library
exposed-modules:
Expand Down

0 comments on commit c82c9e0

Please sign in to comment.