forked from pool/aws-c-s3
Accepting request 1008195 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.1.49 * Flow-control for multipart downloads by @graebm in (#213) - from version 0.1.48 * Fix race condition with aws_s3_endpoint acquire/release by @graebm in (#209) - from version 0.1.47 * Don't cover the error code with retry failure by @TingDaoK in (#207) * s3_endpoint: log ID of new connection_manager instead of nil by @grrtrr in (#201) * Expose additional configuration options for Http connection manager by @waahm7 in (#204) OBS-URL: https://build.opensuse.org/request/show/1008195 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-s3?expand=0&rev=5
This commit is contained in:
parent
f158d5bac1
commit
578fe04a51
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 11:55:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.1.49
|
||||
* Flow-control for multipart downloads by @graebm in (#213)
|
||||
- from version 0.1.48
|
||||
* Fix race condition with aws_s3_endpoint acquire/release by @graebm in (#209)
|
||||
- from version 0.1.47
|
||||
* Don't cover the error code with retry failure by @TingDaoK in (#207)
|
||||
* s3_endpoint: log ID of new connection_manager instead
|
||||
of nil by @grrtrr in (#201)
|
||||
* Expose additional configuration options for Http
|
||||
connection manager by @waahm7 in (#204)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 07:07:33 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 0unstable
|
||||
Name: aws-c-s3
|
||||
Version: 0.1.46
|
||||
Version: 0.1.49
|
||||
Release: 0
|
||||
Summary: AWS Cross-Platform, C99 wrapper for cryptography primitives
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64f197baf1d43fdb76a22eb0a9d37184dd59f693e97750c66f6057d91a4c37a5
|
||||
size 172530
|
3
v0.1.49.tar.gz
Normal file
3
v0.1.49.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71acbba41a02477a6c352172da561bc2138bf239b936490c773d7aaa83afc9ab
|
||||
size 178460
|
Loading…
Reference in New Issue
Block a user