Skip to content

Commit 7aba18a

Browse files
committed
ver bumps up
1 parent 1653ee3 commit 7aba18a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
## Version 3.2.4.0
2+
3+
* New API: setSockOptValue.
4+
[#588](https://github.com/haskell/network/issues/588)
5+
6+
## Version 3.2.3.0
7+
8+
* Making getAddrInfo polymorphic
9+
[#587](https://github.com/haskell/network/issues/587)
10+
111
## Version 3.2.2.0
212

313
* New API: waitReadSocketSTM, waitAndCancelReadSocketSTM,
414
waitWriteSocketSTM, waitAndCancelWriteSocketSTM
5-
[#586](https://github.com/haskell/network/issues/585)
15+
[#586](https://github.com/haskell/network/issues/586)
616
* Checking the length of ASCII string allowing trailing 0.
717
[#585](https://github.com/haskell/network/issues/585)
818

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_INIT([Haskell network package],
2-
[3.2.2.0],
2+
[3.2.4.0],
33
44
[network])
55

network.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.18
22
name: network
3-
version: 3.2.3.0
3+
version: 3.2.4.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)