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

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

- Update to version 0.7.6
  * Skip local server setup when tests are disabled by @graebm in (#429)
  * Remove sanitizer blacklist by @DmitriyMusatkin in (#432)
  * Throw better errors for h2 manual write instead
    of invalid state error by @waahm7 in (#430)
  * Handle connection close corner case by @TingDaoK in (#431)

OBS-URL: https://build.opensuse.org/request/show/1074156
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-http?expand=0&rev=19
This commit is contained in:
2023-03-24 12:19:16 +00:00
committed by Git OBS Bridge
parent fc5e1744e9
commit bdff3eebfb
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 24 11:42:59 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.7.6
* Skip local server setup when tests are disabled by @graebm in (#429)
* Remove sanitizer blacklist by @DmitriyMusatkin in (#432)
* Throw better errors for h2 manual write instead
of invalid state error by @waahm7 in (#430)
* Handle connection close corner case by @TingDaoK in (#431)
-------------------------------------------------------------------
Wed Mar 1 10:31:43 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>