瀏覽代碼

Update trunk changelog with 3.0a6 changes.

Mike Naberezny 17 年之前
父節點
當前提交
b458b12138
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      CHANGES.txt

+ 7 - 0
CHANGES.txt

@@ -7,6 +7,13 @@ Next Release
     supervisor.getPID() on the XML-RPC interface or a new
     supervisor.getPID() on the XML-RPC interface or a new
     "pid" command on supervisorctl.
     "pid" command on supervisorctl.
 
 
+3.0a6
+
+  - The RotatingFileLogger had a race condition in its doRollover
+    method whereby a file might not actually exist despite a call to
+    os.path.exists on the line above a place where we try to remove
+    it.  We catch the exception now and ignore the missing file.
+
 3.0a5
 3.0a5
 
 
   - Supervisorctl now supports persistent readline history.  To
   - Supervisorctl now supports persistent readline history.  To