8
0
forked from pool/aws-crt-cpp

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

- Update to version 0.19.8
  * [Aws::Crt::Optional] avoid std::aligned_storage by @kedartal in (#462)
  * Fix ambiguity around InputStream::ReadImpl() errors by @graebm in (#468)
  * Alpine/Musl CI by @bretambrose in (#416)
  * Change #if _MSC_VER to #ifdef _MSC_VER by @graebm in (#473)

OBS-URL: https://build.opensuse.org/request/show/1069568
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-crt-cpp?expand=0&rev=15
This commit is contained in:
2023-03-07 14:54:54 +00:00
committed by Git OBS Bridge
parent 980f69cb28
commit a381ca51a9
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 6 09:43:37 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.19.8
* [Aws::Crt::Optional] avoid std::aligned_storage by @kedartal in (#462)
* Fix ambiguity around InputStream::ReadImpl() errors by @graebm in (#468)
* Alpine/Musl CI by @bretambrose in (#416)
* Change #if _MSC_VER to #ifdef _MSC_VER by @graebm in (#473)
-------------------------------------------------------------------
Mon Feb 6 13:59:44 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>