Skip to content

Commit

Permalink
prep for v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Aug 22, 2018
1 parent 1af540d commit 9633d93
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<email>mj@php.net</email>
<active>no</active>
</helper>
<date>2017-06-27</date>
<date>2018-08-22</date>
<version>
<release>1.10.5</release>
<release>1.10.6</release>
<api>1.10.1</api>
</version>
<stability>
Expand All @@ -104,7 +104,15 @@
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
* PR #70: Fix notice undefined variable metadata_dir
* PR #71: fix Warning: count(): Parameter must be an array or an object
* PR #74: Bug #23744 Remove is_executable check
* Bug #23744: The is_executable check in the Which method when run on Windows is unnecessary
* PR #75: Migrate old while(list() = each()) constructs to foreach
* PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to "break"
* PR #77: proxy server auth
* PR #72: Correctly authenticate at proxy server
* PR #78: array or Countable error in 7.2
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -1158,5 +1166,21 @@ http://pear.php.net/advisory-20110228.txt
</notes>
</release>

<release>
<date>2017-06-27</date>
<version>
<release>1.10.5</release>
<api>1.10.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
</notes>
</release>

</changelog>
</package>

0 comments on commit 9633d93

Please sign in to comment.