aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2017-01-17 14:04:18 -0800
committerGravatar GitHub <noreply@github.com>2017-01-17 14:04:18 -0800
commitc16080c31069b34a4608a9b522cb5252f0d488a7 (patch)
tree994871a21b98dfaf613badb4203bdc565d25fdf6 /templates
parent2b24d279d67d5498da4124f30cc90371d0e761fa (diff)
parent4242075c335473f8c3fc0b578196bdc878a3b9df (diff)
Merge pull request #9350 from stanley-cheung/php-update
PHP: Prepare for 1.1.0 release
Diffstat (limited to 'templates')
-rw-r--r--templates/package.xml.template46
1 files changed, 39 insertions, 7 deletions
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 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
- <date>2016-08-22</date>
+ <date>2017-01-13</date>
<time>16:06:07</time>
<version>
<release>${settings.php_version.php()}</release>
<api>${settings.php_version.php()}</api>
</version>
<stability>
- <release>stable</release>
- <api>stable</api>
+ <release>beta</release>
+ <api>beta</api>
</stability>
<license>BSD</license>
<notes>
- - Reject metadata keys which are not legal #7881
+ - PHP Proto3 adoption #8179
+ - Various bug fixes
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -281,18 +282,49 @@
</release>
<release>
<version>
- <release>${settings.php_version.php()}</release>
- <api>${settings.php_version.php()}</api>
+ <release>1.0.1RC1</release>
+ <api>1.0.1RC1</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <date>2016-10-06</date>
+ <license>BSD</license>
+ <notes>
+ - Reject metadata keys which are not legal #7881
+ </notes>
+ </release>
+ <release>
+ <version>
+ <release>1.0.1</release>
+ <api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
- <date>2016-08-22</date>
+ <date>2016-10-27</date>
<license>BSD</license>
<notes>
- Reject metadata keys which are not legal #7881
</notes>
</release>
+ <release>
+ <version>
+ <release>1.1.0dev</release>
+ <api>1.1.0dev</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>beta</api>
+ </stability>
+ <date>2017-01-13</date>
+ <license>BSD</license>
+ <notes>
+ - PHP Proto3 adoption #8179
+ - Various bug fixes
+ </notes>
+ </release>
</changelog>
</package>