This repository was archived by the owner on Jul 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1- master:
2-
3- * Improvement: Better handling of the content-disposition header. Now supports file name that is either
4- enclosed or not in double quotes and is case insensitive as per RC6266 grammar
5- * Improvement: Files without an extension will now be checked for spoofing attempts
6- * Change database column type of attachment file size from unsigned 4-byte
7- `integer` to unsigned 8-byte `bigint`. The former type limits attachment
8- size to just over 2GB, which can easily be exceeded by a large video file.
1+ 6.1.0 (2018-07-27):
2+
3+ * BUGFIX: Don't double-encode URLs (Roderick Monje).
4+ * BUGFIX: Only use the content_type when it exists (Jean-Philippe Doyle).
5+ * STABILITY: Better handling of the content-disposition header. Now supports
6+ file name that is either enclosed or not in double quotes and is case
7+ insensitive as per RC6266 grammar (Hasan Kumar, Yves Riel).
8+ * STABILITY: Change database column type of attachment file size from unsigned 4-byte
9+ `integer` to unsigned 8-byte `bigint`. The former type limits attachment size
10+ to just over 2GB, which can easily be exceeded by a large video file (Laurent
11+ Arnoud, Alen Zamanyan).
12+ * STABILITY: Better error message when thumbnail processing errors (Hayden Ball).
13+ * STABILITY: Fix file linking issues around Windows (Akihiko Odaki).
14+ * STABILITY: Files without an extension will now be checked for spoofing attempts
15+ (George Walters II).
16+ * STABILITY: Manually close Tempfiles when we are done with them (Erkki Eilonen).
917
10186.0.0 (2018-03-09):
1119
Original file line number Diff line number Diff line change 11module Paperclip
22 unless defined? ( Paperclip ::VERSION )
3- VERSION = "6.0 .0" . freeze
3+ VERSION = "6.1 .0" . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments