aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-12 17:41:53 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-12 17:41:53 +0000
commitb230004897770ff8e29590263ddd6416b728af3a (patch)
tree1c132644b91954776b98649c17285d1c17d44b9a /railties/CHANGELOG
parentdb2023d4d2094416faa5aec7265fa21cb800b69e (diff)
downloadrails-b230004897770ff8e29590263ddd6416b728af3a.tar.gz
rails-b230004897770ff8e29590263ddd6416b728af3a.tar.bz2
rails-b230004897770ff8e29590263ddd6416b728af3a.zip
Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the same configuration to be used for both detach and not. Also ensured that auto-repeaping of FCGIs only happens when lighttpd is not detached. [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3585 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 ba9d2930b3..9758f2d96b 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the same configuration to be used for both detach and not. Also ensured that auto-repeaping of FCGIs only happens when lighttpd is not detached. [DHH]
+
* Added Configuration#after_initialize for registering a block which gets called after the framework is fully initialized. Useful for things like per-environment configuration of plugins. [Michael Koziarski]
* Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework to be found in a different place than vendor/rails. Should be set in boot.rb. [DHH]