1.1 --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Nov 19 00:10:24 2006 +0000
1.2 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sun Nov 19 00:10:28 2006 +0000
1.3 @@ -1,3 +1,15 @@
1.4 +parallel-pprocess (0.2.2-0ubuntu1) hoary; urgency=low
1.5 +
1.6 + * Changed the status testing in the Exchange class,
1.7 + potentially fixing the premature closure of channels
1.8 + before all data was read.
1.9 + * Fixed the PyGmy raytracer example's process accounting
1.10 + by relying on the possibly more reliable Exchange
1.11 + behaviour, whilst also preventing erroneous creation of
1.12 + "out of bounds" processes.
1.13 +
1.14 + -- Paul Boddie <paul@boddie.org.uk> Sun, 19 Nov 2006 00:57:26 +0100
1.15 +
1.16 parallel-pprocess (0.2.1-0ubuntu1) hoary; urgency=low
1.17
1.18 * Added a PyGmy raytracer example.