diff --git a/grpc.changes b/grpc.changes index 2813413..c03f19b 100644 --- a/grpc.changes +++ b/grpc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Mar 4 09:53:13 UTC 2021 - Paolo Stivanin + +- Update to 1.36.1: + * Core: + - Remove unnecessary internal pollset set in c-ares DNS resolver + - Support Default Root Certs in Tls Credentials + - back-port: add env var protection for google-c2p resolver + * C++: + - Move third party identity C++ api out of experimental namespace + - refactor!: change error_details functions to templates + - Support ServerContext for callback API + * PHP: + - support for PSM security + - fixed segfault on reused call object + - fixed phpunit 8 warnings + * Python: + - Implement Python Client and Server xDS Creds + * Ruby: + - Drop support for ruby 2.3 + ------------------------------------------------------------------- Fri Feb 19 23:32:13 UTC 2021 - Jan Engelhardt diff --git a/grpc.spec b/grpc.spec index 0419585..76a5a8d 100644 --- a/grpc.spec +++ b/grpc.spec @@ -16,12 +16,12 @@ # -%define lver 14 +%define lver 15 %define lverp 1 %define lverplugin 1 %define src_install_dir /usr/src/%name Name: grpc -Version: 1.34.1 +Version: 1.36.1 Release: 0 Summary: HTTP/2-based Remote Procedure Call implementation License: Apache-2.0 diff --git a/v1.34.1.tar.gz b/v1.34.1.tar.gz deleted file mode 100644 index 6387f7e..0000000 --- a/v1.34.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c260a1dcdd26a78a9596494a3f41f9594ab5ec3a4d65cba4658bdee2b55ac844 -size 7723754 diff --git a/v1.36.1.tar.gz b/v1.36.1.tar.gz new file mode 100644 index 0000000..7472046 --- /dev/null +++ b/v1.36.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adf51558bf3d057a65651880c9814e09e77b61573eb950c2be1142a624d58e69 +size 7899822