aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-18 05:17:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-18 05:17:18 +0000
commit92473b8f961218284340f4d045ba8fe3cbd694b1 (patch)
treef77a3400cecb5e5b3bbdce6bff8b4c1c18cdbb7e /actionpack/CHANGELOG
parent959707bfb62108fe9924ed4fefd6f3458972493a (diff)
downloadrails-92473b8f961218284340f4d045ba8fe3cbd694b1.tar.gz
rails-92473b8f961218284340f4d045ba8fe3cbd694b1.tar.bz2
rails-92473b8f961218284340f4d045ba8fe3cbd694b1.zip
Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@nerim.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1450 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index d06a89af90..34011c66d5 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,8 +1,8 @@
*SVN*
-* Correct distance_of_time_in_words for integer arguments and make the second ar
-g optional, treating the first arg as a duration in seconds. #1458 [madrobby <t
-homas@fesch.at>]
+* Fixed relative urls support for lighttpd #1048 [Nicholas Seckar/maznawak@nerim.net]
+
+* Correct distance_of_time_in_words for integer arguments and make the second arg optional, treating the first arg as a duration in seconds. #1458 [madrobby <thomas@fesch.at>]
* Fixed query parser to deal gracefully with equal signs inside keys and values #1345 [gorou].
Example: /?sig=abcdef=:foobar=&x=y will pass now.