Prechádzať zdrojové kódy

Updated 2.1.4 changelog and set release date to Friday 3 Dec.

Ask Solem 14 rokov pred
rodič
commit
6a514b392b
1 zmenil súbory, kde vykonal 16 pridanie a 3 odobranie
  1. 16 3
      Changelog

+ 16 - 3
Changelog

@@ -167,16 +167,31 @@ News
 
         $ celeryd --config=celeryconfig.py --loader=myloader.Loader
 
+.. _version-2.1.4:
 
 2.1.4
 =====
-:release-data: TBA
+:release-date: 2010-12-03 12:00 PM CEST
 
 .. _v214-fixes:
 
 Fixes
 -----
 
+* 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).
+
 * Error email body now uses `repr(exception)` instead of `str(exception)`,
   as the latter could result in Unicode decode errors (Issue #245).
 
@@ -204,8 +219,6 @@ Documentation
 
 * Added :ref:`faq-security` section to the FAQ.
 
-* Periodic Task User Guide: Fixed typo in crontab example table (Issue #239).
-
 .. _version-2.1.3:
 
 2.1.3