aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-03 00:18:31 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-03 00:18:31 +0000
commitf6339eb17710ce81117e06725a4403e33a934d24 (patch)
tree82f31faba7ccc977a9350d95d5fa0a9d052dc4dc /railties/CHANGELOG
parent4c7345305aee09df6b3e1e5f3139880875c9ebd5 (diff)
downloadrails-f6339eb17710ce81117e06725a4403e33a934d24.tar.gz
rails-f6339eb17710ce81117e06725a4403e33a934d24.tar.bz2
rails-f6339eb17710ce81117e06725a4403e33a934d24.zip
Thoroughly test the FCGI dispatcher. Closes #5970.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4913 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 11fa6bdc37..1a64a26e8e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Thoroughly test the FCGI dispatcher. #5970 [Kevin Clark]
+
* Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad path errors when trying to load config/routes.rb. [Rick Olson]
* Tighten rescue clauses. #5985 [james@grayproductions.net]