diff --git a/aws-c-http.changes b/aws-c-http.changes index 25fba0a..b1d6529 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 3 13:25:59 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 0.8.0 + * Correct the doc about unactivated stream and add test by @TingDaoK in (#460) + * Change `port` from uint16_t to uint32_t to support VSOCK by @graebm in (#457) +- from version 0.7.15 + * sizeof('c') == 4, not 1: Fix overallocation by @nabijaczleweli in (#459) + * Add support for cancel stream by @TingDaoK in (#458) + ------------------------------------------------------------------- Tue Nov 21 09:16:29 UTC 2023 - John Paul Adrian Glaubitz diff --git a/aws-c-http.spec b/aws-c-http.spec index c002772..d94f62e 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.7.14 +Version: 0.8.0 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 diff --git a/v0.7.14.tar.gz b/v0.7.14.tar.gz deleted file mode 100644 index 8a80602..0000000 --- a/v0.7.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb935395c93427ac0853d6363900a71816a0508f18c86e84da0e6ebe7271429 -size 468906 diff --git a/v0.8.0.tar.gz b/v0.8.0.tar.gz new file mode 100644 index 0000000..30dcfdd --- /dev/null +++ b/v0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eae3d4b84f10c64ca4c9ba4b143745ad46532fdcac081f1cda90f1e956c98a +size 470320