Quellcode durchsuchen

Add changelog note for supervisorctl without supervisord.conf

Mike Naberezny vor 12 Jahren
Ursprung
Commit
daa954b984
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      CHANGES.txt

+ 4 - 0
CHANGES.txt

@@ -4,6 +4,10 @@ Next release
 - Fixed a bug where parsing ``command=`` could cause supervisord to crash if
   shlex.split() fails, such as a bad quoting.  Patch by Scott Wilson.
 
+- It is now possible to use ``supervisorctl`` on a machine with no
+  ``supervisord.conf`` file by supplying the connection information in
+  command line options.  Patch by Jens Rantil.
+
 3.0b1 (2012-09-10)
 ------------------