-
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
15 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>2019-11-19</date> | ||
<date>2020-04-10</date> | ||
<version> | ||
<release>1.10.10</release> | ||
<release>1.10.11</release> | ||
<api>1.10.1</api> | ||
</version> | ||
<stability> | ||
|
@@ -104,19 +104,11 @@ | |
</stability> | ||
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license> | ||
<notes> | ||
* PR #89: Fix scripts/* include paths | ||
* PR #90: Non-interactive configureoption answers | ||
* PR #91: Added missing preg quote | ||
* PR #92: handle "lib64" case for glibc detection | ||
* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4 | ||
* PR #94: Updated logic in useLocalCache to reuse getCacheId | ||
* PR #95: Fix manpage warning | ||
* PR #96: Implement the SOURCE_DATE_EPOCH specification | ||
* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access | ||
* PR #98: Fix use of null/false as array | ||
* PR #99: Fix Travis builds on PHP 5.4 and 5.5 | ||
* PR #100: Honor PHP temp directory config | ||
* PR #101: Fix documentation: the `--force` is required | ||
* PR #102: Fix logging error for urls not in cache | ||
* PR #103: Fix undefined constant name | ||
* PR #105: Sort list of packages | ||
* PR #106: Update REST.php | ||
* PR #107: Update .travis.yml to include PHP 7.4 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -1292,5 +1284,25 @@ http://pear.php.net/advisory-20110228.txt | |
</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2020-04-10</date> | ||
<version> | ||
<release>1.10.11</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> | ||
* PR #102: Fix logging error for urls not in cache | ||
* PR #103: Fix undefined constant name | ||
* PR #105: Sort list of packages | ||
* PR #106: Update REST.php | ||
* PR #107: Update .travis.yml to include PHP 7.4 | ||
</notes> | ||
</release> | ||
|
||
</changelog> | ||
</package> |