Skip to content

Commit

Permalink
prep for v1.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Apr 10, 2020
1 parent bf6fec5 commit f21633a
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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="/">
Expand Down Expand Up @@ -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>

0 comments on commit f21633a

Please sign in to comment.