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

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

- Update to version 0.13.9
  * Update CI to fix downstream build by @waahm7 in (#525)
- from version 0.13.8
  * Fix C++ One Definition Rules (ODR) Violations by @graebm in (#528)
- from version 0.13.7
  * OSX ECC key support by @xiazhvera in (#524)
  * Fix aws_import_ecc_key_into_keychain debug by @waahm7 in (#526)
  * sprintf() -> snprintf() by @graebm in (#527)
  * Set thread names to help debugging by @graebm in (#519)

OBS-URL: https://build.opensuse.org/request/show/1035262
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=21
This commit is contained in:
2022-11-11 19:23:45 +00:00
committed by Git OBS Bridge
parent 67e6d40127
commit 56914f033e
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 11 13:16:45 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.13.9
* Update CI to fix downstream build by @waahm7 in (#525)
- from version 0.13.8
* Fix C++ One Definition Rules (ODR) Violations by @graebm in (#528)
- from version 0.13.7
* OSX ECC key support by @xiazhvera in (#524)
* Fix aws_import_ecc_key_into_keychain debug by @waahm7 in (#526)
* sprintf() -> snprintf() by @graebm in (#527)
* Set thread names to help debugging by @graebm in (#519)
-------------------------------------------------------------------
Tue Nov 1 12:44:12 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>