aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.xml
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2016-07-28 12:26:08 -0700
committerGravatar GitHub <noreply@github.com>2016-07-28 12:26:08 -0700
commit9b21586c0ec5d98059076dd836351e31b64f161f (patch)
tree278060d0523bd0fbd18526fa027e5e72234f4fde /package.xml
parent57419dc746148b89af90d5c11541728f0ead79f9 (diff)
parent8e565024577512f239bf959e47d6b228d0339c53 (diff)
Merge pull request #7561 from stanley-cheung/php-cleanup-ga
PHP: cleanup for GA
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/package.xml b/package.xml
index 66bd6886bb..f395334745 100644
--- a/package.xml
+++ b/package.xml
@@ -10,7 +10,7 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
- <date>2016-07-21</date>
+ <date>2016-07-28</date>
<time>16:06:07</time>
<version>
<release>1.1.0</release>
@@ -22,7 +22,7 @@
</stability>
<license>BSD</license>
<notes>
-- PHP7 Support #7464
+- PHP7 Support continued, reduce code duplication #7543
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -1118,5 +1118,20 @@ Update to wrap gRPC C Core version 0.10.0
- PHP7 Support #7464
</notes>
</release>
+ <release>
+ <version>
+ <release>1.0.0RC3</release>
+ <api>1.0.0RC3</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2016-07-28</date>
+ <license>BSD</license>
+ <notes>
+- PHP7 Support continued, reduce code duplication #7543
+ </notes>
+ </release>
</changelog>
</package>