Hi folks,

In the grand tradition of not committing to a beta or final, supervisor
3.0a10 has been released to PyPi with the following changes:

3.0a10 (2011-03-30)
-------------------

- Fixed the stylesheet of the web interface so the footer line won't
  overlap a long process list.  Thanks to Derek DeVries for the patch.

- Allow rpc interface plugins to register new events types.

- Bug fix for FCGI sockets not getting cleaned up when the ``reload``
  command is issued from supervisorctl.  Also, the default behavior has
  changed for FCGI sockets.  They are new closed whenever the number
  of running processes in a group hits zero.  Previously, the sockets
  were kept open unless a group-level stop command was issued.

- Better error message when HTTP server cannot reverse-resolve a
  hostname to an IP address.  Previous behavior: show a socket error. 
  Current behavior: spit out a suggestion to stdout.

- Environment variables set via ``environment=`` value within
  ``[supervisord]`` section had no effect.  Thanks to Wyatt Baldwin
  for a patch.

- Fix bug where stopping process would cause process output that
  happened after the stop request was issued to be lost.  See
  https://github.com/Supervisor/supervisor/issues/11.

- Moved 2.X change log entries into ``HISTORY.txt``.

- Converted ``CHANGES.txt`` and ``README.txt`` into proper 
  ReStructuredText and included them in the ``long_description`` in
``setup.py``.

- Added a tox.ini to the package (run via ``tox`` in the package dir). 
  Tests supervisor on multiple Python versions.

I know there are a good number of pending pull requests on GitHub.  I'm
trying to figure out how to deal with them.

- C



_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to