Browse Source

Updated Changelog

Ask Solem 15 years ago
parent
commit
7f26b3cc27
1 changed files with 6 additions and 0 deletions
  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