Skip to content

Commit 46c2062

Browse files
Merge tag 'v0.6.5' into HEAD
Conflicts: ChangeLog src/Control/Distributed/Process/Internal/BiMultiMap.hs src/Control/Distributed/Process/Node.hs
2 parents 78ef646 + 56df4c5 commit 46c2062

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
* Change type of message sent by `say` from a 3-tuple to a proper
44
type (`SayMessage`) with a proper `UTCTime`.
55

6+
2016-10-12 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.5
7+
8+
* Use only one connection to communicate between NCs. (#296, #297)
9+
* Improve documentation of CQueue.
10+
* Implement bidirectional multimaps for links and monitors. (#293, #294, #295)
11+
* Fix various warnings. (#292)
12+
* Fix some of the intermittent failures in tests.
13+
* Improve error messages when node controllers receive invalid requests.
14+
(#290)
15+
616
2016-06-09 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.4
717

818
* Fixup build errors.

distributed-process-tests/distributed-process-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: distributed-process-tests
2-
version: 0.4.6
2+
version: 0.4.7
33
synopsis: Tests and test support tools for distributed-process.
44
homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests
55
description: Tests and test suite for Cloud Haskell libraries.

distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: distributed-process
2-
Version: 0.6.4
2+
Version: 0.6.5
33
Cabal-Version: >=1.8
44
Build-Type: Simple
55
License: BSD3

0 commit comments

Comments
 (0)