8
0

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

- Update to version 0.4.2
  * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#111)
- from version 0.4.1
  * Fix Variable Len Headers with Empty Value by @waahm7 in (#108)
- from version 0.4.0
  * Added workflow for handling answerable discussions by @yasminetalby in (#105)
  * Change port from uint16_t to uint32_t to support VSOCK by @graebm in (#109)

OBS-URL: https://build.opensuse.org/request/show/1147625
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=25
This commit is contained in:
2024-02-21 10:14:21 +00:00
committed by Git OBS Bridge
parent 9923240ba0
commit aeb01f54fd
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 19 15:45:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.4.2
* Fix a bunch of places we forget to aws_raise_error() by @graebm in (#111)
- from version 0.4.1
* Fix Variable Len Headers with Empty Value by @waahm7 in (#108)
- from version 0.4.0
* Added workflow for handling answerable discussions by @yasminetalby in (#105)
* Change port from uint16_t to uint32_t to support VSOCK by @graebm in (#109)
-------------------------------------------------------------------
Fri Aug 25 12:20:29 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>