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

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

- Update to version 0.8.1
  * Minor GitHub workflow changes by @kellertk in (#461)
  * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#462)
  * API to query http server listener endpoint by @bretambrose in (#463)

OBS-URL: https://build.opensuse.org/request/show/1147620
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-http?expand=0&rev=30
This commit is contained in:
2024-02-21 10:14:48 +00:00
committed by Git OBS Bridge
parent 10007613f2
commit c6cb56cc1a
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 19 15:24:29 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.1
* Minor GitHub workflow changes by @kellertk in (#461)
* Fix a bunch of places we forget to aws_raise_error() by @graebm in (#462)
* API to query http server listener endpoint by @bretambrose in (#463)
-------------------------------------------------------------------
Wed Jan 3 13:25:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>