SHA256
1
0
forked from pool/grpc

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

* Update to version 1.34.0.
* Pass ZLIB_LIBRARY location to cmake as it fails to find zlib using find_package() after the zlib libraries were moved to %{_libdir} in openSUSE:Factory (sr#851291).
* Update so version in keeping with upstream.
* Leave a comment on why tests cannot be run (because of `make clean` required to pkg sources).

OBS-URL: https://build.opensuse.org/request/show/853409
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=78
This commit is contained in:
2020-12-06 19:23:27 +00:00
committed by Git OBS Bridge
parent 5e92658589
commit 23d2098247
6 changed files with 49 additions and 10 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Dec 6 13:01:52 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.34.0:
* Core:
- Protect xds security code with the environment variable
"GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT"
(gh#grpc/grpc#24782).
- Add support for "unix-abstract:" URIs to support abstract
unix domain sockets (gh#grpc/grpc#24500).
- Increment Index when parsing not plumbed SAN fields
(gh#grpc/grpc#24601).
- Revert "Revert "Deprecate
GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS""
(gh#grpc/grpc#24518).
- xds: Set status code to INVALID_ARGUMENT when NACKing
(gh#grpc/grpc#24516).
- Include stddef.h in address_sorting.h (gh#grpc/grpc#24514).
- xds: Add support for case_sensitive option in RouteMatch
(gh#grpc/grpc#24381).
* C++:
- Fix --define=grpc_no_xds=true builds (gh#grpc/grpc#24503).
- Experimental support and tests for
CreateCustomInsecureChannelWithInterceptorsFromFd
(gh#grpc/grpc#24362).
- Pass ZLIB_LIBRARY location to cmake as it fails to find zlib
using find_package() after the zlib libraries were moved to
%{_libdir} in openSUSE:Factory (sr#851291).
- Update so version in keeping with upstream.
- Leave a comment on why tests cannot be run (because of
`make clean` required to pkg sources).
-------------------------------------------------------------------
Wed Nov 11 13:26:47 UTC 2020 - Jan Engelhardt <jengelh@inai.de>