Skip to content

Commit 4d6eeb1

Browse files
committed
ver bumps up
1 parent 670e4eb commit 4d6eeb1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

configure.ac

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

network.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.2.6.0
3+
version: 3.2.7.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)