diff --git a/aws-c-http.changes b/aws-c-http.changes index b5f6582..58af71d 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 24 11:42:59 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 0.7.6 + * Skip local server setup when tests are disabled by @graebm in (#429) + * Remove sanitizer blacklist by @DmitriyMusatkin in (#432) + * Throw better errors for h2 manual write instead + of invalid state error by @waahm7 in (#430) + * Handle connection close corner case by @TingDaoK in (#431) + ------------------------------------------------------------------- Wed Mar 1 10:31:43 UTC 2023 - John Paul Adrian Glaubitz diff --git a/aws-c-http.spec b/aws-c-http.spec index cfce6ee..411e9d6 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.5 +Version: 0.7.6 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 diff --git a/v0.7.5.tar.gz b/v0.7.5.tar.gz deleted file mode 100644 index ee347e0..0000000 --- a/v0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1240ce036561fae2a9143cb44a6f6cf4b96c84a31d42723a0ff8902f919f46bc -size 461246 diff --git a/v0.7.6.tar.gz b/v0.7.6.tar.gz new file mode 100644 index 0000000..f2d44a1 --- /dev/null +++ b/v0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ed628372ab022ed311442f87629bb551acebea3900bf9b571a4da94a30905a +size 462434