3.0 (2013-07-30)

  • Parsing the config file will now fail with an error message if a processor group name contains characters that are not compatible with theeventlistener protocol.
  • Fixed a bug where the tail-f command in supervisorctl would failif the combined length of the username and password was over 56 characters.
  • Reading the config file now gives a separate error message when the configfile exists but can’t be read. Previously, any error reading the filewould be reported as “could not find config file”. Patch by Jens Rantil.
  • Fixed an XML-RPC bug where array elements after the first would be ignoredwhen using the ElementTree-based XML parser. Patch by Zev Benjamin.
  • Fixed the usage message output by supervisorctl to show the correctdefault config file path. Patch by Alek Storm.