Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
acbb03f7
Commit
acbb03f7
authored
Jul 27, 2018
by
Mike Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump 6.1.0 [ci skip]
parent
ee144c6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
NEWS
+16
-8
lib/paperclip/version.rb
+1
-1
No files found.
NEWS
View file @
acbb03f7
master:
* Improvement: Better handling of the content-disposition header. Now supports file name that is either
enclosed or not in double quotes and is case insensitive as per RC6266 grammar
* Improvement: Files without an extension will now be checked for spoofing attempts
* Change database column type of attachment file size from unsigned 4-byte
`integer` to unsigned 8-byte `bigint`. The former type limits attachment
size to just over 2GB, which can easily be exceeded by a large video file.
6.1.0 (2018-07-27):
* BUGFIX: Don't double-encode URLs (Roderick Monje).
* BUGFIX: Only use the content_type when it exists (Jean-Philippe Doyle).
* STABILITY: Better handling of the content-disposition header. Now supports
file name that is either enclosed or not in double quotes and is case
insensitive as per RC6266 grammar (Hasan Kumar, Yves Riel).
* STABILITY: Change database column type of attachment file size from unsigned 4-byte
`integer` to unsigned 8-byte `bigint`. The former type limits attachment size
to just over 2GB, which can easily be exceeded by a large video file (Laurent
Arnoud, Alen Zamanyan).
* STABILITY: Better error message when thumbnail processing errors (Hayden Ball).
* STABILITY: Fix file linking issues around Windows (Akihiko Odaki).
* STABILITY: Files without an extension will now be checked for spoofing attempts
(George Walters II).
* STABILITY: Manually close Tempfiles when we are done with them (Erkki Eilonen).
6.0.0 (2018-03-09):
...
...
lib/paperclip/version.rb
View file @
acbb03f7
module
Paperclip
unless
defined?
(
Paperclip
::
VERSION
)
VERSION
=
"6.
0
.0"
.
freeze
VERSION
=
"6.
1
.0"
.
freeze
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment