Ver Fonte

Update trunk changelog with 3.0a6 changes.

Mike Naberezny há 17 anos atrás
pai
commit
b458b12138
1 ficheiros alterados com 7 adições e 0 exclusões
  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
     "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
 
   - Supervisorctl now supports persistent readline history.  To