aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-02-24 19:00:19 -0500
committerGitHub <noreply@github.com>2017-02-24 19:00:19 -0500
commit389c61780d3e9d7717b8eae11c4981de985681b2 (patch)
treee989ba88823b4011a35ff11687c05eecd18b638d /activesupport/CHANGELOG.md
parent87b2b6c5124732ff709b8e1900a99ba0a08f6982 (diff)
parent29c02709cd68a122c5db4f58ec0e901fe3d507cc (diff)
downloadrails-389c61780d3e9d7717b8eae11c4981de985681b2.tar.gz
rails-389c61780d3e9d7717b8eae11c4981de985681b2.tar.bz2
rails-389c61780d3e9d7717b8eae11c4981de985681b2.zip
Merge pull request #28158 from dylanahsmith/gzip-crc-check
Add missing gzip footer check in ActiveSupport::Gzip.decompress
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 0f43b1256f..bad83e0287 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 5.1.0.beta1 (February 23, 2017) ##
+* `ActiveSupport::Gzip.decompress` now checks checksum and length in footer.
+
+ *Dylan Thacker-Smith*
+
* Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.
*Adam Rice*