Parcourir la source

*** empty log message ***

Chris McDonough il y a 18 ans
Parent
commit
ca2075de31
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      CHANGES.txt

+ 5 - 0
CHANGES.txt

@@ -46,6 +46,11 @@
   - Removed duplicated code (readLog/readMainLog), thanks to Mike
   - Removed duplicated code (readLog/readMainLog), thanks to Mike
     Naberezny.
     Naberezny.
 
 
+  - Added tailProcessLog command to the XML-RPC API.  It provides a
+    more efficient way to tail logs than readProcessLog().  Use
+    readProcessLog() to read chunks and tailProcessLog() to tail.
+    (thanks to Mike Naberezny).
+
 2.1b2
 2.1b2
 
 
   - Added new tailProcessLog() command to the XML-RPC API that
   - Added new tailProcessLog() command to the XML-RPC API that