# HG changeset patch # User paulb # Date 1184541029 0 # Node ID f53a1d26e47ba107391926982f03c511cba04dd2 # Parent 695f2a2a776ca915ea69e6bf61a824dea3ca521f [project @ 2007-07-15 23:10:29 by paulb] Updated release information. diff -r 695f2a2a776c -r f53a1d26e47b packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Jul 15 23:10:23 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Jul 15 23:10:29 2007 +0000 @@ -1,3 +1,17 @@ +parallel-pprocess (0.2.6-0ubuntu1) hoary; urgency=low + + * Added managed callables: wrappers around callables which + cause them to be automatically managed by the exchange + from which they were acquired. + * Added MakeParallel: a wrapper instantiated around a + normal function which sends the result of that function + over the supplied channel when invoked. + * Added a Map class which attempts to emulate the built-in + map function. + * Extended and updated the examples. + + -- Paul Boddie Sun, 15 Jul 2007 01:12:48 +0200 + parallel-pprocess (0.2.5-0ubuntu1) hoary; urgency=low * Added a start method to the Exchange class for more