aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/package.xml.template
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-08-09 21:47:46 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-08-09 21:47:46 -0700
commit7e8efc3ba8038ddafcf9018404c499540b44c471 (patch)
tree2b0e50f054744ad6ef211b0c992deb83cf7ab1b1 /templates/package.xml.template
parent83b34c2285d104ab60a40e6ad88cc32c5815e7f7 (diff)
php: update package.xml
Diffstat (limited to 'templates/package.xml.template')
-rw-r--r--templates/package.xml.template19
1 files changed, 17 insertions, 2 deletions
diff --git a/templates/package.xml.template b/templates/package.xml.template
index 87b1038959..43d3aa2a58 100644
--- a/templates/package.xml.template
+++ b/templates/package.xml.template
@@ -12,7 +12,7 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
- <date>2016-07-28</date>
+ <date>2016-08-09</date>
<time>16:06:07</time>
<version>
<release>${settings.php_version.php()}</release>
@@ -24,7 +24,7 @@
</stability>
<license>BSD</license>
<notes>
- - PHP7 Support continued, reduce code duplication #7543
+ - Fixed Ubuntu compile error #7571, #7642
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -249,5 +249,20 @@
- PHP7 Support continued, reduce code duplication #7543
</notes>
</release>
+ <release>
+ <version>
+ <release>1.0.0RC4</release>
+ <api>1.0.0RC4</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2016-08-09</date>
+ <license>BSD</license>
+ <notes>
+ - Fixed Ubuntu compile error #7571, #7642
+ </notes>
+ </release>
</changelog>
</package>