Skip to content

Commit 99d33f6

Browse files
Merge pull request #576 from kazu-yamamoto/v3.2
v3.2
2 parents 8ad7650 + 20faa97 commit 99d33f6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Version 3.2.0.0
2+
3+
* Breaking change: Using Strict and StrictData.
4+
* Breaking change: Allow a control message to contain multiple file descriptors
5+
[#567](https://github.com/haskell/network/issues/567)
6+
* Breaking change: CmsgIdFd -> CmsgIdFds
7+
[#575](https://github.com/haskell/network/issues/575)
8+
* SocketTypes: use UnsupportedSocketType instead of -1.
9+
[#560](https://github.com/haskell/network/issues/560)
10+
* Expose NullSockAddr, add send-with-fds functions.
11+
[#562](https://github.com/haskell/network/issues/562)
12+
* Allow bytestring-0.12 and replace deprecated memcpy by copyBytes.
13+
[#564](https://github.com/haskell/network/issues/564)
14+
* Close file descriptor in accept when exception happens
15+
[#569](https://github.com/haskell/network/issues/569)
16+
* Bump CI to GHC 9.8 and latest versions of actions
17+
[#573](https://github.com/haskell/network/issues/573)
18+
119
## Version 3.1.5.0
220

321
* [#541](https://github.com/haskell/network/issues/541)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([Haskell network package],
2-
[3.1.4.0],
2+
[3.2.0.0],
33
44
[network])
55

network.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.1.5.0
3+
version: 3.2.0.0
44
license: BSD3
55
license-file: LICENSE
6-
maintainer: Kazu Yamamoto, Evan Borden
6+
maintainer: Kazu Yamamoto, Tamar Christina
77

88
tested-with:
99
GHC == 9.8.2

0 commit comments

Comments
 (0)