aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-21 17:46:31 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-21 17:46:31 +0000
commitc006bae4b8e0b44fccbd43e2982428aabdeb538e (patch)
tree58a78cf8a6d51ea71b02a47378daa71a6abf70b1 /railties/CHANGELOG
parent32e0138b0ba9acb7405c915f600c789a8c61f44c (diff)
downloadrails-c006bae4b8e0b44fccbd43e2982428aabdeb538e.tar.gz
rails-c006bae4b8e0b44fccbd43e2982428aabdeb538e.tar.bz2
rails-c006bae4b8e0b44fccbd43e2982428aabdeb538e.zip
Added additional error handling to the FastCGI dispatcher to catch even errors taking down the entire process
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@969 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 c8c0fa540a..ce3eabcec6 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added additional error handling to the FastCGI dispatcher to catch even errors taking down the entire process
+
* Improved the generated scaffold code a lot to take advantage of recent Rails developments #882 [Tobias Luetke]
* Combined the script/environment.rb used for gems and regular files version. If vendor/rails/* has all the frameworks, then files version is used, otherwise gems #878 [Nicholas Seckar]