diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-28 00:00:50 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-04-28 00:00:50 +0000 |
commit | 7a8ed3bbbf44b273622be0e324a616065f5656a8 (patch) | |
tree | 02ef3b281ef8470a43f958062582b03387e68d90 /railties/CHANGELOG | |
parent | 1eade4137a96a55ed699d49c18fe177224363e7d (diff) | |
download | rails-7a8ed3bbbf44b273622be0e324a616065f5656a8.tar.gz rails-7a8ed3bbbf44b273622be0e324a616065f5656a8.tar.bz2 rails-7a8ed3bbbf44b273622be0e324a616065f5656a8.zip |
Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 6e6ac8c30e..281e495865 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Added pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH] + + *1.1.2* (April 9th, 2005) * Mention in docs that config.frameworks doesn't work when getting Rails via Gems. Closes #4857. [Alisdair McDiarmid] |