File s3fs.changes of Package s3fs
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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