]> granicus.if.org Git - php/commitdiff
- Readd 1.1.0 to history
authorMarcus Boerger <helly@php.net>
Fri, 11 May 2007 18:07:52 +0000 (18:07 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 11 May 2007 18:07:52 +0000 (18:07 +0000)
ext/phar/package.xml

index 01c61576f6563cf1fab315672b665ca8b187d79c..22f414c538fb70c5ed1a84a326d8403802ec1e8f 100644 (file)
@@ -201,6 +201,29 @@ avaiable then SHA-256 and SHA-512 signatures are supported as well.</description
  <providesextension>phar</providesextension>
  <extsrcrelease />
  <changelog>
+  <release>
+   <version>
+    <release>1.1.0</release>
+    <api>1.1.0</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <date>2007-04-12</date>
+   <license uri="http://www.php.net/license">PHP License</license>
+   <notes>
+
+ * implement ability connect a phar file &apos;phar://whatever&apos; to a directory. That way all
+   access to that phar archive are directed to the extracted directory. This
+   allows to have the installed files and the archieve keep the same includes.
+   [Marcus]
+ * implement SHA-2 (256, 512) support [Marcus]
+ * implement setSignatureAlgorithm() and Phar::MD5 Phar::SHA1 Phar::SHA256 Phar::SHA512 Phar::PGP to
+   choose the kind of signature to use (PGP falls back to SHA1) [Greg]
+
+   </notes>
+  </release>
   <release>
    <version>
     <release>1.0.1</release>