diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-08-30 23:13:25 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-08-30 23:13:25 +0200 |
commit | 90df76b4633c6a3c8a492148ba5268b94284ea6a (patch) | |
tree | 91ec10271620b7d9baaf510bbfc11349bd4fa663 /templates/package.xml.template | |
parent | 2bc5e3ac40fc1b6f7d329a1727c78e8a820d5cf6 (diff) | |
parent | 7a8488c4d2b0274c7c71cd15d39f0cf277a3a119 (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into visibility
Diffstat (limited to 'templates/package.xml.template')
-rw-r--r-- | templates/package.xml.template | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/package.xml.template b/templates/package.xml.template index 27cc4d01a9..15da704a47 100644 --- a/templates/package.xml.template +++ b/templates/package.xml.template @@ -24,13 +24,9 @@ </stability> <license>Apache 2.0</license> <notes> - - Fixed some memory leaks #9559, #10996 - - Disabled cares dependency from gRPC C Core #10940 - - De-coupled protobuf dependency #11112 - - Fixed extension reported version #10842 - - Added config.w32 for Windows support #8161 - - Fixed PHP distrib test after cc files were added #11193 - - Fixed protoc plugin comment escape bug #11025 + - Channel are now by default persistent #11878 + - Some bug fixes from 1.4 branch #12109, #12123 + - Fixed hang bug when fork() was used #11814 </notes> <contents> <dir baseinstalldir="/" name="/"> |