File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 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+
110## Version 3.2.6.0
211
312* fixing the Show instance of IPv4-mapped IPv6 address on little endian machines
Original file line number Diff line number Diff line change 11AC_INIT ( [ Haskell network package] ,
2- [ 3.2.6 .0] ,
2+ [ 3.2.7 .0] ,
3344 [ network] )
55
Original file line number Diff line number Diff line change 11cabal-version : 1.18
22name : network
3- version : 3.2.6 .0
3+ version : 3.2.7 .0
44license : BSD3
55license-file : LICENSE
66maintainer : Kazu Yamamoto, Tamar Christina
You can’t perform that action at this time.
0 commit comments