15
0
forked from pool/python-celery

- Update to 2.2.1;

* Eventlet pool was leaking memory (Issue #308).
  * Deprecated function ``celery.execute.delay_task`` was
    accidentally removed,
    now available again.
  * ``BasePool.on_terminate`` stub did not exist
  * celeryd detach: Adds readable error messages if user/group
    name does not exist.
  * Smarter handling of unicode decod errors when logging errors.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=23
This commit is contained in:
Alexandre Rogoski
2011-02-02 17:35:56 +00:00
committed by Git OBS Bridge
parent 1b7dabf677
commit 7f82e28f9d
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Feb 2 17:33:41 UTC 2011 - alexandre@exatati.com.br
- Update to 2.2.1;
* Eventlet pool was leaking memory (Issue #308).
* Deprecated function ``celery.execute.delay_task`` was
accidentally removed,
now available again.
* ``BasePool.on_terminate`` stub did not exist
* celeryd detach: Adds readable error messages if user/group
name does not exist.
* Smarter handling of unicode decod errors when logging errors.
-------------------------------------------------------------------
Tue Feb 1 11:22:43 UTC 2011 - alexandre@exatati.com.br