- Merge supervisor unix changes from 4.2.2.dev0 (master).
- Improvements in the execution of the supervisor as a windows service.
- Support for sending signals for windows application.
- Improvements to service logs.
- Merge supervisor unix changes from 4.2.2.dev0 (master).
- Improvements in the installation of the windows service.
- Corrections in writing to the windows service log.
- Bug fix when the 'directory' option of a process has quotes.
- Adding xmlrpc_timeout configuration to supervisorctl.
- Merge supervisor unix changes from 4.2.0.dev0 (master)
- Support for web servers that supports shared socket (fastcgi).
- Support for sending Windows signals. (signal CTRL_C_EVENT|CTRL_BREAK_EVENT)
- Possibility to configure a custom service name (options: '--service-name' or '--service-display-name').
- Merge supervisor unix changes from 4.2.0.dev0 (master)
- Stop process group with task taskkill
- Fixing service data output issues
- Merge supervisor unix changes from 4.2.0.dev0 (master)
- Fixed data output via eventlisterner
- Merge supervisor unix changes from v4.1.0.dev0 (master)
- Merge supervisor unix changes until
- https://github.com/Supervisor/supervisor/commit/3a956ce4913e25c18760f4430220b6d5df866c7f).
- Fixed process exit detection.
- Process restart correction
- Fixed
DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
on setuptools >= 11.3.
- Bug fixes (covered by unit tests).
- Supervisor installation script as a service.
- python -m supervisor.services install -c "{path}supervisord.conf"