|
@@ -29,7 +29,7 @@ pageTracker._trackPageview();
|
|
|
<div class="iStretch">
|
|
|
<div class="link" id="current"><a href="#">Home</a></div>
|
|
|
<div class="link"><a href="http://github.com/ask/celery">Code</a></div>
|
|
|
- <div class="link"><a href="docs/">Documentation</a></div>
|
|
|
+ <div class="link"><a href="http://celeryq.org/docs/">Documentation</a></div>
|
|
|
<div class="link"><a href="http://celeryq.org/docs/getting-started/">Tutorials</a></div>
|
|
|
<div class="link"><a href="http://pypi.python.org/pypi/celery">Download</a></div>
|
|
|
</div>
|
|
@@ -133,6 +133,30 @@ pageTracker._trackPageview();
|
|
|
|
|
|
<div class="column">
|
|
|
|
|
|
+ <span class="newsitem">
|
|
|
+ <h2>Celery 1.0.6 released!</h2>
|
|
|
+ <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-06-30.</h4>
|
|
|
+ <p>RabbitMQ 1.8.0 came with stricter equivalence checks that broke the
|
|
|
+ AMQP result backend, this release resolves this. If you've already used
|
|
|
+ the AMQP backend you need to delete the previous declarations. For
|
|
|
+ instructions please read the full
|
|
|
+ <a href="http://celeryproject.org/docs/changelog.html">changelog</a>.
|
|
|
+ Download from <a href="http://pypi.python.org/pypi/celery/1.0.6">PyPI</a>,
|
|
|
+ or simply install the upgrade using <code>pip install -U celery==1.0.6</code>.
|
|
|
+ <hr>
|
|
|
+ </span>
|
|
|
+
|
|
|
+ <span class="newsitem">
|
|
|
+ <h2>Celery 1.0.5 released!</h2>
|
|
|
+ <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-06-01.</h4>
|
|
|
+ <p>This release contains some important bugfixes related to shutdown and
|
|
|
+ broker connection loss, as well as some other minor fixes. Also
|
|
|
+ AbortableTask has been added to contrib. Please read the full <a href="http://celeryproject.org/docs/changelog.html">changelog</a>
|
|
|
+ before you upgrade. Download from <a href="http://pypi.python.org/pypi/celery/1.0.5">PyPI</a>,
|
|
|
+ or simply install the upgrade using <code>pip install -U celery</code>.
|
|
|
+ <hr>
|
|
|
+ </span>
|
|
|
+
|
|
|
<span class="newsitem">
|
|
|
<h2>Celery 1.0.3 released!</h2>
|
|
|
<h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-05-15.</h4>
|