Changelog for
ruby2.1-rubygem-paperclip-testsuite-5.1.0-1.2.x86_64.rpm :
Sat Aug 20 14:00:00 2016 cooloAATTsuse.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 14:00:00 2016 cooloAATTsuse.com
- updated to version 5.0.0
see installed NEWS
Mon Mar 14 13:00:00 2016 cooloAATTsuse.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 13:00:00 2016 cooloAATTsuse.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 13:00:00 2016 cooloAATTsuse.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 13:00:00 2015 cooloAATTsuse.com
- updated to version 4.3.2
see installed NEWS
4.3.2 (11/18/2015):
* Performance: Reduce memory allocations (#2056)
Fri Sep 11 14:00:00 2015 cooloAATTsuse.com
- updated to version 4.3.1
see installed NEWS
Fri Jun 19 14:00:00 2015 cooloAATTsuse.com
- updated to version 4.3.0
see installed NEWS
Sat Jun 6 14:00:00 2015 cooloAATTsuse.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 13:00:00 2015 cooloAATTsuse.com
- updated to version 4.2.1
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun Feb 23 13:00:00 2014 cooloAATTsuse.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 13:00:00 2014 cooloAATTsuse.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 13:00:00 2013 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.3.1
Bug fix: Moved Filesystem\'s copy_to_local_file to the right place.
Wed Oct 31 13:00:00 2012 cooloAATTsuse.com
- updated to version 3.3.0, no changelog
Sun Sep 23 14:00:00 2012 cooloAATTsuse.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 13:00:00 2011 jreidingerAATTsuse.com
- update to 2.4.5
- fix dependencies as paperclip support also rails3
Fri Apr 8 14:00:00 2011 mrueckertAATTsuse.de
- update to version 2.3.10
- split out testsuite and docs
- fix license
Mon Jun 14 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.3.3
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Mon Dec 21 13:00:00 2009 prusnakAATTsuse.cz
- created package