Skip to content

Commit

Permalink
prep for v1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Apr 19, 2020
1 parent 3ab63e0 commit 6162562
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 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>2020-04-10</date>
<date>2020-04-19</date>
<version>
<release>1.10.11</release>
<release>1.10.12</release>
<api>1.10.1</api>
</version>
<stability>
Expand All @@ -104,12 +104,7 @@
</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
* PR #108: Remove unneeded code
* adjust dependencies based on new releases
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -412,12 +407,12 @@
<min>5.4.0</min>
</php>
<pearinstaller>
<min>1.9.0</min>
<min>1.10.1</min>
</pearinstaller>
<package>
<name>Archive_Tar</name>
<channel>pear.php.net</channel>
<min>1.4.0</min>
<min>1.4.9</min>
<recommended>1.4.4</recommended>
</package>
<package>
Expand All @@ -430,26 +425,13 @@
<name>Console_Getopt</name>
<channel>pear.php.net</channel>
<min>1.4.1</min>
<recommended>1.4.1</recommended>
</package>
<package>
<name>XML_Util</name>
<channel>pear.php.net</channel>
<min>1.3.0</min>
<recommended>1.4.3</recommended>
</package>
<package>
<name>PEAR_Frontend_Web</name>
<channel>pear.php.net</channel>
<max>0.4</max>
<conflicts />
</package>
<package>
<name>PEAR_Frontend_Gtk</name>
<name>XML_Util</name>
<channel>pear.php.net</channel>
<max>0.4.0</max>
<exclude>0.4.0</exclude>
<conflicts />
<min>1.4.0</min>
<recommended>1.4.5</recommended>
</package>
<extension>
<name>xml</name>
Expand Down Expand Up @@ -1306,5 +1288,21 @@ http://pear.php.net/advisory-20110228.txt
</notes>
</release>

<release>
<date>2020-04-19</date>
<version>
<release>1.10.12</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>
* adjust dependencies based on new releases
</notes>
</release>

</changelog>
</package>

0 comments on commit 6162562

Please sign in to comment.