Skip to content

Commit a521e19

Browse files
committed
ver bumps up
1 parent 15e2454 commit a521e19

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Version 3.2.2.0
2+
3+
* New API: waitReadSocketSTM, waitAndCancelReadSocketSTM,
4+
waitWriteSocketSTM, waitAndCancelWriteSocketSTM
5+
[#586](https://github.com/haskell/network/issues/585)
6+
* Checking the length of ASCII string allowing trailing 0.
7+
[#585](https://github.com/haskell/network/issues/585)
8+
19
## Version 3.2.1.0
210

311
* Trying to release with the latest autoreconf.

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.0.0],
2+
[3.2.2.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.1.0
3+
version: 3.2.2.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto, Tamar Christina

0 commit comments

Comments
 (0)