Skip to content

Commit

Permalink
ver bumps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Sep 27, 2024
1 parent 1653ee3 commit 7aba18a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## Version 3.2.4.0

* New API: setSockOptValue.
[#588](https://github.com/haskell/network/issues/588)

## Version 3.2.3.0

* Making getAddrInfo polymorphic
[#587](https://github.com/haskell/network/issues/587)

## Version 3.2.2.0

* New API: waitReadSocketSTM, waitAndCancelReadSocketSTM,
waitWriteSocketSTM, waitAndCancelWriteSocketSTM
[#586](https://github.com/haskell/network/issues/585)
[#586](https://github.com/haskell/network/issues/586)
* Checking the length of ASCII string allowing trailing 0.
[#585](https://github.com/haskell/network/issues/585)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([Haskell network package],
[3.2.2.0],
[3.2.4.0],
[libraries@haskell.org],
[network])

Expand Down
2 changes: 1 addition & 1 deletion network.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18
name: network
version: 3.2.3.0
version: 3.2.4.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto, Tamar Christina
Expand Down

0 comments on commit 7aba18a

Please sign in to comment.