[commit: packages/stm] master: bump to 2.4.2.1 (60eb313)
git at git.haskell.org
git
Tue Oct 1 10:11:27 UTC 2013
Repository : ssh://git at git.haskell.org/stm
On branch : master
Link : http://git.haskell.org/packages/stm.git/commitdiff/60eb31366bc32a2528e7b023910c46b194977ce2
>---------------------------------------------------------------
commit 60eb31366bc32a2528e7b023910c46b194977ce2
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon May 27 20:11:16 2013 +0100
bump to 2.4.2.1
>---------------------------------------------------------------
60eb31366bc32a2528e7b023910c46b194977ce2
stm.cabal | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/stm.cabal b/stm.cabal
index f3dd545..568b8a3 100644
--- a/stm.cabal
+++ b/stm.cabal
@@ -1,5 +1,5 @@
name: stm
-version: 2.4.2
+version: 2.4.2.1
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
@@ -8,6 +8,12 @@ category: Concurrency
description:
A modular composable concurrency abstraction.
.
+ Changes in version 2.4.2.1
+ .
+ * Updated behaviour of @newBroadcastTChanIO@ to match
+ @newBroadcastTChan@ in causing an error on a read from
+ the broadcast channel.
+ .
Changes in version 2.4.2
.
* Added "Control.Concurrent.STM.TSem" (transactional semaphore)
More information about the ghc-commits
mailing list