Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Apr 22, 2014
1 parent 7bea26b commit 50563e0
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
## 0.64.0 (2014-04-22)

* 0.64.0 [David Dollar]

## 0.63.1 (2014-04-22)

* 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]

## 0.63.0 (2013-04-15)

* Revert "Ensure foreman is the process group leader" [John Griffin]
Expand Down
2 changes: 1 addition & 1 deletion man/foreman.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FOREMAN" "1" "May 2013" "Foreman 0.63.0" "Foreman Manual"
.TH "FOREMAN" "1" "April 2014" "Foreman 0.64.0" "Foreman Manual"
.
.SH "NAME"
\fBforeman\fR \- manage Procfile\-based applications
Expand Down

0 comments on commit 50563e0

Please sign in to comment.