# HG changeset patch # User paulb # Date 1163895028 0 # Node ID 9878207c91b729e29c6200de9f187aae5cf4c0ff # Parent fe4ac9803e8a587101c9dd2ad1b375ca005db5f4 [project @ 2006-11-19 00:10:28 by paulb] Updated release information. diff -r fe4ac9803e8a -r 9878207c91b7 packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Nov 19 00:10:24 2006 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Nov 19 00:10:28 2006 +0000 @@ -1,3 +1,15 @@ +parallel-pprocess (0.2.2-0ubuntu1) hoary; urgency=low + + * Changed the status testing in the Exchange class, + potentially fixing the premature closure of channels + before all data was read. + * Fixed the PyGmy raytracer example's process accounting + by relying on the possibly more reliable Exchange + behaviour, whilst also preventing erroneous creation of + "out of bounds" processes. + + -- Paul Boddie Sun, 19 Nov 2006 00:57:26 +0100 + parallel-pprocess (0.2.1-0ubuntu1) hoary; urgency=low * Added a PyGmy raytracer example.