SHA256
1
0
forked from pool/grpc

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

- Update to version 1.43.2.
- Update package name libgrpc++1 to libgrpc++1_43 in keeping with updated so number.
- Add Requires: libupb%lver = %version on grpc-devel.
- Update %{name}-rpmlintrc file to use 'filelist-forbidden-fhs23' as a filter instead of the now superseded 'suse-filelist-forbidden-fhs23'.

OBS-URL: https://build.opensuse.org/request/show/952835
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=105
This commit is contained in:
2022-02-09 02:33:06 +00:00
committed by Git OBS Bridge
parent d5bc665f23
commit 23b05bb456
5 changed files with 51 additions and 17 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Feb 8 22:32:00 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.43.2:
* Fix google-c2p-experimental issue (gh#grpc/grpc#28692).
- Changes from version 1.43.0:
* Core:
- Remove redundant work serializer usage in c-ares windows
code (gh#grpc/grpc#28016).
- Support RDS updates on the server (gh#grpc/grpc#27851).
- Use WorkSerializer in XdsClient to propagate updates in a
synchronized manner (gh#grpc/grpc#27975).
- Support Custom Post-handshake Verification in TlsCredentials
(gh#grpc/grpc#25631).
- Reintroduce the EventEngine default factory
(gh#grpc/grpc#27920).
- Assert Android API >= v21 (gh#grpc/grpc#27943).
- Add support for abstract unix domain sockets
(gh#grpc/grpc#27906).
* C++:
- OpenCensus: Move metadata storage to arena
(gh#grpc/grpc#27948).
* [C#] Add nullable type attributes to Grpc.Core.Api
(gh#grpc/grpc#27887).
* Revert "Revert "[objc] GRPCMetadataDictionary convenient
typedef"" (gh#grpc/grpc#27882).
- Update package name libgrpc++1 to libgrpc++1_43 in keeping with
updated so number.
- Add Requires: libupb%lver = %version on grpc-devel.
- Update %{name}-rpmlintrc file to use 'filelist-forbidden-fhs23'
as a filter instead of the now superseded
'suse-filelist-forbidden-fhs23'.
-------------------------------------------------------------------
Mon Nov 15 20:27:38 UTC 2021 - Jan Engelhardt <jengelh@inai.de>