Przeglądaj źródła

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

Chris McDonough 14 lat temu
rodzic
commit
5fbaa3be55
2 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 0
      MANIFEST.in
  2. 0 3
      TODO.txt

+ 1 - 0
MANIFEST.in

@@ -1,5 +1,6 @@
 include CHANGES.txt
 include CHANGES.txt
 include COPYRIGHT.txt
 include COPYRIGHT.txt
+include HISTORY.txt
 include LICENSES.txt
 include LICENSES.txt
 include README.txt
 include README.txt
 include TODO.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
 - Add an option that allows numprocs for an existing process group to be
   adjusted at runtime.  Requested by Roger Hoover.
   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
 - supervisor.tailProcessLog() may return too many bytes when the number of
   bytes requested exceeds the number logged.  This is not certain and needs
   bytes requested exceeds the number logged.  This is not certain and needs
   investigation.  Reported by Chris McDonough.
   investigation.  Reported by Chris McDonough.