Bug 156203 - [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a10
Summary: [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 19:00 UTC by hizel
Modified: 2011-04-06 12:40 UTC (History)
0 users

See Also:


Attachments
file.diff (257 bytes, patch)
2011-04-05 19:00 UTC, hizel
no flags Details | Diff
file.diff (540 bytes, patch)
2011-04-05 19:00 UTC, hizel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hizel 2011-04-05 19:00:25 UTC
bug fix release


- 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 ofrunning 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.

Fix: PORTNAME=      supervisor
-PORTVERSION=   3.0a9
+PORTVERSION=   3.0a10
 CATEGORIES=    sysutils python
 MASTER_SITES=  http://dist.supervisord.org/ \
                CHEESESHOP
Comment 1 hizel 2011-04-05 19:09:33 UTC
it's me, ok :)

-- 
---

e-mail: hizel@vyborg.ru
jabber id: hizel@vyborg.ru
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2011-04-06 06:16:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-04-06 12:35:31 UTC
culot       2011-04-06 11:35:17 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/py-supervisor Makefile distinfo 
  Log:
  - Update to 3.0a10
  
  PR:             ports/156203
  Submitted by:   Ildar Hizbulin <hizel@vyborg.ru> (maintainer)
  
  Revision  Changes    Path
  1.4       +1 -1      ports/sysutils/py-supervisor/Makefile
  1.5       +2 -2      ports/sysutils/py-supervisor/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2011-04-06 12:35:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!