浏览代码

change note

Chris McDonough 10 年之前
父节点
当前提交
d70b882ed6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CHANGES.txt

+ 4 - 0
CHANGES.txt

@@ -6,6 +6,10 @@
 - Fixed a bug where ``supervisorctl tail -f name`` output would stop if log
   rotation occurred while tailing.
 
+- Prevent a crash when a greater number file descriptors were attempted to be
+  opened than permitted by the environment when starting a bunch of programs.
+  Now, instead a spawn error is logged.
+
 3.1.0 (2014-07-29)
 ------------------