diff --git a/aws-c-io.changes b/aws-c-io.changes index 5ad5b57..ea1e563 100644 --- a/aws-c-io.changes +++ b/aws-c-io.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Sep 2 09:36:09 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 0.13.3 + * Fix for heap access violation by @TwistedTwigleg in (#513) +- from version 0.13.2 + * Fallback for target load by @TingDaoK in (#511) +- from version 0.13.1 + * Clang windows by @bretambrose in (#504) + * ALPN availability check function now properly checks + for Windows 8.1 and above by @HolyZsiraf in (#502) + * VerifyVersionInfo doesn't behave like you'd expect + by @bretambrose in (#505) + * Tolerate s2n_init() being called before aws_io_library_init() + by @graebm in (#508) + ------------------------------------------------------------------- Mon Aug 8 09:24:58 UTC 2022 - John Paul Adrian Glaubitz diff --git a/aws-c-io.spec b/aws-c-io.spec index e5abe87..2e0a479 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.13.0 +Version: 0.13.3 Release: 0 Summary: I/O and TLS package AWS SDK for C License: Apache-2.0 diff --git a/v0.13.0.tar.gz b/v0.13.0.tar.gz deleted file mode 100644 index ad479a7..0000000 --- a/v0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46015cb3673011539bd457c1095eea2dd3eb4115aee3e86e552d3b4aa4b96b9e -size 659537 diff --git a/v0.13.3.tar.gz b/v0.13.3.tar.gz new file mode 100644 index 0000000..c8f7e2a --- /dev/null +++ b/v0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489d5eff888dfe762c5290c7cdc4e4ea88ccbfd0c848098673d1daeb359e8145 +size 659979