aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-11-04 20:58:38 +0000
committerSam Stephenson <sam@37signals.com>2005-11-04 20:58:38 +0000
commit0c512ca990048d3ae22e9c19c728ade520e3acba (patch)
treeaf861de89d4f833e8b0b82076131ac5f58771c66 /railties/CHANGELOG
parenta6106e4ec645c0dc799ce7666d2a28b46ea6126d (diff)
downloadrails-0c512ca990048d3ae22e9c19c728ade520e3acba.tar.gz
rails-0c512ca990048d3ae22e9c19c728ade520e3acba.tar.bz2
rails-0c512ca990048d3ae22e9c19c728ade520e3acba.zip
script/lighttpd: tail the logfile when running in the foreground, and attempt to guess the port number
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2875 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index d4f929e60c..a67872b92a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Tail the logfile when running script/lighttpd in the foreground [Sam Stephenson]
+
+* Try to guess the port number from config/lighttpd.conf in script/lighttpd [Sam Stephenson]
+
* Don't reap spawn-fcgi. #2727 [matthew@walker.wattle.id.au]
* Reaper knows how to find processes even if the dispatch path is very long. #2711 [matthew@walker.wattle.id.au]