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

Commit acbb03f

Browse files
author
Mike Burns
committed
Bump 6.1.0 [ci skip]
1 parent ee144c6 commit acbb03f

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

NEWS

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
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

1018
6.0.0 (2018-03-09):
1119

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Paperclip
22
unless defined?(Paperclip::VERSION)
3-
VERSION = "6.0.0".freeze
3+
VERSION = "6.1.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)