diff --git a/aws-c-io.changes b/aws-c-io.changes index 8f72169..186aa56 100644 --- a/aws-c-io.changes +++ b/aws-c-io.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Jun 10 11:03:51 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 0.10.2 + + iOS fix + * Removed call to sanitize pems on iOS (#391) +- from version 0.10.1 + + Fix Windows verify_peer = false issue in client mode + * Previously on Windows, we were not properly translating "verify_peer = false" + into a secure channel configuration that would actually skip peer verification + in client mode. We were always verifying the certificate no matter what the + setting's value. +- from version 0.10.0 + + All uses of aws_off_t replaced with int64_t + * CHANGE: All uses of aws_off_t replaced with int64_t. aws_off_t used to be 32 or + 64 bits, depending on a project's compiler flags. This was leading to bugs when + projects had different flags. Now in64_t is used instead. Beginning in aws-c-common + v0.6.0, aws_off_t is simply a typedef for int64_t, so hopefully this change is painless + for consumers. +- from version 0.9.14 + + Windows warnings + * Fix some Windows compile warnings that are not currently being caught by local CI and + only showing up in the publishing pipeline +- from version 0.9.13 + + Improve SNI validation, socket read error checking + * On Windows, properly do SNI and server cert chain verification when the + root CA has been overridden + * On Posix systems, check socket read error before making any potential log + calls which could overwrite the error info via internal sys calls + ------------------------------------------------------------------- Fri May 14 12:05:24 UTC 2021 - John Paul Adrian Glaubitz diff --git a/aws-c-io.spec b/aws-c-io.spec index 8714fbf..841ca3a 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.9.12 +Version: 0.10.2 Release: 0 Summary: I/O and TLS package AWS SDK for C License: Apache-2.0 diff --git a/v0.10.2.tar.gz b/v0.10.2.tar.gz new file mode 100644 index 0000000..b96654d --- /dev/null +++ b/v0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0913ca50aae97a842d1aecd64e4d9c22ac55b49609b508ad991b1040a0ca56 +size 581070 diff --git a/v0.9.12.tar.gz b/v0.9.12.tar.gz deleted file mode 100644 index 0bd4e41..0000000 --- a/v0.9.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16b5d59882b0049330dd92d45465dd163a2f2f87087ce98c2934d513b50d8cf3 -size 578311