SHA256
8
0
forked from pool/aws-c-http

Accepting request 978110 from home:glaubitz:branches:devel:libraries:c_c++

- 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

OBS-URL: https://build.opensuse.org/request/show/978110
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-http?expand=0&rev=4
This commit is contained in:
2022-05-23 06:30:31 +00:00
committed by Git OBS Bridge
parent e914b21c6a
commit 0f2774a42c
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu May 19 11:30:18 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>