diff --git a/aws-c-io.changes b/aws-c-io.changes index 4fa1548..21d50fa 100644 --- a/aws-c-io.changes +++ b/aws-c-io.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 11 13:25:36 UTC 2022 - John Paul Adrian Glaubitz + +- 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 diff --git a/aws-c-io.spec b/aws-c-io.spec index a7e1e32..716417b 100644 --- a/aws-c-io.spec +++ b/aws-c-io.spec @@ -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 diff --git a/v0.11.0.tar.gz b/v0.11.0.tar.gz deleted file mode 100644 index cc71236..0000000 --- a/v0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd8fdcae6dcab2c91f699369220230f4973fd9c7dbda569c42326c8ead073be7 -size 653973 diff --git a/v0.11.2.tar.gz b/v0.11.2.tar.gz new file mode 100644 index 0000000..e4ecd9c --- /dev/null +++ b/v0.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60270d23b6e2f4a5d80e64ca6538ba114cd6044b53752964c940f87e59bf0d9 +size 655691