Skip to content

Commit

Permalink
Update package.xml
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Archive_Tar/trunk@318121 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
mrook committed Oct 14, 2011
1 parent 1683c97 commit 9a79537
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions package.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Archive_Tar</name> <name>Archive_Tar</name>
<channel>pear.php.net</channel> <channel>pear.php.net</channel>
<summary>Tar file management class</summary> <summary>Tar file management class</summary>
Expand Down Expand Up @@ -31,10 +31,10 @@ loaded. Bz2 compression is also supported with the bz2 extension loaded.</descri
<email>stig@php.net</email> <email>stig@php.net</email>
<active>no</active> <active>no</active>
</helper> </helper>
<date>2010-04-26</date> <date>2011-10-14</date>
<time>09:00:00</time> <time>21:59:22</time>
<version> <version>
<release>1.3.7</release> <release>1.3.8</release>
<api>1.3.1</api> <api>1.3.1</api>
</version> </version>
<stability> <stability>
Expand All @@ -43,7 +43,12 @@ loaded. Bz2 compression is also supported with the bz2 extension loaded.</descri
</stability> </stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes> <notes>
PEAR compatibility update * Fix Bug #17853: Test failure: dirtraversal.phpt [mrook]
* Fix Bug #18512: dead links are not saved in tar file [mrook]
* Fix Bug #18702: Unpacks incorrectly on long file names using header prefix [mrook]
* Implement Feature #10145: Patch to return a Pear Error Object on failure [mrook]
* Implement Feature #17491: Option to preserve permissions [mrook]
* Implement Feature #17813: Prevent PHP notice when extracting corrupted archive [mrook]
</notes> </notes>
<contents> <contents>
<dir name="/"> <dir name="/">
Expand Down Expand Up @@ -73,6 +78,21 @@ loaded. Bz2 compression is also supported with the bz2 extension loaded.</descri
</dependencies> </dependencies>
<phprelease /> <phprelease />
<changelog> <changelog>
<release>
<version>
<release>1.3.7</release>
<api>1.3.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-04-26</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
PEAR compatibility update
</notes>
</release>
<release> <release>
<version> <version>
<release>1.3.6</release> <release>1.3.6</release>
Expand Down

0 comments on commit 9a79537

Please sign in to comment.