Foreman v0.64.0 Release Notes

Release Date: 2014-04-22 // about 10 years ago
    • 0.64.0 [David Dollar]
    • 0.63.1 [David Dollar]
    • be more specific with dotenv dependency [David Dollar]
    • ๐Ÿ”€ Merge pull request #388 from brixen/patch-1 [David Dollar]
    • โšก๏ธ Update README.md [Brian Shirai]
    • ๐Ÿ”€ Merge pull request #366 from wfarr/tgz-install-foreman-to-bin [David Dollar]
    • ๐Ÿ“ฆ Install tgz/foreman to bin/foreman in tgz package [Will Farrington]
    • ๐Ÿ”€ Merge pull request #305 from marclennox/master [David Dollar]
    • ๐Ÿ”€ Merge pull request #360 from kjwierenga/feature/require-posix-spawn [David Dollar]
    • ๐Ÿ’Ž Fail with an error on Ruby 1.8 when posix-spawn is not present. [Klaas Jan Wierenga]
    • โœ… Require and use 'posix/spawn' when running ruby 1.8 without using Foreman.ruby_18? (which is the subject under test). [Klaas Jan Wierenga]
    • โž• Added start-stop-daemon support. [Marc Lennox]
    • ๐Ÿ”€ Merge pull request #353 from austiniam/master [David Dollar]
    • ๐Ÿ›  fixed conflicts [Austin Cherry]
    • modified to use shellescape instead of gsub [Austin]
    • โž• added support for directories with single quotes. fixes #315 [Austin]
    • kill the children, not self [David Dollar]
    • ๐Ÿ›  fix docs, thanks to @Invizory [David Dollar]
    • not sure how this snuck in, not in the exporter format [David Dollar]
    • โšก๏ธ update docs [David Dollar]
    • Merge pull request #340 from ldmosquera/set_env_var_with_process_name [David Dollar]
    • Merge pull request #355 from JoeyButler/fix_typo_in_man [David Dollar]
    • ๐Ÿ”€ Merge pull request #359 from kjwierenga/feature/make-ruby-18-compatible [David Dollar]
    • ๐Ÿง The wrapped_command has spaces which triggers Ruby to fork a system shell (with /bin/sh -c). This causes orphaned processes on some systems (i.e. Linux). Fix this by splitting the command using String#shellsplit and using ruby's splat operator (*) to pass discrete arguments to spawn. [Klaas Jan Wierenga]
    • ๐Ÿ— Enable ruby 1.8.7 building on Travis. All specs should pass now on ruby 1.8.7. [Klaas Jan Wierenga]
    • ๐Ÿ’Ž Use POSIX::Spawn to make foreman ruby 1.8 compatible and have all specs passing. [Klaas Jan Wierenga]
    • ๐Ÿ‘‰ Use pipe factory method to handle 1.8 incompatible signature for IO.pipe. [Klaas Jan Wierenga]
    • ๐Ÿ’Ž Ruby 1.8 doesn't have the concept of string encodings. Compare to the string as is. [Klaas Jan Wierenga]
    • ๐Ÿ”€ Merge pull request #294 from bfulton/master [David Dollar]
    • โšก๏ธ updated systemd export spec after rebasing included 5ef8bbdb [Bright Fulton]
    • ๐Ÿ›  Fix typo in manual page. [Joey Butler]
    • โž• Add unit test for PS env var [Leonardo Mosquera]
    • ๐Ÿ–จ Change FOREMAN_PROCESS_NAME to just PS [Leonardo Mosquera]
    • ๐Ÿ”„ changelog [David Dollar]
    • ๐Ÿ›  fix spec after d4ab495 [Bright Fulton]
    • ๐Ÿ‘ better default for things which intentionally daemonize child processes, the default KillMode is control-group which survives daemonization [Bright Fulton]
    • ๐Ÿ‘ rough draft for systemd export support [bfulton]
    • modified to use shellescape instead of gsub [Austin]
    • third time is the charm. :) [Austin]
    • ๐Ÿ›  fixes #315 [Austin]
    • โž• added support for directories with single quotes. fixes #315 [Austin]
    • ๐Ÿ–จ Set FOREMAN_PROCESS_NAME env var for spawned procs [Leonardo Mosquera]