aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-11-21 06:19:25 +0000
committerSam Stephenson <sam@37signals.com>2005-11-21 06:19:25 +0000
commit2b6e2bfed79e30d6d72fcac6a068e9fcbbf4f610 (patch)
tree30d4ba7085541caa0e3fabafdbadda05c8c77b8d /railties/CHANGELOG
parent9a37fd44cb7df94d7b7652d03251bb6cd0675b45 (diff)
downloadrails-2b6e2bfed79e30d6d72fcac6a068e9fcbbf4f610.tar.gz
rails-2b6e2bfed79e30d6d72fcac6a068e9fcbbf4f610.tar.bz2
rails-2b6e2bfed79e30d6d72fcac6a068e9fcbbf4f610.zip
Have the lighttpd server script report the actual ip to which the server is bound. Closes #2903.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3123 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 f6dfa85fb3..9cf4f6c10c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Have the lighttpd server script report the actual ip to which the server is bound. #2903. [Adam]
+
* Add plugin library directories to the load path after the lib directory so that libraries in the lib directory get precedence. #2910. [james.adam@gmail.com]
* Make help for the console command more explicit about how to specify the desired environment in which to run the console. #2911. [anonymous]