File s3fs.changes of Package s3fs.1681
-------------------------------------------------------------------
Mon Dec 7 13:27:52 UTC 2015 - rjschwei@suse.com
- Update to version 1.79 (bsc#958186)
+ Emit user-friendly log messages on failed CheckBucket requests
+ Remove stray chars from source files
+ Fix spelling errors
+ FreeBSD issue
+ Address clang always true warnings
+ Small gitignore fixes
+ url: handle scheme omission
+ Changed option processing to use strtol() to get a umask
+ Add simple unit tests for trim functions
+ CURL handles not properly initialized to use DNS or SSL session caching
+ Optimized function "bool directory_empty()"
+ Remove prefix option in s3fs man page - issue#87
+ fix rename before close
+ Supported signature version 4
+ Added new mp_umask option about issue#107, pr#110
+ Fallback to v2 signatures correctly.
+ refactor integration tests create/cleanup file
+ Test ls
+ Use S3Proxy to run integration tests
+ Include Content-Type in complete MPU V2 signature
+ Correct V4 signature for initiate multipart upload
+ Small fixes to integration tests
+ Add test for multi-part upload
+ Fixed bugs, not turn use_cache off and ty to load to end - issue#97
+ Fixed a bug no use_cache case about fixed #138 - issue#141
+ Add Travis configuration
+ add exit handler to cleanup on failures
+ Use S3Proxy 1.4.0-SNAPSHOT
+ Fixed a bug not handling fsync - #145
+ Fixed url-encoding for ampersand etc on sigv4 - Improvement/#149
+ Fixed a bug: unable to mount bucket subdirectory
+ Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue#126
+ Upgrade to S3Proxy 1.4.0
+ send the correct Host header when using -o url
+ Auth v4 refactor
+ Increased default connecting/reading/writing timeout value
+ switch to use region specific endpoints to compute correct v4 signature
+ Reviewed and fixed response codes print in curl.cpp - #157
+ Support buckets with mixed-case names
+ Run integration tests via Travis
+ configure.ac: detect target, if target is darwin (OSX), then #176
+ Add .mailmap
+ Update .gitignore
+ Add usage information for multipart_size
+ Correct obvious typos in usage and README
+ Add a no_check_certificate option.
+ Tilda in a file-name breaks things (EPERM)
+ Disasble integration tests for Travis
+ Supported extended attributes(retry)
+ fixed fallback to sigv2 for bucket create and GCS
+ Specialize {set,get}xattr for OS X
+ Add integration test for xattr
+ Fixed a few small spelling issues.
-------------------------------------------------------------------
Wed Jan 14 13:36:03 UTC 2015 - rschweikert@suse.com
- Update to version 1.78
+ Password file with DOS format is not handled properly
+ Failed making signature
+ Moving a directory containing more than 1000 files truncates the directory
+ use_sse is ignored when creating new files
+ Support for SSE-C
+ Cannot find pkg-config when configured with any SSL backend except openssl
+ enable_content_md5 Input/output error
+ s3fs -u should return 0 if there are no lost multiparts
+ empty file is written to s3
+ s3fs crashes with segfault
+ Fix typos in docs for max_stat_cache_size
+ curl ssl problems
+ Address signedness warning in FdCache::Init
+ du shows incorrect usage stats
+ version in configure.ac is 1.74 for release 1.75
+ Using %20 instead of the plus (+) sign for encoding spaces
+ Fixed local timezone was incorrectly being applied to IAM and
Last-Modified dates.
+ Fix compilation error on MacOSX with missing const
- From 1.77
+ enable_content_md5 Input/output error
+ s3fs -u should return 0 if there are no lost multiparts
+ empty file is written to s3
+ s3fs crashes with segfault
+ Fix typos in docs for max_stat_cache_size
+ curl ssl problems
+ Address signedness warning in FdCache::Init
- From 1.76
+ du shows incorrect usage stats
+ version in configure.ac is 1.74 for release 1.75
- From 1.75
+ Using %20 instead of the plus (+) sign for encoding spaces
+ Fixed local timezone was incorrectly being applied to IAM and
Last-Modified dates.
+ Fix compilation error on MacOSX with missing const
-------------------------------------------------------------------
Thu Jan 23 14:06:17 UTC 2014 - rschweikert@suse.com
- Add to SLE FATE #316010
-------------------------------------------------------------------
Sat Jan 18 11:47:23 UTC 2014 - rschweikert@suse.com
- Update to version 1.74
+ Fixed bugs
- Fixed wrong printf format.
- Fixed a bug at changing umask.
- Fixed a bug at changing utimens.
- When changing object size, could not update stat cache.
- Fixed some memory leak.
- Fixed a bug about ftruncate(Issue 371).
- Fixed a bug about multipart post request(Issue 371).
- Fixed a bug about multipart post/head retrying(Issue 389).
- Fixed public_bucket option bug
- Fixed file size over flow on 32bit OS
+ Changed codes
- Calling curl_global_init function once.
- Adds dynamic lock callback for OpenSSL.
- Checking strict for s3fs command parameters.
- Caches SSL session.
- Changes parallel count 500 to 20 for multipart head req.
- Adds --enable-nss-init configure option.
- Changes updating timing for object cache(Issue 368).
- Changes level for some debugging codes.
- Adds casting for curl_ott_t variables.
- Adds IAM role option.
- Adds function on utility mode for removing failed multipart req.
-------------------------------------------------------------------
Tue Aug 27 22:02:40 UTC 2013 - rschweikert@suse.com
- Initial build