|
@@ -10,8 +10,6 @@
|
|
|
2.3.0
|
|
|
=====
|
|
|
:release-date: TBA
|
|
|
-:status: frozen
|
|
|
-:branch: master
|
|
|
|
|
|
:tested: cPython: 2.5, 2.6, 2.7; PyPy: 1.5; Jython: 2.5.2
|
|
|
|
|
@@ -20,6 +18,8 @@
|
|
|
Important Notes
|
|
|
---------------
|
|
|
|
|
|
+* Now requires Kombu 1.2.1
|
|
|
+
|
|
|
* Results are now disabled by default.
|
|
|
|
|
|
The AMQP backend was not a good default because often the users were
|
|
@@ -40,6 +40,12 @@ Important Notes
|
|
|
|
|
|
For help choosing a backend please see :ref:`task-result-backends`.
|
|
|
|
|
|
+* The debian init scripts have been deprecated in favor of the generic-init.d
|
|
|
+ init scripts.
|
|
|
+
|
|
|
+ In addition generic init scripts for celerybeat and celeryev has been
|
|
|
+ added.
|
|
|
+
|
|
|
.. _v230-news:
|
|
|
|
|
|
News
|
|
@@ -216,6 +222,11 @@ Fixes
|
|
|
* ``CELERY_TASK_ERROR_WHITE_LIST`` is now properly initialized
|
|
|
in all loaders.
|
|
|
|
|
|
+* celeryd_detach now passes thorugh commandline configuration.
|
|
|
+
|
|
|
+* Remote control command ``add_consumer`` now does nothing if the
|
|
|
+ queue is already being consumed from.
|
|
|
+
|
|
|
|
|
|
.. _version-2.2.7:
|
|
|
|