diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-01-21 23:38:51 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-01-21 23:38:51 +0000 |
commit | 13cd6135cdb50d897441dfa4d1572311632ab924 (patch) | |
tree | b8199a71f5cd92223b7b83c12ea28bcda072167e /railties | |
parent | fab2fd6398292e6ff16cc234021673e9852a150a (diff) | |
download | rails-13cd6135cdb50d897441dfa4d1572311632ab924.tar.gz rails-13cd6135cdb50d897441dfa4d1572311632ab924.tar.bz2 rails-13cd6135cdb50d897441dfa4d1572311632ab924.zip |
Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet (closes #3433) [tom@craz8.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3455 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 1a38c3c0ef..f4b78a5927 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that static requests could unlock the mutex guarding dynamic requests in the WEBrick servlet #3433 [tom@craz8.com] + * Fixed documentation tasks to work with Rake 0.7.0 #3563 [kazuhiko@fdiary.net] * Update to Prototype 1.5.0_pre0 [Sam Stephenson] |