File tree 3 files changed +21
-3
lines changed
3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
19
## Version 3.1.5.0
2
20
3
21
* [ #541 ] ( https://github.com/haskell/network/issues/541 )
Original file line number Diff line number Diff line change 1
1
AC_INIT ( [ Haskell network package] ,
2
- [ 3.1.4 .0] ,
2
+ [ 3.2.0 .0] ,
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.5 .0
3
+ version : 3.2.0 .0
4
4
license : BSD3
5
5
license-file : LICENSE
6
- maintainer : Kazu Yamamoto, Evan Borden
6
+ maintainer : Kazu Yamamoto, Tamar Christina
7
7
8
8
tested-with :
9
9
GHC == 9.8.2
You can’t perform that action at this time.
0 commit comments