Browse Source

Merge branch 'master' of github.com:Supervisor/supervisor

Chris McDonough 14 years ago
parent
commit
5fbaa3be55
2 changed files with 1 additions and 3 deletions
  1. 1 0
      MANIFEST.in
  2. 0 3
      TODO.txt

+ 1 - 0
MANIFEST.in

@@ -1,5 +1,6 @@
 include CHANGES.txt
 include COPYRIGHT.txt
+include HISTORY.txt
 include LICENSES.txt
 include README.txt
 include TODO.txt

+ 0 - 3
TODO.txt

@@ -5,9 +5,6 @@
 - Add an option that allows numprocs for an existing process group to be
   adjusted at runtime.  Requested by Roger Hoover.
 
-- Subprocess logging appears to stop when the subprocess moves to the "killing"
-  state.  Reported to the mailing list by Nicolas Grilly on 2008-04-13.
-
 - supervisor.tailProcessLog() may return too many bytes when the number of
   bytes requested exceeds the number logged.  This is not certain and needs
   investigation.  Reported by Chris McDonough.