diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-16 10:20:36 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-16 10:20:36 -0700 |
commit | 5f844d6cc6b2c8ee54d8bfcd00b18d411f406c93 (patch) | |
tree | fdd408aee29bd9e7a5c4ac3c36430e54c1d0e286 /actionpack/CHANGELOG.md | |
parent | 6a185aa0a849ec7cd8d9536124505f668db11db5 (diff) | |
parent | 538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2 (diff) | |
download | rails-5f844d6cc6b2c8ee54d8bfcd00b18d411f406c93.tar.gz rails-5f844d6cc6b2c8ee54d8bfcd00b18d411f406c93.tar.bz2 rails-5f844d6cc6b2c8ee54d8bfcd00b18d411f406c93.zip |
Merge branch '3-2-sec' into 3-2-stable
* 3-2-sec:
updating changelogs
bumping to 3.2.15
bumping to rc3
Revert "Merge pull request #12413 from arthurnn/inverse_of_on_build"
Revert "Merge pull request #12443 from arthurnn/add_inverse_of_add_target"
bumping to rc2
Merge pull request #12443 from arthurnn/add_inverse_of_add_target
bumping version to 3.2.15.rc1
Remove the use of String#% when formatting durations in log messages
Conflicts:
activerecord/CHANGELOG.md
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 31136d91b3..ca2a14535c 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased ## +## Rails 3.2.15 (Oct 16, 2013) ## * Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are set. |