forked from pool/aws-c-io
Accepting request 988389 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.11.2
* Adds a channel task scheduling API that always uses the cross-thread
task queue. This API guarantees serialized order-of-submission is
order-of-execution. The default API does not guarantee this because
tasks submitted on the event loop thread may jump ahead of tasks
already in the cross-thread queue.
- from version 0.11.1
* Fix error codes reported by windows sockets. by @graebm in (#489)
* New: aws_socket_get_bound_address() by @graebm in (#491)
OBS-URL: https://build.opensuse.org/request/show/988389
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 13:25:36 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.11.2
|
||||
* Adds a channel task scheduling API that always uses the cross-thread
|
||||
task queue. This API guarantees serialized order-of-submission is
|
||||
order-of-execution. The default API does not guarantee this because
|
||||
tasks submitted on the event loop thread may jump ahead of tasks
|
||||
already in the cross-thread queue.
|
||||
- from version 0.11.1
|
||||
* Fix error codes reported by windows sockets. by @graebm in (#489)
|
||||
* New: aws_socket_get_bound_address() by @graebm in (#491)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 13:52:40 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 0unstable
|
||||
Name: aws-c-io
|
||||
Version: 0.11.0
|
||||
Version: 0.11.2
|
||||
Release: 0
|
||||
Summary: I/O and TLS package AWS SDK for C
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd8fdcae6dcab2c91f699369220230f4973fd9c7dbda569c42326c8ead073be7
|
||||
size 653973
|
||||
3
v0.11.2.tar.gz
Normal file
3
v0.11.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b60270d23b6e2f4a5d80e64ca6538ba114cd6044b53752964c940f87e59bf0d9
|
||||
size 655691
|
||||
Reference in New Issue
Block a user