SHA256
8
0
forked from pool/aws-c-io

Accepting request 1000852 from home:glaubitz:branches:devel:libraries:c_c++

- 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)

OBS-URL: https://build.opensuse.org/request/show/1000852
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=18
This commit is contained in:
2022-09-06 06:07:09 +00:00
committed by Git OBS Bridge
parent 249f8a11e3
commit c16bced5a7
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Sep 2 09:36:09 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>