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

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

- Update to version 0.14.9
  * Fix tests that require a valid cert to use add_net_test_case
    by @waahm7 in (#637)
  * Fix signed/unsigned bug with aws_future_wait() timeout value
    by @graebm in (#638)
  * Adds Host Resolver IPv6 variations test by @waahm7 in (#639)
  * Fix bug where last few bytes on socket go unread
    by @graebm in (#642)

OBS-URL: https://build.opensuse.org/request/show/1178687
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=58
This commit is contained in:
2024-06-06 07:00:11 +00:00
committed by Git OBS Bridge
parent 90c7bd081a
commit 54e94d8e99
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 5 08:50:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.14.9
* Fix tests that require a valid cert to use add_net_test_case
by @waahm7 in (#637)
* Fix signed/unsigned bug with aws_future_wait() timeout value
by @graebm in (#638)
* Adds Host Resolver IPv6 variations test by @waahm7 in (#639)
* Fix bug where last few bytes on socket go unread
by @graebm in (#642)
-------------------------------------------------------------------
Mon May 13 09:16:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>