diff --git a/aws-c-http.changes b/aws-c-http.changes index 3a87e8d..48257f1 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu May 19 11:30:18 UTC 2022 - John Paul Adrian Glaubitz + +- Update to version 0.6.15 + * Silence "variable set but not used" warnings by @graebm in (#374) + * refcount input stream by @TingDaoK in (#342) +- from version 0.6.14 + * Update to latest builder by @bretambrose in (#368) + * Fix our CI ignores branches that have "/" in name by @TingDaoK in (#371) + * Flow control window update by @TingDaoK in (#372) + * HTTP/2 integration tests - Part 1 by @TingDaoK in (#365) +- from version 0.6.13 + * Mark h2 tests as net tests +- from version 0.6.12 + * Bugfix: the refcount for connection manager will pop up from zero + in some situation from the culling task, which will cause destroy + to happen twice and crash. +- from version 0.6.11 + * Introduce HTTP/2 stream manager + ------------------------------------------------------------------- Thu Dec 9 12:16:46 UTC 2021 - John Paul Adrian Glaubitz diff --git a/aws-c-http.spec b/aws-c-http.spec index d349b82..274f880 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.10 +Version: 0.6.15 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 diff --git a/v0.6.10.tar.gz b/v0.6.10.tar.gz deleted file mode 100644 index 1bf382d..0000000 --- a/v0.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4413faf2b8f6a83c898bb535cf83542fa548d7ecc1acf681dc79b7959a07231a -size 394768 diff --git a/v0.6.15.tar.gz b/v0.6.15.tar.gz new file mode 100644 index 0000000..2a00c0a --- /dev/null +++ b/v0.6.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30464624a471b282f113699df94049c141bdbea88d4f2d0bc1eb99dd6344950f +size 425882