SHA256
1
0
forked from pool/grpc

Accepting request 843413 from home:badshah400:branches:devel:tools

* Update to version 1.33.1.
* Drop grpc-find-re2-via-pkgconfig.patch: incorporated upstream (commit 45e413d).
* Bump so version from 12 to 13 in keeping with upstream.

OBS-URL: https://build.opensuse.org/request/show/843413
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=70
This commit is contained in:
Michał Rostecki
2020-10-22 13:47:36 +00:00
committed by Git OBS Bridge
parent b249206e2f
commit 3d22f81240
6 changed files with 30 additions and 131 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Oct 22 11:15:31 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.33.1
* Core
- Deprecate
GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS
(gh#grpc/grpc#24063).
- Expose Cronet error message to the application layer
(gh#grpc/grpc#24083).
- Remove grpc_channel_ping from surface API
(gh#grpc/grpc#23894).
- Do not send BDP pings if there is no receive side activity
(gh#grpc/grpc#22997).
* C++
- Makefile: only support building deps from submodule
(gh#grpc/grpc#23957).
- Drop grpc-find-re2-via-pkgconfig.patch: incorporated upstream
(commit 45e413d).
- Bump so version from 12 to 13 in keeping with upstream.
-------------------------------------------------------------------
Sun Oct 11 16:14:38 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>