浏览代码

Add a missing changelog entry

Mike Naberezny 13 年之前
父节点
当前提交
48f01cb8d9
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      CHANGES.txt

+ 5 - 0
CHANGES.txt

@@ -64,6 +64,11 @@ Next release
 - Updated the output of ``echo_supervisord_conf`` to fix typos and
   improve comments.  Thanks to Jens Rantil for noticing these.
 
+- Fixed a possible 500 Server Error from the web interface.  This was
+  observed when using Supervisor on a domain socket behind Nginx, where
+  Supervisor would raise an exception because REMOTE_ADDR was not set.
+  Patch by David Bennett.
+
 3.0a10 (2011-03-30)
 -------------------