honcho v0.6.0 Release Notes

Release Date: 2015-02-07 // about 9 years ago
    • โž• ADDED: Started keeping a changelog!
    • โž• ADDED: A version command: honcho version will print the current version.
    • ๐Ÿ”„ CHANGED: Supervisor export now executes commands inside a shell (like other exporters and honcho itself).
    • ๐Ÿ”„ CHANGED: Supervisor exports now sets PORT environment variable consistently with other exporters and the rest of honcho.
    • ๐Ÿ”„ CHANGED: Supervisor export now takes a directory as the location parameter on the command line, e.g. honcho export supervisord /etc/supervisord.d, thus making the use consistent with other exporters. N.B. This is a backwards-incompatible change!
    • ๐Ÿ›  FIXED: Addressed numerous text encoding bugs.
    • ๐Ÿ›  FIXED: Honcho exporters can now be used on Python 3.2
    • ๐Ÿ›  FIXED: Honcho no longer crashes when all processes are made --quiet.