Explorar o código

Updated Changelog

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
597ce7b7ce
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Changelog

+ 6 - 0
Changelog

@@ -14,6 +14,9 @@ development servers before rolling it out to production!
 
 **IMPORTANT CHANGES**
 
+* If you're using Python < 2.6 and you use the multiprocessing backport, then
+  multiprocessing version 2.6.2.1 is required.
+
 * All AMQP_* settings has been renamed to BROKER_*, and in addition
   AMQP_SERVER has been renamed to BROKER_HOST, so before where you had::
 
@@ -47,6 +50,9 @@ that was the previously implied name.
 
 **CHANGES**
 
+* Incorporated the multiprocessing backport patch that fixes the
+``processName`` error.
+
 * Ignore the result of PeriodicTask's by default.
 
 * Added a Redis result store backend