From 346f443cd2c0dec704d16d79aa79472d4cc21e4bb578149a6cb355ce44c95cc6 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Tue, 27 Dec 2022 14:03:11 +0000 Subject: [PATCH] Accepting request 1045077 from home:glaubitz:branches:devel:libraries:c_c++ - Update to version 0.7.0 * Breaking change to websocket API: setup callback can report body of response by @graebm in (#409) - from version 0.6.29 * Add ref-counting to aws_websocket by @graebm in (#405) * Proxy h2 by @TingDaoK in (#402) * Test coverage by @TingDaoK in (#406) * Only "data" frames affect websocket's read window now by @graebm in (#407) * Add notes documentation for headers by @TingDaoK in (#408) OBS-URL: https://build.opensuse.org/request/show/1045077 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-http?expand=0&rev=14 --- aws-c-http.changes | 14 ++++++++++++++ aws-c-http.spec | 2 +- v0.6.28.tar.gz | 3 --- v0.7.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v0.6.28.tar.gz create mode 100644 v0.7.0.tar.gz diff --git a/aws-c-http.changes b/aws-c-http.changes index c37e16c..84fa8a6 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Dec 23 19:18:06 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 0.7.0 + * Breaking change to websocket API: setup callback + can report body of response by @graebm in (#409) +- from version 0.6.29 + * Add ref-counting to aws_websocket by @graebm in (#405) + * Proxy h2 by @TingDaoK in (#402) + * Test coverage by @TingDaoK in (#406) + * Only "data" frames affect websocket's + read window now by @graebm in (#407) + * Add notes documentation for headers by @TingDaoK in (#408) + ------------------------------------------------------------------- Tue Dec 6 10:59:48 UTC 2022 - John Paul Adrian Glaubitz diff --git a/aws-c-http.spec b/aws-c-http.spec index d2e3cb6..28b10d8 100644 --- a/aws-c-http.spec +++ b/aws-c-http.spec @@ -19,7 +19,7 @@ %define library_version 1.0.0 %define library_soversion 1_0_0 Name: aws-c-http -Version: 0.6.28 +Version: 0.7.0 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 diff --git a/v0.6.28.tar.gz b/v0.6.28.tar.gz deleted file mode 100644 index 981ad4a..0000000 --- a/v0.6.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6acd38862898d491823b25ad938dd7af26fe13152964828b1d2b786913a6171 -size 449662 diff --git a/v0.7.0.tar.gz b/v0.7.0.tar.gz new file mode 100644 index 0000000..b5b1cd4 --- /dev/null +++ b/v0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2fcd99a792b35ae94834987de9393e5b550c737eb49ef598a981709421ac37 +size 454467