forever v0.9.1 Release Notes

Release Date: 2012-05-05 // almost 12 years ago
    • 75bfdab [dist] Version bump v0.9.1 (Charlie McConnell)
    • 4116f85 [fix] Pass argv options properly. (Charlie McConnell)
    • 44c2337 closes #164 and #235 fix wrong usage of matchBase option of minimatch, use relative to watchDirectory path fore matching (Oleg Slobodskoi)
    • 2a7c477 Added watchDirectory to command line options (Fedot Praslov)
    • 8af6803 [fix] Revert bad options commit. (Charlie McConnell)
    • 5d21f97 [fix] Fix unhandled error event in forever stopall (Maciej Małecki)
    • 49c2c47 [fix] Correct function name (Maciej Małecki)
    • f3b119b [dist] Version bump v0.9.0 (Charlie McConnell)
    • b4798d8 [test fix] Make logger test more consistent. (Charlie McConnell)
    • 4848f90 [test] Add test fixture for producing logging output. (Charlie McConnell)
    • 73b10be [test] New logging test for the new logging plugin. (Charlie McConnell)
    • 8ec0bce [fix] Restore stdout and stderr events, fix semantics of silent option. (Charlie McConnell)
    • 0b80e4d Minor wording fix (Andrew Radev)
    • 9c787df Stop or restart a process by its uid (Andrew Radev)
    • af5b8c2 [fix] cli pidFile text (Bradley Meck)
    • 1ad16b0 [pull-request] #244, from @michaelcdillon (Bradley Meck)
    • ea5317c [doc] Remove unused forever option from docs (Maciej Małecki)
    • 8474c9c [api] forkShim option should allow a string to say which module to use when shimming (rather than the one currently used by this process) (Bradley Meck)
    • 2f93ba4 [fix] Destroy log file streams in a more intelligent way. (Charlie McConnell)
    • 89f3614 [fix] Logging now survives child process restarts. (Charlie McConnell)
    • 2d7d462 [minor] Dont use optimist directly (Joshua Holbrook)
    • cda371d [fix] Pass argvOptions to app.config.argv as well. (Joshua Holbrook)
    • 8529281 [refactor] Remove logging code from monitor. (Charlie McConnell)
    • 70ae4f4 [refactor] Replace logging plugin. (Charlie McConnell)
    • a6a1675 [fix] Remove duplicate alias. (Charlie McConnell)
    • dd1508b [fix] s/appendLog/append/g to make --append work. (Charlie McConnell)
    • 298ec73 [fix] Restore optional logfile destination functionality. (Charlie McConnell)
    • a0c9ac5 [fix] Restore self.warn method on monitor instance. (Charlie McConnell)
    • 114e378 [dist] Update package.json to use fork of daemon.node. (Charlie McConnell)
    • 8186994 [fix] Alter logging paths to reduce memory leakage and prevent stdio issues. (Charlie McConnell)
    • 5c8fcc5 [fix] Update forever.startDaemon to use adjusted daemon.node api. (Charlie McConnell)
    • f44d5f4 Fix worker crash from bad socket client (Felix Geisendörfer)
    • b093bfc [fix api] Expose checkFile and fix logical condition (Maciej Małecki)
    • e154a50 [fix] Pass options.argv instead of options (cli.js, line 188) (Joshua Holbrook)
    • 5aa16c3 [dist] v0.8.5 (Bradley Meck)
    • 157ce7b [fix] use env bash rather than bin/sh (Bradley Meck)
    • 205e6f3 [fix] EACCESS should still go to next() in forever list (Bradley Meck)