aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-05-06 05:09:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-05-06 05:09:01 +0000
commit358a6693909009556f493f0c29e344af4acc3275 (patch)
tree9bc1c9f7a0110285da99cae66a566b0836c29dd1 /railties/CHANGELOG
parent421045e2ff9e0f2077b4f1f23541f197b3249bd7 (diff)
downloadrails-358a6693909009556f493f0c29e344af4acc3275.tar.gz
rails-358a6693909009556f493f0c29e344af4acc3275.tar.bz2
rails-358a6693909009556f493f0c29e344af4acc3275.zip
Added better error handling for regexp caching expiration
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1288 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index f98c57459d..51d9f2023a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,5 @@
*SVN*
-
* Allow graceful exits for dispatch.fcgi processes by sending a SIGUSR1. If the process is currently handling a request, the request will be allowed to complete and then will terminate itself. If a request is not being handled, the process is terminated immediately (via #exit). This basically works like restart graceful on Apache. [Jamis Buck]
* Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck]