From 4242075c335473f8c3fc0b578196bdc878a3b9df Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 13 Jan 2017 15:23:11 -0800 Subject: PHP: Prepare for 1.1.0 release --- package.xml | 46 +++++++++++++++++++++++++++++++++++------- src/php/README.md | 7 +++++++ templates/package.xml.template | 46 +++++++++++++++++++++++++++++++++++------- 3 files changed, 85 insertions(+), 14 deletions(-) diff --git a/package.xml b/package.xml index 4df1525827..ac5bcc54bf 100644 --- a/package.xml +++ b/package.xml @@ -10,19 +10,20 @@ grpc-packages@google.com yes - 2016-08-22 + 2017-01-13 1.1.0dev 1.1.0dev - stable - stable + beta + beta BSD -- Reject metadata keys which are not legal #7881 +- PHP Proto3 adoption #8179 +- Various bug fixes @@ -1215,18 +1216,49 @@ Update to wrap gRPC C Core version 0.10.0 - 1.1.0dev - 1.1.0dev + 1.0.1RC1 + 1.0.1RC1 + + + beta + beta + + 2016-10-06 + BSD + +- Reject metadata keys which are not legal #7881 + + + + + 1.0.1 + 1.0.1 stable stable - 2016-08-22 + 2016-10-27 BSD - Reject metadata keys which are not legal #7881 + + + 1.1.0dev + 1.1.0dev + + + beta + beta + + 2017-01-13 + BSD + +- PHP Proto3 adoption #8179 +- Various bug fixes + + diff --git a/src/php/README.md b/src/php/README.md index 1b15768d44..320220d3e4 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -163,6 +163,13 @@ of this repo. The plugin can be found in the `bins/opt` directory. We are planning to provide a better way to download and install the plugin in the future. +You can also just build the gRPC PHP protoc plugin by running: + +```sh +$ cd grpc +$ make grpc_php_plugin +``` + ### Client Stub diff --git a/templates/package.xml.template b/templates/package.xml.template index 32ed3b633e..80f1a1fe97 100644 --- a/templates/package.xml.template +++ b/templates/package.xml.template @@ -12,19 +12,20 @@ grpc-packages@google.com yes - 2016-08-22 + 2017-01-13 ${settings.php_version.php()} ${settings.php_version.php()} - stable - stable + beta + beta BSD - - Reject metadata keys which are not legal #7881 + - PHP Proto3 adoption #8179 + - Various bug fixes @@ -281,18 +282,49 @@ - ${settings.php_version.php()} - ${settings.php_version.php()} + 1.0.1RC1 + 1.0.1RC1 + + + beta + beta + + 2016-10-06 + BSD + + - Reject metadata keys which are not legal #7881 + + + + + 1.0.1 + 1.0.1 stable stable - 2016-08-22 + 2016-10-27 BSD - Reject metadata keys which are not legal #7881 + + + 1.1.0dev + 1.1.0dev + + + beta + beta + + 2017-01-13 + BSD + + - PHP Proto3 adoption #8179 + - Various bug fixes + + -- cgit v1.2.3