aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/package.xml.template
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-05-02 11:24:03 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-05-02 11:24:03 -0700
commit19792108ae693b9741ba43fb6d57cb771f27d8ee (patch)
treef3f54ce51e5c60670430065f87aa63eaa1031d84 /templates/package.xml.template
parent158fa3abe75aa07e191c982bf83c4777645b3c63 (diff)
PHP: release 1.3, disable cares deps
Diffstat (limited to 'templates/package.xml.template')
-rw-r--r--templates/package.xml.template21
1 files changed, 18 insertions, 3 deletions
diff --git a/templates/package.xml.template b/templates/package.xml.template
index 8655cfa1d9..463931ba7d 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>2017-03-01</date>
+ <date>2017-05-02</date>
<time>16:06:07</time>
<version>
<release>${settings.php_version.php()}</release>
@@ -24,8 +24,7 @@
</stability>
<license>BSD</license>
<notes>
- - Added arg info macros #9751
- - Updated codegen to be consistent with protobuf #9492
+ - gRPC Core 1.3 uptake
</notes>
<contents>
<dir baseinstalldir="/" name="/">
@@ -358,5 +357,21 @@
- Updated codegen to be consistent with protobuf #9492
</notes>
</release>
+ <release>
+ <version>
+ <release>1.2.0</release>
+ <api>1.2.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <date>2017-03-20</date>
+ <license>BSD</license>
+ <notes>
+ - Added arg info macros #9751
+ - Updated codegen to be consistent with protobuf #9492
+ </notes>
+ </release>
</changelog>
</package>