aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-08-05 22:11:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-08-05 22:11:24 +0000
commit900afae41b00b27c6f1fc53044fe4ca917f09c81 (patch)
tree8b81ca9522e725e97c8f886b4fa5d47124977fe5 /railties/CHANGELOG
parent4699c336f7fda526373218235c5067583b89c1c6 (diff)
downloadrails-900afae41b00b27c6f1fc53044fe4ca917f09c81.tar.gz
rails-900afae41b00b27c6f1fc53044fe4ca917f09c81.tar.bz2
rails-900afae41b00b27c6f1fc53044fe4ca917f09c81.zip
Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p (closes #5465) [mats@imediatec.co.uk]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4676 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 4b4d015fb2..098e4b317a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added that you can change the web server port in config/lighttpd.conf from script/server --port/-p #5465 [mats@imediatec.co.uk]
+
* script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. #5679 [shugo@ruby-lang.org]
* Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]