15
0
forked from pool/python-celery

- Update to 2.4.4:

- [Security: CELERYSA-0001] Daemons would set effective id’s
    rather than real id’s when the --uid/--gid arguments to
    celeryd-multi, celeryd_detach, celerybeat and celeryev were used.
    This means privileges weren’t properly dropped, and that it
    would be possible to regain supervisor privileges later.
  - Processes pool: Fixed rare deadlock at shutdown (Issue #523).
  - Webhook tasks issued the wrong HTTP POST headers (Issue #515).
    The Content-Type header has been changed from
    application/json ⇒ application/x-www-form-urlencoded, and adds
    a proper Content-Length header.
  - Daemonization cookbook: Adds a configuration example using
    Django and virtualenv together (Issue #505).
  - Generic init scripts now automatically creates log and pid
    file directories (Issue #545).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=43
This commit is contained in:
Alexandre Rogoski
2011-11-28 01:33:10 +00:00
committed by Git OBS Bridge
parent ebd9039cbc
commit cf9f95e02c
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Nov 25 21:56:24 UTC 2011 - alexandre@exatati.com.br
- Update to 2.4.4:
- [Security: CELERYSA-0001] Daemons would set effective ids
rather than real ids when the --uid/--gid arguments to
celeryd-multi, celeryd_detach, celerybeat and celeryev were used.
This means privileges werent properly dropped, and that it
would be possible to regain supervisor privileges later.
- Processes pool: Fixed rare deadlock at shutdown (Issue #523).
- Webhook tasks issued the wrong HTTP POST headers (Issue #515).
The Content-Type header has been changed from
application/json ⇒ application/x-www-form-urlencoded, and adds
a proper Content-Length header.
- Daemonization cookbook: Adds a configuration example using
Django and virtualenv together (Issue #505).
- Generic init scripts now automatically creates log and pid
file directories (Issue #545).
-------------------------------------------------------------------
Tue Nov 22 22:25:20 UTC 2011 - alexandre@exatati.com.br