3.3.5 (2018-12-22)

  • Fixed a race condition where supervisord would cancel a shutdownalready in progress if it received SIGHUP. Now, supervisord willignore SIGHUP if shutdown is already in progress. Patch by Livanh.
  • Fixed a bug where searching for a relative command ignored changes toPATH made in environment=. Based on a patch by dongweiming.
  • childutils.ProcessCommunicationsProtocol now does an explicitflush() after writing to stdout.
  • A more descriptive error message is now emitted if a name in the configfile contains a disallowed character. Patch by Rick van Hattem.