Skip to content

Commit

Permalink
Merge tag 'v0.6.5' into HEAD
Browse files Browse the repository at this point in the history
Conflicts:
	ChangeLog
	src/Control/Distributed/Process/Internal/BiMultiMap.hs
	src/Control/Distributed/Process/Node.hs
  • Loading branch information
facundominguez committed Oct 12, 2016
2 parents 78ef646 + 56df4c5 commit 46c2062
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
* Change type of message sent by `say` from a 3-tuple to a proper
type (`SayMessage`) with a proper `UTCTime`.

2016-10-12 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.5

* Use only one connection to communicate between NCs. (#296, #297)
* Improve documentation of CQueue.
* Implement bidirectional multimaps for links and monitors. (#293, #294, #295)
* Fix various warnings. (#292)
* Fix some of the intermittent failures in tests.
* Improve error messages when node controllers receive invalid requests.
(#290)

2016-06-09 Facundo Domínguez <facundo.dominguez@tweag.io> 0.6.4

* Fixup build errors.
Expand Down
2 changes: 1 addition & 1 deletion distributed-process-tests/distributed-process-tests.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: distributed-process-tests
version: 0.4.6
version: 0.4.7
synopsis: Tests and test support tools for distributed-process.
homepage: http://github.com/haskell-distributed/distributed-process/tree/master/distributed-process-tests
description: Tests and test suite for Cloud Haskell libraries.
Expand Down
2 changes: 1 addition & 1 deletion distributed-process.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: distributed-process
Version: 0.6.4
Version: 0.6.5
Cabal-Version: >=1.8
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit 46c2062

Please sign in to comment.