diff --git a/celery-2.1.3.tar.bz2 b/celery-2.1.3.tar.bz2 deleted file mode 100644 index eaf4dbb..0000000 --- a/celery-2.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e96d54e4bb1adae69af40ded3887cddb23596e38be88806160bbf466bfde852 -size 1380671 diff --git a/celery-2.1.4.tar.bz2 b/celery-2.1.4.tar.bz2 new file mode 100644 index 0000000..1da1da5 --- /dev/null +++ b/celery-2.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1aa104c5b6ce7373078e745bd980b509fd70d4cb9ab372c2a9a321b200c3cf9 +size 1394498 diff --git a/python-celery.changes b/python-celery.changes index da932f0..3903bc9 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Dec 4 09:22:02 UTC 2010 - alexandre@exatati.com.br + +- Update to 2.1.4: + * Celery programs now hijacks the root logger by default (Issue #250). + * Execution options to `apply_async` now takes precedence over options + returned by active routers. This was a regression introduced recently + (Issue #244). + * `celeryev` curses monitor: Long arguments are now truncated so curses + doesn't crash with out of bounds errors. (Issue #235). + * `celeryd`: Channel errors occurring while handling control commands no + longer crash the worker but are instead logged with severity error. + * SQLAlchemy database backend: Fixed a race condition occurring when + the client wrote the pending state. Just like the Django database backend, + it does no longer save the pending state (Issue #261 + Issue #262). + * `task.apply`: `propagate=True` now raises exceptions from the original + frame, keeping the same stacktrace (Issue #256). + * Error email body now uses `repr(exception)` instead of `str(exception)`, + as the latter could result in Unicode decode errors (Issue #245). + * Error e-mail timeout value is now configurable by using the + :setting:`EMAIL_TIMEOUT` setting. + * `celeryev`: Now works on Windows (but the curses monitor won't work without + having curses). + * Unit test output no longer emits non-standard characters. + * `celeryd`: The broadcast consumer is now closed if the connection is reset. + * `celeryd`: Now properly handles errors occurring while trying to acknowledge + the message. + ------------------------------------------------------------------- Tue Nov 9 16:41:30 UTC 2010 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index f827f40..92255dd 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,5 +1,5 @@ # -# spec file for package python-celery (Version 2.1.3) +# spec file for package python-celery (Version 2.1.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,7 @@ Name: python-celery -Version: 2.1.3 +Version: 2.1.4 Release: 1 License: BSD License Summary: Distributed Task Queue