Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 175c91a

Browse files
committed
Merge pull request #2132 from jrectenwald/v4.3
update version to 4.3.6 [ci skip]
2 parents 18a427d + 31f50ba commit 175c91a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
* Bug Fix: megabytes of mime-types info in logs when a spoofed media type is detected.
1+
4.3.6 (3/13/2016):
2+
3+
* Bug Fix: When a spoofed media type is detected, megabytes of mime-types info are added to logs. See https://cwe.mitre.org/data/definitions/779.html.
24

35
4.3.5 (2/8/2016):
6+
47
* Bug Fix: Remove deprecation warnings for v5.0 for now. Will re-add once the version has landed.
58

69
4.3.4 (2/2/2016):
10+
711
* Bug Fix: Fix incompatible change from v4.3.3.
812

913
4.3.3 (1/29/2016):

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paperclip
2-
VERSION = "4.3.5" unless defined? Paperclip::VERSION
2+
VERSION = "4.3.6" unless defined? Paperclip::VERSION
33
end

0 commit comments

Comments
 (0)