diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-24 12:03:17 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-24 12:03:17 +0000 |
commit | 11404e17e3cb0ad6a80066d2219ce3db50af9b38 (patch) | |
tree | 39ee102f0653dfbf82761aa2c2a52a76241a8312 /actionpack/CHANGELOG | |
parent | 4fbc3e30eb800d938a0dd637316fa785c402b26b (diff) | |
download | rails-11404e17e3cb0ad6a80066d2219ce3db50af9b38.tar.gz rails-11404e17e3cb0ad6a80066d2219ce3db50af9b38.tar.bz2 rails-11404e17e3cb0ad6a80066d2219ce3db50af9b38.zip |
Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@789 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 0587481f60..5edbe387dc 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com] + * Added Base#render_to_string to parse a template and get the result back as a string #479 * Fixed that send_file/data can work even if render* has been called before in action processing to render the content of a file to be send for example #601 |