# HG changeset patch # User paulb # Date 1168815189 0 # Node ID ef09cf46f92f0d3b3a11352a605939cad414ddbf # Parent 49367c7fd1043dd132e74e19e469edd984263926 [project @ 2007-01-14 22:53:09 by paulb] Updated release information. diff -r 49367c7fd104 -r ef09cf46f92f packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Jan 14 22:53:04 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Jan 14 22:53:09 2007 +0000 @@ -1,3 +1,15 @@ +parallel-pprocess (0.2.3-0ubuntu1) hoary; urgency=low + + * Added convenient message exchanges, offering methods + handling common situations at the cost of having to + define a subclass of Exchange. + * Added a simple example of performing a parallel + computation. + * Improved the PyGmy raytracer example to use the newly + added functionality. + + -- Paul Boddie Sun, 14 Jan 2007 23:50:54 +0100 + parallel-pprocess (0.2.2-0ubuntu1) hoary; urgency=low * Changed the status testing in the Exchange class,