]> granicus.if.org Git - php/commitdiff
- Sync with pear/Archive_Tar/package.xml 1.12
authorVincent Blavet <vblavet@php.net>
Thu, 19 Jun 2003 05:52:28 +0000 (05:52 +0000)
committerVincent Blavet <vblavet@php.net>
Thu, 19 Jun 2003 05:52:28 +0000 (05:52 +0000)
pear/package-Archive_Tar.xml

index 64ee07b5c8acfce82ce105ae1ae65cebdb7fa8cb..7d54a01739feee619c398463a565f4badda4a730 100644 (file)
@@ -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">
@@ -38,6 +39,30 @@ loaded.
     </filelist>
   </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>