aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-06 16:36:10 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-06 16:36:10 +0000
commit9a8d583a910f81bc9241ed19abc6e01b4728a766 (patch)
treef24ca7296351849138470d1d6ca78704e707eb40 /actionpack/CHANGELOG
parentfdc767d4477ff94c6a8dea94905b100c8d8fcd12 (diff)
downloadrails-9a8d583a910f81bc9241ed19abc6e01b4728a766.tar.gz
rails-9a8d583a910f81bc9241ed19abc6e01b4728a766.tar.bz2
rails-9a8d583a910f81bc9241ed19abc6e01b4728a766.zip
Fixed that ActionController::CgiRequest#host_with_port() should handle standard port (closes #10082) [moro]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8088 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ebbb6f94de..62feda696b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that ActionController::CgiRequest#host_with_port() should handle standard port #10082 [moro]
+
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby]
* Expose the cookie jar as a helper method (before the view would just get the raw cookie hash) [DHH]