2011-11-25 10:02:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 25 07:55:37 UTC 2011 - jfunk@funktronics.ca
|
|
|
|
|
|
|
|
- Update to 0.3.1
|
|
|
|
* Fixed broken bool evaluation in supervisor. Thanks to jonozzz
|
|
|
|
The bug originated from a ``a if x else b`` vs. ``x and a or bz``
|
|
|
|
confusion when porting code to Python 2.4.
|
|
|
|
* ``ApplyResult._set`` can't delete the result if it's not been accepted.
|
|
|
|
This also means ``ApplyResult._ack`` needs to delete the result if the job
|
|
|
|
has been marked ready.
|
|
|
|
- 0.3.0
|
|
|
|
* Added support for accept callbacks.
|
|
|
|
- 0.2.3
|
|
|
|
* Python 2.4 support.
|
|
|
|
|
2010-04-14 19:18:40 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 14 17:16:15 UTC 2010 - jfunk@funktronics.ca
|
|
|
|
|
|
|
|
- Initial import
|
|
|
|
|