-
Notifications
You must be signed in to change notification settings - Fork 104
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
24 additions
and
26 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>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> | ||
|
@@ -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="/"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> |