소스 검색

Credit author of faster start/stop patch

Mike Naberezny 10 년 전
부모
커밋
0bbb5cea7d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -31,9 +31,9 @@
 - Files included via the `[include]` section are read in sorted order.  In
   past versions, the order was undefined.  Patch by Ionel Cristian Mărieș.
 
-- "supervisorctl start [spec naming lots of processes]" and "supervisorctl
-  stop [spec naming lots of processes]" both now complete much more quickly.
-  See https://github.com/Supervisor/supervisor/issues/131 .
+- ``supervisorctl start`` and ``supervisorctl stop`` now complete more quickly
+  when handling many processes.  Thanks to Chris McDonough for this patch.
+  See: https://github.com/Supervisor/supervisor/issues/131
 
 - Environment variables are now expanded for all config file options.
   Patch by Dexter Tad-y.