File rubygem-paperclip.changes of Package rubygem-paperclip

-------------------------------------------------------------------
Wed Sep  5 10:33:41 UTC 2018 - coolo@suse.com

- updated to version 6.1.0
 see installed NEWS

  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).

-------------------------------------------------------------------
Tue Mar 20 10:12:47 UTC 2018 - factory-auto@kulow.org

- updated to version 6.0.0
 see installed NEWS

  6.0.0 (2018-03-09):
  
  * Improvement: Depend only on `aws-sdk-s3` instead of `aws-sdk` (https://github.com/thoughtbot/paperclip/pull/2481)
  
  5.3.0 (2018-03-09):
  
  * Improvement: Use `FactoryBot` instead of `FactoryGirl` (https://github.com/thoughtbot/paperclip/pull/2501)
  * Improvement: README updates (https://github.com/thoughtbot/paperclip/pull/2411, https://github.com/thoughtbot/paperclip/pull/2433, https://github.com/thoughtbot/paperclip/pull/2374, https://github.com/thoughtbot/paperclip/pull/2417, https://github.com/thoughtbot/paperclip/pull/2536)
  * Improvement: Remove Ruby 2.4 deprecation warning (https://github.com/thoughtbot/paperclip/pull/2401)
  * Improvement: Rails 5 migration compatibility (https://github.com/thoughtbot/paperclip/pull/2470)
  * Improvement: Documentation around post processing (https://github.com/thoughtbot/paperclip/pull/2381)
  * Improvement: S3 hostname example documentation (https://github.com/thoughtbot/paperclip/pull/2379)
  * Bugfix: Allow paperclip to load in IRB (https://github.com/thoughtbot/paperclip/pull/2369)
  * Bugfix: MIME type detection (https://github.com/thoughtbot/paperclip/issues/2527)
  * Bugfix: Bad tempfile state after symlink failure (https://github.com/thoughtbot/paperclip/pull/2540)
  * Bugfix: Rewind file after Fog bucket creation (https://github.com/thoughtbot/paperclip/pull/2572)
  * Improvement: Use `Terrapin` instead of `Cocaine` (https://github.com/thoughtbot/paperclip/pull/2553)

-------------------------------------------------------------------
Thu Feb  8 06:18:44 UTC 2018 - coolo@suse.com

- updated to version 5.2.1
 see installed NEWS

-------------------------------------------------------------------
Sat Aug 20 04:36:32 UTC 2016 - coolo@suse.com

- updated to version 5.1.0
 see installed NEWS

  * Add default `content_type_detector` to `UploadedFileAdapter` (#2270)
  * Default S3 protocol to empty string (#2038)
  * Don't write original file if it wasn't reprocessed (#1993)
  * Disallow trailing newlines in regular expressions (#2266)
  * Support for readbyte in Paperclip attachments (#2034)
  * (port from 4.3) Uri io adapter uses the content-disposition filename (#2250)
  * General refactors and documentation improvements

-------------------------------------------------------------------
Sat Jul  2 05:02:42 UTC 2016 - coolo@suse.com

- updated to version 5.0.0
 see installed NEWS

-------------------------------------------------------------------
Mon Mar 14 05:32:28 UTC 2016 - coolo@suse.com

- updated to version 4.3.6
 see installed NEWS

  4.3.6 (3/13/2016):
  
  * 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.

-------------------------------------------------------------------
Tue Feb  9 05:29:53 UTC 2016 - coolo@suse.com

- updated to version 4.3.5
 see installed NEWS

  4.3.5 (2/8/2016):
  * Bug Fix: Remove deprecation warnings for v5.0 for now. Will re-add once the version has landed.
  
  4.3.4 (2/2/2016):
  * Bug Fix: Fix incompatible change from v4.3.3.

-------------------------------------------------------------------
Sat Jan 30 05:33:59 UTC 2016 - coolo@suse.com

- updated to version 4.3.3
 see installed NEWS

  4.3.3 (1/29/2016):
  
  *Improvement: Add deprecation warnings in preparation for release of v5.0

-------------------------------------------------------------------
Thu Nov 19 05:40:25 UTC 2015 - coolo@suse.com

- updated to version 4.3.2
 see installed NEWS

  4.3.2 (11/18/2015):
  
  * Performance: Reduce memory allocations (#2056)

-------------------------------------------------------------------
Fri Sep 11 04:29:41 UTC 2015 - coolo@suse.com

- updated to version 4.3.1
 see installed NEWS

-------------------------------------------------------------------
Fri Jun 19 04:31:26 UTC 2015 - coolo@suse.com

- updated to version 4.3.0
 see installed NEWS

-------------------------------------------------------------------
Sat Jun  6 04:35:51 UTC 2015 - coolo@suse.com

- updated to version 4.2.2
 see installed NEWS

  New in 4.2.2:
  
  * Security fix: Fix a potential security issue with spoofing

-------------------------------------------------------------------
Tue Feb 10 18:11:52 UTC 2015 - coolo@suse.com

- updated to version 4.2.1

-------------------------------------------------------------------
Mon Oct 13 18:31:39 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Sun Feb 23 09:24:47 UTC 2014 - coolo@suse.com

- updated to version 4.1.1
 * Improvement: Add defauly translations for spoof validation
 * Bug Fix: Don't check for spoofs if the file hasn't changed
 * Bug Fix: Callback chain terminator is different in Rails 4.1, remove warnings
 * Improvement: Fixed various Ruby warnings
 * Bug Fix: Give bundler a hint, so it doesn't run forever on a fresh bundle
 * Improvement: Documentation fixes
 * Improvement: Allow travis-ci to finish-fast
 
 
 New in 4.1.0:
 
 * Improvement: Add :content_type_mappings to correct for missing spoof types
 * Improvement: Credit Egor Homakov with discovering the content_type spoof bug
 * Improvement: Memoize calls to identify in the thumbnail processor
 * Improvement: Make MIME type optional for Data URIs.
 * Improvement: Add default format for styles

-------------------------------------------------------------------
Thu Feb  6 18:00:11 UTC 2014 - coolo@suse.com

- updated to version 4.0.0
 * Security: Attachments are checked to make sure they're not pulling a fast one.
 * Security: It is now *enforced* that every attachment has a file/mime validation.
 * Bug Fix: Removed a call to IOAdapter#close that was causing issues.
 * Improvement: Added bullets to the 3.5.3 list of changes. Very important.
 * Improcement: Updated the copyright to 2014
 
 New in 3.5.3:
 
 * Improvement: After three long, hard years... we know how to upgrade
 * Bug Fix: #expiring_url returns 'missing' urls if nothing is attached
 * Improvement: Lots of documentation fixes
 * Improvement: Lots of fixes for Ruby warnings
 * Improvement: Test the most appropriate Ruby/Rails comobinations on Travis
 * Improvement: Delegate more IO methods through IOAdapters
 * Improvement: Remove Rails 4 deprecations
 * Improvement: Both S3's and Fog's #expiring_url can take a Time or Int
 * Bug Fix: Both S3's and Fog's expiring_url respect style when missing the file
 * Bug Fix: Timefiles will have a reasonable-length name. They're all MD5 hashes now
 * Bug Fix: Don't delete files off S3 when reprocessing due to AWS inconsistencies
 * Bug Fix: "swallow_stream" isn't thread dafe. Use :swallow_stderr
 * Improvement: Regexps use \A and \Z instead of ^ and $
 * Improvement: :s3_credentials can take a lambda as an argument
 * Improvement: Search up the class heirarchy for attachments
 * Improvement: deep_merge options instead of regular merge
 * Bug Fix: Prevent file deletion on transaction rollback
 * Test Improvement: Ensure more files are properly closed during tests
 * Test Bug Fix: Return the gemfile's syntax to normal

-------------------------------------------------------------------
Thu Oct 31 05:54:42 UTC 2013 - coolo@suse.com

- updated to version 3.5.2
 * Security: Force cocaine to at least 0.5.3 to include a security fix
 * Improvement: Fixed some README exmaples
 * Feature: Added HTTP URL Proxy Adapter, can assign string URLs as attachments
 * Improvement: Put validation errors on the base attribute and the sub-attribute

-------------------------------------------------------------------
Thu Aug  1 05:03:20 UTC 2013 - coolo@suse.com

- updated to version 3.5.1
 * Bug Fix: Returned the class-level `attachment_definitions` method for compatability.
 * Improvement: Ensured compatability with Rails 4
 * Improvement: Added Rails 4 to the Appraisals
 * Bug Fix: #1296, where validations were generating errors
 * Improvement: Specify MIT license in the gemspec

-------------------------------------------------------------------
Tue Jul 30 18:46:56 UTC 2013 - coolo@suse.com

- updated to version 3.5.0
 * Feature: Handle Base64-encoded data URIs as uploads
 * Feature: Add a FilenameCleaner class to allow custom filename sanitation
 * Improvement: Satisfied Mocha deprecation warnings
 * Bug Fix: Allow empty string to be submitted and ignored, as some forms do this
 * Improvement: Make #expiring_url behavior consistent with #url
 * Bug Fix: "Validate" attachments without invoking AR's validations
 * Improvement: Various refactorings for a cleaner codebase
 * Improvement: Be agnostic, use ActiveModel when appropriate
 * Improvement: Add validation errors to the base attachment attribute
 * Improvement: Handle errors in rake tasks
 * Improvement: Largely refactor has_attached_file into a new class
 * Improvement: Added Ruby 2.0.0 as a supported platform and removed 1.8.7
 * Improvement: Fixed some incompatabilities in the test suite
 
-------------------------------------------------------------------
Fri May 24 07:20:45 UTC 2013 - coolo@suse.com

- updated to version 3.4.2
 * Improvement: Use https for Gemfile urls
 * Improvement: Updated and more correct documentation
 * Improvement: Use the -optimize flag on animated GIFs
 * Improvement: Remove the Gemfile.lock
 * Improvement: Add #expiring_url as an alias for #url until the storage defines it
 * Improvement: Remove path clash checking, as it's unnecessary
 * Bug Fix: Do not rely on checking version numbers for aws-sdk

-------------------------------------------------------------------
Sun Apr 14 08:26:46 UTC 2013 - coolo@suse.com

- updated to version 3.4.1
 * Improvement: Various documentation fixes and improvements
 * Bug Fix: Clearing an attachment with `perserve_files` on should still clear the attachment
 * Bug Fix: Instances are #changed? when a new file is assigned
 * Bug Fix: Correctly deal with S3 styles when using a lambda
 * Improvement: Accept and pass :credential_provider option to AWS-SDK
 * Bug Fix: Sanitize original_filename more correctly in IO Adapters
 * Improvement: s3_host_name can be a lambda
 * Improvement: Cache some interpolations for speed
 * Improvement: Update to latest cocaine
 * Improvement: Update copyrights, various typos

-------------------------------------------------------------------
Tue Dec 25 10:17:20 UTC 2012 - coolo@suse.com

- updated to version 3.4.0
 * Bug Fix: Allow UploadedFileAdapter to force the use of `file`
 * Bug Fix: Close the file handle when dealing with URIs
 * Bug Fix: Ensure files are closed for writing when we're done.
 * Bug Fix: Fixed 'type' being nil on Windows 7 error.
 * Bug Fix: Fixed nil access when no s3 headers are defined
 * Bug Fix: Fixes auto_orientation
 * Bug Fix: Prevent a missing method error when switching from aws_sdk to fog
 * Bug Fix: Properly fail to process invalid attachments
 * Bug Fix: Server-side encryption is specified correctly
 * Bug Fix: fog_public returned to true by default
 * Bug Fix: Check attachment paths for duplicates, not URLs
 * Feature: Add Attachment#blank?
 * Feature: Add support for blacklisting certain content_types
 * Feature: Add support for style-specific s3 headers and meta data
 * Feature: Allow only_process to be a lambda
 * Feature: Allow setting of escape url as a default option
 * Feature: Create :override_file_permissions option for filesystem attachments
 * Improvement: Add Attachment#as_json
 * Improvement: Evaluate lambdas for fog_file properties
 * Improvement: Extract geometry parsing into factories
 * Improvement: Fixed various typos
 * Improvement: Refactored some tests
 * Improvement: Reuse S3 connections

-------------------------------------------------------------------
Fri Nov  2 19:28:51 UTC 2012 - coolo@suse.com

- updated to version 3.3.1
  Bug fix: Moved Filesystem's copy_to_local_file to the right place.

-------------------------------------------------------------------
Wed Oct 31 08:17:33 UTC 2012 - coolo@suse.com

- updated to version 3.3.0, no changelog

-------------------------------------------------------------------
Sun Sep 23 19:32:57 UTC 2012 - coolo@suse.com

- updated to version 3.2.0
 * Bug fix: Use the new correct Amazon S3 encryption header.
 * Bug fix: The rake task respects the updated_at column.
 * Bug fix: Strip newline from content type.
 * Feature: Fog file visibility can be specified per style.
 * Feature: Autonatically rotate images.
 * Feature: Reduce class-oriented programming of the attachment definitions.

-------------------------------------------------------------------
Fri Dec  9 09:59:32 UTC 2011 - jreidinger@suse.com

- update to 2.4.5
- fix dependencies as paperclip support also rails3

-------------------------------------------------------------------
Fri Apr  8 10:40:57 UTC 2011 - mrueckert@suse.de

- update to version 2.3.10
- split out testsuite and docs
- fix license

-------------------------------------------------------------------
Mon Jun 14 14:14:04 UTC 2010 - mrueckert@suse.de

- update to version 2.3.3

-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de

- use rubygems_requires macro

-------------------------------------------------------------------
Mon Dec 21 19:03:06 UTC 2009 - prusnak@suse.cz

- created package

openSUSE Build Service is sponsored by