diff --git a/aws-c-event-stream.changes b/aws-c-event-stream.changes index faa9337..173f596 100644 --- a/aws-c-event-stream.changes +++ b/aws-c-event-stream.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 19 15:45:39 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/aws-c-event-stream.spec b/aws-c-event-stream.spec index 854f6bd..a4f905e 100644 --- a/aws-c-event-stream.spec +++ b/aws-c-event-stream.spec @@ -1,7 +1,7 @@ # # spec file for package aws-c-event-stream # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define library_version 1.0.0 %define library_soversion 1 Name: aws-c-event-stream -Version: 0.3.2 +Version: 0.4.2 Release: 0 Summary: C99 implementation of the vnd.amazon.eventstream content-type License: Apache-2.0 diff --git a/v0.3.2.tar.gz b/v0.3.2.tar.gz deleted file mode 100644 index 1d4e7be..0000000 --- a/v0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3134b35a45e9f9d974c2b78ee44fd2ea0aebc04df80236b80692aa63bee2092e -size 71025 diff --git a/v0.4.2.tar.gz b/v0.4.2.tar.gz new file mode 100644 index 0000000..20e1dff --- /dev/null +++ b/v0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98b8fa05c2ca10aacfce7327b92a84669c2da95ccb8e7d7b3e3285fcec8beee +size 71455