diff options
author | Stanley Cheung <stanleycheung@google.com> | 2017-08-22 13:15:01 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2017-08-22 13:18:14 -0700 |
commit | 5d55948c342282145004bc345df8f6bd58d2f2be (patch) | |
tree | 90c5b7395802b4adc51214e64992a2a8787a3fcf /templates | |
parent | 72827fb8beabc0cf3e6cf669da580ab7c13c53c2 (diff) |
PHP: upmerge from 1.4.x branch
Diffstat (limited to 'templates')
-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="/"> |