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

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

- Update to version 0.13.21
  * Raise error message if macOS key import failed by @xiazhvera in (#558)
  * Get socket from handler by @TingDaoK in (#560)
  * Fix DNS starvation case by @bretambrose in (#562)
- from version 0.13.20
  * doc: Fix typo in readme by @codingspirit in (#554)
  * Skip PKCS#11 setup when tests are disabled by @graebm in (#557)
  * DNS Ping Proposal by @bretambrose in (#559)

OBS-URL: https://build.opensuse.org/request/show/1080310
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=30
This commit is contained in:
2023-04-19 12:55:10 +00:00
committed by Git OBS Bridge
parent 1559f6ede9
commit 88c3ad52c3
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 19 12:20:04 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.13.21
* Raise error message if macOS key import failed by @xiazhvera in (#558)
* Get socket from handler by @TingDaoK in (#560)
* Fix DNS starvation case by @bretambrose in (#562)
- from version 0.13.20
* doc: Fix typo in readme by @codingspirit in (#554)
* Skip PKCS#11 setup when tests are disabled by @graebm in (#557)
* DNS Ping Proposal by @bretambrose in (#559)
-------------------------------------------------------------------
Mon Mar 13 09:41:41 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>