File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 3.2.7.0
2
+
3
+ * Using nested ` bracket ` for ` gracefulClose ` .
4
+ [ #591 ] ( https://github.com/haskell/network/issues/590 )
5
+ * Fix memory leak in getaddrinfo and make it async exception safe.
6
+ [ #591 ] ( https://github.com/haskell/network/pull/591 )
7
+ * Make call to c_free async exception safe.
8
+ [ #592 ] ( https://github.com/haskell/network/pull/592 )
9
+
1
10
## Version 3.2.6.0
2
11
3
12
* fixing the Show instance of IPv4-mapped IPv6 address on little endian machines
Original file line number Diff line number Diff line change 1
1
AC_INIT ( [ Haskell network package] ,
2
- [ 3.2.6 .0] ,
2
+ [ 3.2.7 .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.2.6 .0
3
+ version : 3.2.7 .0
4
4
license : BSD3
5
5
license-file : LICENSE
6
6
maintainer : Kazu Yamamoto, Tamar Christina
You can’t perform that action at this time.
0 commit comments