-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,9 +93,9 @@ | |
<email>[email protected]</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> | ||
|
@@ -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="/"> | ||
|
@@ -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> |