diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a0db08..e8e322e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/configure.ac b/configure.ac index 1eaa955e..d12be453 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([Haskell network package], - [3.2.2.0], + [3.2.4.0], [libraries@haskell.org], [network]) diff --git a/network.cabal b/network.cabal index a8c42a02..6908e35a 100644 --- a/network.cabal +++ b/network.cabal @@ -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