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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user