Browse Source

Autogenerated documentation for github.

Ask Solem 16 years ago
parent
commit
9b9f4d38bf
3 changed files with 12 additions and 13 deletions
  1. 6 6
      changelog.html
  2. 0 0
      searchindex.js
  3. 6 7
      sources/changelog.txt

+ 6 - 6
changelog.html

@@ -58,7 +58,7 @@ new messages.</p>
 </dl>
 </dl>
 </li>
 </li>
 <li><dl class="first docutils">
 <li><dl class="first docutils">
-<dt><strong>IMPORTANT</strong> Default concurrency is now set to the number of CPU</dt>
+<dt><strong>IMPORTANT</strong> Default concurrency limit is now set to the number of CPUs</dt>
 <dd><p class="first last">available on the system.</p>
 <dd><p class="first last">available on the system.</p>
 </dd>
 </dd>
 </dl>
 </dl>
@@ -78,15 +78,15 @@ new messages.</p>
 </li>
 </li>
 <li><p class="first">The daemon now correctly runs if the pidlock is stale.</p>
 <li><p class="first">The daemon now correctly runs if the pidlock is stale.</p>
 </li>
 </li>
-<li><p class="first">Now compatible with carrot 0.5.0 (TBA)</p>
+<li><p class="first">Now compatible with carrot 0.4.5</p>
 </li>
 </li>
 <li><p class="first">Default AMQP connnection timeout is now 4 seconds.</p>
 <li><p class="first">Default AMQP connnection timeout is now 4 seconds.</p>
 </li>
 </li>
 <li><p class="first"><tt class="docutils literal"><span class="pre">AsyncResult.read()</span></tt> was always returning <tt class="xref docutils literal"><span class="pre">True</span></tt>.</p>
 <li><p class="first"><tt class="docutils literal"><span class="pre">AsyncResult.read()</span></tt> was always returning <tt class="xref docutils literal"><span class="pre">True</span></tt>.</p>
 </li>
 </li>
 <li><dl class="first docutils">
 <li><dl class="first docutils">
-<dt>Only use README as long_description if the file exists so easy_install don&#8217;t</dt>
-<dd><p class="first last">break. Closes #11.</p>
+<dt>Only use README as long_description if the file exists so easy_install</dt>
+<dd><p class="first last">doesn&#8217;t break.</p>
 </dd>
 </dd>
 </dl>
 </dl>
 </li>
 </li>
@@ -103,11 +103,11 @@ more than one task.</p>
 </li>
 </li>
 <li><p class="first">Fixed typo <tt class="docutils literal"><span class="pre">AMQP_SERVER</span></tt> in documentation to <tt class="docutils literal"><span class="pre">AMQP_HOST</span></tt>.</p>
 <li><p class="first">Fixed typo <tt class="docutils literal"><span class="pre">AMQP_SERVER</span></tt> in documentation to <tt class="docutils literal"><span class="pre">AMQP_HOST</span></tt>.</p>
 </li>
 </li>
-<li><p class="first">Worker exception e-mails send to admins now works properly.</p>
+<li><p class="first">Worker exception e-mails sent to admins now works properly.</p>
 </li>
 </li>
 <li><dl class="first docutils">
 <li><dl class="first docutils">
 <dt>No longer depends on <tt class="docutils literal"><span class="pre">django</span></tt>, so installing <tt class="docutils literal"><span class="pre">celery</span></tt> won&#8217;t affect</dt>
 <dt>No longer depends on <tt class="docutils literal"><span class="pre">django</span></tt>, so installing <tt class="docutils literal"><span class="pre">celery</span></tt> won&#8217;t affect</dt>
-<dd><p class="first last">the preferred django version installed.</p>
+<dd><p class="first last">the preferred Django version installed.</p>
 </dd>
 </dd>
 </dl>
 </dl>
 </li>
 </li>

File diff suppressed because it is too large
+ 0 - 0
searchindex.js


+ 6 - 7
sources/changelog.txt

@@ -9,7 +9,7 @@ Change history
 		``basic.get``. This means we're no longer polling the broker for
 		``basic.get``. This means we're no longer polling the broker for
 		new messages.
 		new messages.
 
 
-	* **IMPORTANT** Default concurrency is now set to the number of CPU
+	* **IMPORTANT** Default concurrency limit is now set to the number of CPUs
 		available on the system.
 		available on the system.
 
 
 	* **IMPORTANT** ``tasks.register``: Renamed ``task_name`` argument to
 	* **IMPORTANT** ``tasks.register``: Renamed ``task_name`` argument to
@@ -23,13 +23,13 @@ Change history
 
 
 	* The daemon now correctly runs if the pidlock is stale.
 	* The daemon now correctly runs if the pidlock is stale.
 
 
-	* Now compatible with carrot 0.5.0 (TBA)
+	* Now compatible with carrot 0.4.5
 
 
 	* Default AMQP connnection timeout is now 4 seconds.
 	* Default AMQP connnection timeout is now 4 seconds.
 	* ``AsyncResult.read()`` was always returning ``True``.
 	* ``AsyncResult.read()`` was always returning ``True``.
 
 
-	*  Only use README as long_description if the file exists so easy_install don't
-		break. Closes #11.
+	*  Only use README as long_description if the file exists so easy_install
+		doesn't break.
 
 
 	* ``celery.view``: JSON responses now properly set its mime-type. 
 	* ``celery.view``: JSON responses now properly set its mime-type. 
 
 
@@ -41,10 +41,10 @@ Change history
 
 
 	* Fixed typo ``AMQP_SERVER`` in documentation to ``AMQP_HOST``.
 	* Fixed typo ``AMQP_SERVER`` in documentation to ``AMQP_HOST``.
 
 
-	* Worker exception e-mails send to admins now works properly.
+	* Worker exception e-mails sent to admins now works properly.
 
 
 	* No longer depends on ``django``, so installing ``celery`` won't affect
 	* No longer depends on ``django``, so installing ``celery`` won't affect
-		the preferred django version installed.
+		the preferred Django version installed.
 
 
 	* Now works with PostgreSQL (psycopg2) again by registering the
 	* Now works with PostgreSQL (psycopg2) again by registering the
 		``PickledObject`` field.
 		``PickledObject`` field.
@@ -52,7 +52,6 @@ Change history
 	* ``celeryd``: Added ``--detach`` option as an alias to ``--daemon``, and
 	* ``celeryd``: Added ``--detach`` option as an alias to ``--daemon``, and
 		it's the term used in the documentation from now on.
 		it's the term used in the documentation from now on.
 
 
-
 	* Make sure the pool and periodic task worker thread is terminated
 	* Make sure the pool and periodic task worker thread is terminated
 		properly at exit. (So ``Ctrl-C`` works again).
 		properly at exit. (So ``Ctrl-C`` works again).
 
 

Some files were not shown because too many files changed in this diff