diff options
| author | Vincent Blavet <vblavet@php.net> | 2003-06-19 05:52:28 +0000 |
|---|---|---|
| committer | Vincent Blavet <vblavet@php.net> | 2003-06-19 05:52:28 +0000 |
| commit | 6b9269c7171d5bf07a8b5f629f2d2df6c1cb226a (patch) | |
| tree | 8e07be297172018ae7fb34addfb7295b899f7898 | |
| parent | 651854a6dd8bb3efe886b76830014962b61f76a9 (diff) | |
| download | php-git-6b9269c7171d5bf07a8b5f629f2d2df6c1cb226a.tar.gz | |
- Sync with pear/Archive_Tar/package.xml 1.12
| -rw-r--r-- | pear/package-Archive_Tar.xml | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/pear/package-Archive_Tar.xml b/pear/package-Archive_Tar.xml index 64ee07b5c8..7d54a01739 100644 --- a/pear/package-Archive_Tar.xml +++ b/pear/package-Archive_Tar.xml @@ -6,7 +6,7 @@ <description>This class provides handling of tar files in PHP. It supports creating, listing, extracting and adding to tar files. Gzip support is available if PHP has the zlib extension built-in or -loaded. +loaded. Bz2 compression is also supported with the bz2 extension loaded. </description> <license>PHP License</license> <maintainers> @@ -24,11 +24,12 @@ loaded. </maintainer> </maintainers> <release> - <version>0.9</version> - <date>2002-05-27</date> - <notes> - * Auto-detect gzip'ed files - </notes> + <version>1.1</version> + <date>2003-05-28</date> + <notes>* Add support for BZ2 compression +* Add support for add and extract without using temporary files : methods addString() and extractInString() + +</notes> <state>stable</state> <filelist> <dir name="Archive"> @@ -39,6 +40,30 @@ loaded. </release> <changelog> <release> + <version>1.0</version> + <date>2003-01-24</date> + <notes>Change status to stable</notes> + <state>stable</state> + <filelist> + <dir name="Archive"> + <file role="php" name="Tar.php"/> + </dir> + <file role="doc" name="docs/Archive_Tar.txt" baseinstalldir="/"/> + </filelist> + </release> + <release> + <version>0.10-b1</version> + <date>2003-01-08</date> + <notes>Add support for long filenames (greater than 99 characters)</notes> + <state>beta</state> + </release> + <release> + <version>0.9</version> + <date>2002-05-27</date> + <notes>Auto-detect gzip'ed files</notes> + <state>stable</state> + </release> + <release> <version>0.4</version> <date>2002-05-20</date> <notes>Windows bugfix: use forward slashes inside archives</notes> |
