Skip to content

Commit

Permalink
php: update package.xml to 1.0.0RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jul 22, 2016
1 parent 73eec14 commit 31399d2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
24 changes: 19 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
<date>2016-07-13</date>
<date>2016-07-21</date>
<time>16:06:07</time>
<version>
<release>1.0.0</release>
Expand All @@ -22,8 +22,7 @@
</stability>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
- PHP7 Support #7464
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1087,8 +1086,8 @@ Update to wrap gRPC C Core version 0.10.0
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -1101,5 +1100,20 @@ Update to wrap gRPC C Core version 0.10.0
- Fix shutdown hang problem #4017
</notes>
</release>
<release>
<version>
<release>1.0.0RC2</release>
<api>1.0.0RC2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-07-21</date>
<license>BSD</license>
<notes>
- PHP7 Support #7464
</notes>
</release>
</changelog>
</package>
24 changes: 19 additions & 5 deletions templates/package.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<email>grpc-packages@google.com</email>
<active>yes</active>
</lead>
<date>2016-07-13</date>
<date>2016-07-21</date>
<time>16:06:07</time>
<version>
<release>${settings.php_version.php()}</release>
Expand All @@ -24,8 +24,7 @@
</stability>
<license>BSD</license>
<notes>
- GA release
- Fix shutdown hang problem #4017
- PHP7 Support #7464
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -206,8 +205,8 @@
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -220,5 +219,20 @@
- Fix shutdown hang problem #4017
</notes>
</release>
<release>
<version>
<release>1.0.0RC2</release>
<api>1.0.0RC2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-07-21</date>
<license>BSD</license>
<notes>
- PHP7 Support #7464
</notes>
</release>
</changelog>
</package>

0 comments on commit 31399d2

Please sign in to comment.